- Always commit and push after each change.
- When a command's flags or signature changes, update ALL of these:
src/commands/parse-args.ts— flag parsing andParsedArgsinterfacesrc/commands/help.ts— detailed help topic and overview sectionsrc/commands/index.ts— TUI slash command handler anddefaultArgs()src/commands/dispatch.ts— CLI dispatch blocksrc/cli.ts— autocompleteslashCommandsarraysrc/components/intro.ts— welcome screen command listREADME.md— commands table, flags table, and examplessrc/__tests__/e2e.test.ts—makeParsedArgs()defaultssrc/gateway/commands/handler.ts—makeArgs()defaults