refactor: Rename agent modes breakdown→plan, decompose→detail
Full rename across the codebase for clarity: - breakdown (initiative→phases) is now "plan" - decompose (phase→tasks) is now "detail" Updates schema enums, TypeScript types, events, prompts, output handler, tRPC procedures, CLI commands, frontend components, tests, and docs. Also fixes 0022 migration multi-statement issue (adds statement-breakpoint markers).
This commit is contained in:
@@ -65,8 +65,8 @@ Uses **Commander.js** for command parsing.
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `discuss <initiativeId> [-c context]` | Start discussion agent |
|
||||
| `breakdown <initiativeId> [-s summary]` | Start breakdown agent |
|
||||
| `decompose <phaseId> [-t taskName] [-c context]` | Decompose phase into tasks |
|
||||
| `plan <initiativeId> [-s summary]` | Start plan agent |
|
||||
| `detail <phaseId> [-t taskName] [-c context]` | Detail phase into tasks |
|
||||
|
||||
### Phase (`cw phase`)
|
||||
| Command | Description |
|
||||
|
||||
Reference in New Issue
Block a user