mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-17 13:13:35 +08:00
The desktop composer had treated /goal lifecycle arguments as standalone slash-command rows. That made the UI look like /goal had second-level commands even though the CLI contract is one /goal command with arguments. Constraint: Keep /goal status/pause/resume/complete/clear usable as CLI arguments. Rejected: Keep pseudo subcommands in the picker | it contradicts the slash command model and confuses objective entry. Confidence: high Scope-risk: narrow Tested: cd desktop && bun run test -- --run src/components/chat/composerUtils.test.ts src/__tests__/pages.test.tsx src/pages/EmptySession.test.tsx Tested: cd desktop && bun run lint Tested: cd desktop && bun run build