--resume should restore the last-used input mode (simple/advanced)
#14
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?
Observed
--resumereopens the previous project but always starts in the default (simple) input mode.Expected
The mode active when the project was last quit should be restored on
--resume. If the user was in advanced mode and quit,--resumeshould put them straight back into advanced.Where this fits
--resumeitself is also part of the Iteration 6 backlog (perCLAUDE.md— "deliberately deferred").--resume(cold open of a project) is a separate question: should that also restore the last mode, or always start simple? Default is conservative (always simple); persistence is opt-in via--resume. Worth confirming.Resolved by ADR-0015 Amendment 1 (commits
4cd574b+516848f): input mode is per-project state in project.yaml, restored on open and persisted on unload (quit/switch). New--mode simple|advancedflag combines with--resume; precedence --mode > stored > simple. See docs/handoff/20260602-handoff-54.md §3.