Parent: #104 — Add durable orchestration and Task Capsule model for Memory Bank
Goal
Validate the orchestration model using Git and Memory Bank documents before introducing Temporal or another runtime orchestrator.
Scope
- Create a minimal file-based runner or reproducible workflow command.
- Load a Task Capsule and select the next role/stage.
- Run the handoff validator before allowing transition.
- Persist state and evidence in the existing repository structure.
- Support pause, resume, failed handoff, and manual stop.
- Document operational usage and limitations.
Out of scope
- Temporal or other runtime orchestration.
- Parallel execution.
- Production-grade queues, retries, and timers.
- Replacing the existing task tracker.
Acceptance criteria
Dependencies
- Depends on Task Capsule contract.
- Depends on role/handoff protocol and validator.
- Should consume the session continuation contract.
References
Parent: #104 — Add durable orchestration and Task Capsule model for Memory Bank
Goal
Validate the orchestration model using Git and Memory Bank documents before introducing Temporal or another runtime orchestrator.
Scope
Out of scope
Acceptance criteria
Dependencies
References