limits 66-69: the subagent path leaves no chain row, and the numbers that do exist disagree - #46
Open
githubscum wants to merge 1 commit into
Conversation
…that do exist disagree Four limits found 2026-09-02 on a live three-child concurrent dispatch, filed the day they were found per the confession-log rule. 66: subagent tool use produces zero chain rows while the parent's calls in the same minutes produce one every time. A hole in enforcement under a herded posture, not only in bookkeeping. 67: the harness's reported per-child token figure disagrees with the child's own transcript by ~7,400 on two of three calls. Price from the transcript. 68: the reader that found the children globs an undocumented harness path with no schema check across 91 lines, so its failure mode is a false zero. 69: no dollar figure is reported anywhere; every one is computed against a price table dated four days earlier, so the date has to travel with the number. Tests: 971 pass / 0 fail, including the read-only numbering test, which now reads 1..69 contiguous. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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 freeto 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.
The work order
WO-TRACE-BRIDGE-01(Isaac, 2026-09-02 09:3x CDT): "best trace ever needs to bridge across." The Agent-tool dispatch path is how every lane here runs its workers, and it was invisible to the witness. The prior run measured what a dispatch actually leaves behind; this PR files what that measurement found.Docs only. Four entries appended to
KNOWN-LIMITS.md. No source change.Why it is filed today
The confession-log rule is that a limit is recorded the day it is found. These were found 2026-09-02 on a live dispatch. A limit found and not written down is worse than one never found, because the system then behaves as though it were covered.
What the four say
trace-bridge.py:24, count printed at:73, no version marker in 91 lines; failure mode is a false zerodrive/lotor/price-table.json"date": "2026-08-29", list prices; $0.923399 total for threeechocallsWhat was tested
npm teston this branch: 971 pass / 0 fail, including the read-only numbering test, which now reads 1..69 contiguous.Stacking, stated so the diff is not misread
Based on
lotor-lane/limit-65-pin-body, not onmain, because the numbering test enforces contiguity and 62-65 are still in flight on #43 / #44 / #45. The diff against that base is only the four new entries. Merge order does not matter as long as this lands after them; if #43-#45 are rejected, these need renumbering before landing.What a reviewer should doubt
projects/meter/tools/trace-bridge.py, in Isaac's brain, not shipped here). A reader of this log cannot re-run it from here. Entry 66's evidence is the absence of chain rows, which anyone can check on their own dispatch; entry 68's line citations are not checkable from this repository. Whether an unshippable citation belongs in a shipped log is a fair objection.subagent-receiptrow lands insrc/chainandsrc/store. It queues for the signing sitting rather than riding along with a docs PR. This PR discloses the hole; it does not close it.