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:
@@ -22,8 +22,8 @@ Located alongside source files (`*.test.ts`):
|
||||
| File | Scenarios |
|
||||
|------|-----------|
|
||||
| `happy-path.test.ts` | Single task, parallel, complex flows |
|
||||
| `architect-workflow.test.ts` | Discussion + breakdown agent workflows |
|
||||
| `decompose-workflow.test.ts` | Task decomposition with child tasks |
|
||||
| `architect-workflow.test.ts` | Discussion + plan agent workflows |
|
||||
| `detail-workflow.test.ts` | Task detail with child tasks |
|
||||
| `phase-dispatch.test.ts` | Phase-level dispatch with dependencies |
|
||||
| `recovery-scenarios.test.ts` | Crash recovery, agent resume |
|
||||
| `edge-cases.test.ts` | Boundary conditions |
|
||||
|
||||
Reference in New Issue
Block a user