docs(handoff): the drift sweep is green — rank 9 discharged, rank 14 reclassified, and the doc put back under its ceiling - #592
Merged
Conversation
…(0 failing steps, 15 executed)
The handoff hit its 65,536 B ceiling (75,598 B with this session's update, over by 10,062 B). `test_no_handoff_doc_exceeds_its_budget` goes red on `main` when that happens, and it fails for everyone — the next unrelated PR inherits it. Fixed in the order that test's own playbook prescribes: evict what has CLOSED first, raising a number last. Nothing was deleted — 39,117 B of handoff plus 27,116 B of refs against the original 65,019 B, the excess being the new file's header and the pointer left behind. Every demoted block is closed: either superseded by a block still in the handoff, or resolved by a merge recorded in the handoff's own SHA ledger. They are kept verbatim rather than summarised because a superseded reading is evidence that a prior conclusion was CORRECTED, which is the half that stops the next session re-deriving it — the #513 chain in particular records a diagnosis that was asserted, retracted and then root-caused. What stayed, because it is still live: the #513 root-cause retraction (civitai #4768 is open with 0 comments), the developer-docs#61 non-reproduction (open), the TAB-vs-newline forgery lesson, and this session's new blocks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the arc handoff and clears its size ceiling.
What changed in the world
appblocks-driftsweep is GREEN — 0 failing steps at run34765344965, with 15 steps executed as the positive control so the zero is a reading and not a job that ran nothing.developer-docs#76auto-closed, which also shows#77's reporting fix works in the green direction and not only the red one. Trajectory: 7 failing steps → 2 → 0. Last green scheduled run before today was 2026-08-11; 34 consecutive red scheduled runs ended.developer-docs#80merged after a 7-round audit ladder, verified by content rather than ancestry.cli-snapshot-refreshwent green by skipping —build-cliandrefreshwere both SKIPPED because the snapshot matchedv0.1.104. The bot-PR org policy is untouched and the nextcivitai/clirelease re-triggers it. Filed asdeveloper-docs#82with a closing condition arefresh: skippedrun cannot satisfy.civitai/cliPRs (#585,#590,#591) were found open, CLEAN and 13/13 green, created today by concurrent sessions. Claimed and under audit as new ranks 16-18.Why the second commit exists
This update put the doc at 75,598 B against a 65,536 B ceiling.
test_no_handoff_doc_exceeds_its_budgetredsmainfor everyone when that happens, so it had to be fixed in the same session — in the order that test's own playbook prescribes: evict what has closed first, raise a number last.15 closed investigation blocks moved verbatim to
claudedocs/refs/external-issue-513-numeric-username.md, with a pointer left behind. Nothing was deleted — 39,117 B of handoff plus 27,116 B of refs against the original 65,019 B.They are kept verbatim rather than summarised because a superseded reading is evidence that a prior conclusion was corrected, which is what stops the next session re-deriving it. The
#513chain in particular records a diagnosis that was asserted, retracted, and then root-caused.Still live, so it stayed in the handoff: the
#513root-cause retraction (civitai/civitai#4768open, 0 comments), thedeveloper-docs#61non-reproduction, and the TAB-vs-newline forgery lesson.Three process traps recorded in Gotchas
Each was invisible in the reassuring direction:
audit-dispatch.pywithout--reporeads the cwd's repo — dispatching forcivitai-developer-docs#80from aclicheckout readcli#80, which exists, and reported "0 comments".audit-claimsfence missinground=/audited=in its header silently anchors the next round on an older block, widening the "delta" across two rounds of fixes. Stderr-only warning.successover a skipped job and over a completed one are the same word.