Commit a4faeb0
CodeWhale Bot
docs(agents): record merge, contributor, and verification discipline
Every rule here is something that actually went wrong on the 2026-08-29 night
shift, written down so the next agent does not rediscover it.
Landing other people's work:
- A contributor's branch goes stale because WE land things. #5686 was
CONFLICTING purely from Route Contract Phase 1 plus that same contributor's
own earlier PRs merging into the same files. A maintainer resolves that.
- Conflicts that split mid-function do not resolve by keeping both sides — the
markers landed inside two function bodies and the naive resolution failed to
compile with 'unclosed delimiter'. Take one side whole, re-insert the other's
additions at their anchor.
- maintainerCanModify did not grant push access to the fork (403), so the
resolved merge went to integration/moonshot-kimi-5686-20260829 instead. That
integration-branch path is now the documented default for conflicted work.
- whp233's #5714 and #5716 each had SEVEN workflows parked at action_required
because the author was not on .github/APPROVED_CONTRIBUTORS. The PRs looked
stalled; nobody had looked. Five contributors have since been added.
- Credit is mechanical: AUTHOR_MAP and .mailmap are project conventions and
GitHub reads neither for the contribution graph.
Merging under a gate:
- #5698 merged while ACCEPTANCE_MATRIX.md still said FAIL and 37 minutes after
a review confirming five findings were unchanged. Five real bugs reached
main. A gate is its artifact, and check rollups are not the review thread.
Claiming a test passed:
- cargo test with a non-matching filter exits 0 having run ZERO tests; that was
briefly mistaken for a pass here.
- A harness scored 72 PASS of which 12 were never evaluated: 'ok = ok and X or
True' parses as '(ok and X) or True'.
CLAUDE.md already imports this file, so no second entrypoint was created.
No-Issue: process documentation from the night shift
Signed-off-by: CodeWhale Bot <bot@codewhale.net>1 parent d4ebff1 commit a4faeb0
1 file changed
Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
36 | 87 | | |
37 | 88 | | |
38 | 89 | | |
| |||
0 commit comments