3cc5dd7652
Task 03 rebased its branch onto task 01 and flattened the merge into four duplicate commits — but the rule file was *telling* it to: "Before you start: git rebase origin/main". Replaced with merge-based guidance and an explicit prohibition, since a rewritten task branch is the same divergent-history trap that broke the pages branch. Also corrects gates.md tier 3, which promised screenshot comparison in CI that is not wired in and cannot be until visual-regression.mjs grows a compare mode. HANDOVER.md now reflects 01-04 merged, pnpm, and carries forward the review findings that were noted but deliberately not fixed. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
799 B
799 B
Checklist: before you merge a task branch
origin/mainmerged in (never rebased), conflicts resolved in the worktreepnpm run verifyandnode scripts/audit-ui.mjsboth green- Assertion count in
verify.mjsdid not fall (grep -c 'throw new Error' scripts/verify.mjs) - Only files in your task's scope changed —
git diff --stat origin/mainmatches the brief - No contended file edited unless you own it (see
rules/git-worktrees.md) - No
.serena/,__pycache__/,dist/, or scratch files staged - Commit message: what, why, and what you deliberately did not do
- Task report written: verified behaviours, known gaps, follow-ups
revieweragent has read the diff- Worktree and branch cleaned up after merge