58 lines
1.2 KiB
Markdown
58 lines
1.2 KiB
Markdown
# 当前进展
|
|
|
|
<!--
|
|
填写指南:
|
|
- 上半部分给人类和 AI 快速恢复上下文
|
|
- 上半部分是短期状态快照,不是 changelog
|
|
- `Recent Changes` 只保留最近 3-5 条对恢复上下文有价值的变化
|
|
- 更新摘要时整理/替换旧摘要,不做无限追加
|
|
- 中间的 workflow-state 块记录当前阶段、spec、plan 与执行约束
|
|
- 下半部分的 plan-status 块由 main_loop.py 维护,是唯一权威状态源
|
|
-->
|
|
|
|
## Current Focus
|
|
|
|
- {{CURRENT_FOCUS}}
|
|
|
|
## Recent Changes
|
|
|
|
- {{RECENT_CHANGE_1}}
|
|
|
|
## Next Steps
|
|
|
|
1. {{NEXT_STEP_1}}
|
|
|
|
## Open Risks
|
|
|
|
- {{RISK_1}}
|
|
|
|
## 状态块示例
|
|
|
|
以下示例仅用于说明结构,真实状态由 `main_loop.py` 维护:
|
|
|
|
```text
|
|
## Workflow State
|
|
<!-- workflow-state:start -->
|
|
phase: planning
|
|
spec: docs/superpowers/specs/2026-05-18-demo-design.md
|
|
plan: docs/superpowers/plans/2026-05-18-demo.md
|
|
executor: executing-plans
|
|
constraints: karpathy-guidelines,.agents,AGENT_RULES
|
|
<!-- workflow-state:end -->
|
|
|
|
## Plan Status
|
|
<!-- plan-status:start -->
|
|
- [ ] `2026-05-18-demo.md` pending
|
|
<!-- plan-status:end -->
|
|
```
|
|
|
|
## Workflow State
|
|
|
|
<!-- workflow-state:start -->
|
|
<!-- workflow-state:end -->
|
|
|
|
## Plan Status
|
|
|
|
<!-- plan-status:start -->
|
|
<!-- plan-status:end -->
|