feat: Show detailing status in initiative overview and phase sidebar
Add 'detailing' activity state derived from active detail agents (mode=detail, status running/waiting_for_input). Initiative cards show pulsing "Detailing" indicator. Phase sidebar items show spinner during active detailing and "Review changes" when the agent finishes.
This commit is contained in:
@@ -6,6 +6,7 @@ export type ExecutionMode = 'yolo' | 'review_per_phase';
|
||||
export type InitiativeActivityState =
|
||||
| 'idle' // Active but no phases
|
||||
| 'planning' // All phases pending (no work started)
|
||||
| 'detailing' // Detail agent actively decomposing phases into tasks
|
||||
| 'ready' // Phases approved, waiting to execute
|
||||
| 'executing' // At least one phase in_progress
|
||||
| 'pending_review' // At least one phase pending_review
|
||||
|
||||
Reference in New Issue
Block a user