You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
797 B
797 B
HANDOFF
Append-only role handoff log. Each role adds one entry when its step is complete.
Entry Template
Each entry uses this exact structure. Omit fields marked as role-specific when they do not apply.
<TASK_ID> — — YYYY-MM-DDTHH:MM:SSZ
| Field | Value |
|---|---|
| Agent | claude | codex |
| Summary | One-sentence description of work done |
| Files Changed | Comma-separated list of changed files |
| Validation | Commands run and outcomes (implement only) |
| Commit | <conventional commit message> on next_task; <hash> <message> on commit_task (implement only) |
| Verdict | PASS | PASS_WITH_NOTES | FAIL (review only) |
| Blocking Findings | Numbered list or "none" (review only) |
| Next Role | plan | implement | review | none |