Use plan-status as the only machine state source for plan queueing, claiming, and finishing. Route record-plan through queue insertion and update templates/prompts to match the single-state model. BREAKING CHANGE: playbook.py -record-spec and main_loop.py record are removed.
953 B
953 B
当前进展
Current Focus
- {{CURRENT_FOCUS}}
Recent Changes
- {{RECENT_CHANGE_1}}
Next Steps
- {{NEXT_STEP_1}}
Open Risks
- {{RISK_1}}
状态块示例
以下示例仅用于说明结构,真实状态由 main_loop.py 维护:
## Plan Status
<!-- plan-status:start -->
- [ ] `2026-05-18-demo.md` pending
- [ ] `2026-05-19-next.md` in-progress: claimed_by: codex; claimed_at: 2026-05-19T08:00:00Z
- [x] `2026-05-20-done.md` done: verified: python -m unittest
<!-- plan-status:end -->