Commit Graph

3 Commits

Author SHA1 Message Date
Lukas May
0407f05332 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).
2026-02-10 10:51:42 +01:00
Lukas May
118f6d0d51 fix(task): Filter out decompose container tasks from phase and initiative task lists
Decompose tasks are parent containers whose children inherit the same phaseId,
causing both the container and its children to appear in task listings.
2026-02-10 10:18:47 +01:00
Lukas May
2877484012 Add userDismissedAt field to agents schema 2026-02-07 00:33:12 +01:00