Project purge with dry-run preview
Use claude project purge to delete all Claude Code state for a project. Preview with --dry-run first.
# Preview what would be deleted without removing anything
claude project purge --dry-run
# Purge state for the current project directory
claude project purge
# Purge with auto-confirm (no prompt)
claude project purge --yes
# Interactively select which items to purge
claude project purge --interactive
# Purge state for all projects at once
claude project purge --all