test(budget): a round runs every call, so a turn's total is unbounded #738
No reviewers
Labels
No labels
move-to-repo
coilyco-bridge-deploy
move-to-repo
coilyco-flight-deck-agent-compose
move-to-repo
coilyco-gaming-eco-app
move-to-repo
coilysiren-inbox
move-to-repo
unknown
🔒⚠️📦⚠️🔒 SANDBOXED 🔒⚠️📦⚠️🔒
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/sirens-echo!738
Loading…
Reference in a new issue
No description provided.
Delete branch "quail/round-fanout-unbounded"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pins the factor that makes sirens-echo#635's first criterion necessary. Tests only; adds no cap.
The gap
The turn ceiling is
rounds x calls-per-round x 16384and the middle term has no limit. Measured on production traffic: one trace made 25 tool calls under a 12-round limit and touched 1,055,907 bytes of tool output.The test
A round requesting twenty calls, asserting all twenty run:
That is the mutation output from capping the loop at five. Behavioural rather than a grep for absence, so it fails on the change rather than on a rename.
Why assert the defect
A cap is one of two shapes sirens-echo#635's first criterion could take, and choosing between them is not mine:
Either makes this test fail, and its message says so. The test does not presume which.
Interaction worth flagging
sirens-echo#725 lets a tool raise its own bound. Raising bounds for the nine oversized tools multiplies against this unbounded count — the second criterion can make the first worse, and nothing currently notices.
ward exec gatePASS on every step.