# 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. --- ### | 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 | `` on `next_task`; ` ` 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 | ---