Lane orders: size lanes and finish phases from measured lane cost - #4098
Merged
Merged
Conversation
Measured 34 lane transcripts from 2026-09-23: 40% of lane cost came after the 200k watchdog warning, and the finish phase re-ran the plain-English checker at peak context. The orders now tell the coordinator to size lanes to finish under 200k (about 80 calls), paste examples into briefs, and measure every wave with lane-audit.py. Lanes plan to finish before the 200k warning (replacing the invisible 150k rule) and run the checker once. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016tFt8hAVG5mcWEGEUngTTw
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.
Why
We measured all 34 lane transcripts from 2026-09-23. Four results matter here:
37 calls at 200-250k tokens after its first warning, on the finish phase alone.
What changes
.claude/skills/lane-orders/SKILL.mdonly:80 calls. Paste the lines a lane needs into its brief instead of pointing it at a PR or file.
lane-audit.pyand record the result and the defects fixedper PR in the handoff.
150k handoff rule.
The matching machine-level changes are in the user-level
lane.mdagent and token guardrails, outside this repo.lane.mdnow setseffort: high, because lanes were inheriting the session'smax. It also setsomitClaudeMd: true.Test plan
lane-audit.pynumbers, compared with the wave B baseline, show whether these changes worked.🤖 Generated with Claude Code
https://claude.ai/code/session_016tFt8hAVG5mcWEGEUngTTw