№ · HANDOFF 杂项
CH.06.30
Callback Summary Template
Use this when a task session returns to PM.
[角色]#模块@版本
⟦tag:v2|session|<session-id>⟧
task tag: ⟦tag:v2|task|<task-id>⟧
role tag: ⟦tag:v2|role|<role-id>⟧
loop state: waiting_callback
dispatch state: waiting_callback
completed:
- ...
incomplete:
- ...
blockers:
- ...
next action:
- ...
evidence:
- file / line / artifact links only
Rules:
- Do not re-narrate history.
- Do not expand reasoning.
- Use only file links, tag refs, and minimal deltas.
- 默认不要输出整段
git diff或整段 patch;只回最小 callback pack。 - 第一行必须带会话身份前缀,格式
[角色]#模块@版本。 - 回包状态默认拆成
loop state与dispatch state两行。 - If there is no blocker, write
none.