The watchman sees a review queue one lane deep, and names its cause - #4470
Merged
Merged
Conversation
…s its cause dispatches.unreviewed sat between 16 and 20 all afternoon while every bee that finished waited. The rule could not see it: its threshold was twice the lane count, which at twenty lanes means forty. The number that matters is whether the backlog is bigger than what the swarm produces in one round, because past that point it can only grow. THE CAUSE IS A BUDGET, and the rule now says so. The sweep buys TRIOS_QUEEN_REVIEWS_PER_ROUND reviews a round - default 3 - and TRIOS_QUEEN_MEASUREMENTS_PER_ROUND measurements, also 3, both capped at 32, and neither was set on the deployment. The swarm went from 8.5 to 80 dispatches an hour this afternoon when the worker model changed; the review budget did not move. Raised on the deployment to 8 and 6, which is a step and not the ceiling: the sweep runs BEFORE the dispatch half of the round and holds it, so a budget large enough to fill four minutes is a swarm that stops handing out work. Twenty-eight rule shapes, eleven of them ones a moving system must NOT fire, including three unreviewed against ten lanes. Closes #4469 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
gHashTag
enabled auto-merge (squash)
September 20, 2026 16:09
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
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.
Closes #4469
dispatches.unreviewedsat between 16 and 20 all afternoon while every beethat finished waited. The rule never fired: its threshold was twice the lane
count — forty, at twenty lanes.
The cause it never named
The swarm went from 8.5 to 80 dispatches an hour this afternoon when the
worker model changed. The review budget did not move. Faster bees do not make a
faster swarm if the sweep still buys three.
Raised on the deployment to 8 and 6 — a step, not the ceiling: the sweep
runs before the dispatch half of the round and holds it, so a budget large
enough to fill four minutes is a swarm that stops handing out work.
Three unreviewed against ten lanes is one of the eleven — it is not a backlog.
🤖 Generated with Claude Code