Plan mode: :plan toggle, no CMD: execution
#5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Inspired by Claude Code's plan mode (read-only ideation; tools available only for inspection, not edit).
What: Meta-command
:plantoggles a session flag. While set:CMD:lines.executor.luadoes NOT run them; instead printsPLAN: <command>and feeds them back to the next-turn context as "would-have-run" notes.:plan offreturns to normal execution.Why: Safer entry point than going straight to Phase 3 Norris mode. Lets you iterate on a plan with the model and only commit once you like the shape.
Where it lands: Phase 1 or 2. Touches
executor.lua+repl.luameta dispatch + a session flag.Source: https://code.claude.com/docs/en/overview (plan review in VS Code section)