Continue the C5 workflow implementation.
Current state in commit a2ef8ed:
- sequential task dispatch is available;
- task schema persists retry counters, parallel-stage queues, pending agents, and max_parallel;
- desktop and CLI task surfaces remain sequential.
Next work:
- implement bounded parallel dispatch and queue release;
- add retry command/behavior honoring WorkflowStep max_retries;
- persist failed terminal state and emit handoff/wake audit records;
- add CLI/Tauri tests and update the C5 roadmap when complete.
Continue the C5 workflow implementation.
Current state in commit a2ef8ed:
Next work: