fix(test): unbreak main - a shared capability doc may name no bound #1052
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!1052
Loading…
Reference in a new issue
No description provided.
Delete branch "coilyco-ops/fix-red-main"
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?
closes #1053 - main went red 20 minutes ago and nothing stopped; the source changes stay and the test moves
mainis red at446170e, and #1018 inherits that rather than causing it. Both of its test failures reproduce on main with none of its changes.Bisected:
434063fgreen, then2b4305ebreaks Deep's prompt budget and1f6e246breaks the capability-doc check. Both were pushed straight to main, no PR. CI ran on the tip and reported it correctly -ci / testred after 44s - and the red was left standing through five subsequent merges including mine.Both source changes are right and stay here.
1f6e246removed the tool-round and model-call figures fromcoilyco-generalbecause that copy loads on the Dowel lane and on the domain-neutral HTTP profile, whose deployments set different ceilings, and Dowel was observed live saying 6 rounds and 9 calls against a deployed 12 and 2 (#978). Restoring the sentences to satisfy the test would restore a confirmed live misstatement.So the test moves instead. A copy that names the bounds still has to name the table's. A copy that says its ceilings are deployment-set is failed for naming a figure anywhere, because the loophole in naming none is naming one somewhere else. Proven by hand in both directions against the real file: smuggling
6 tool roundsback in fails it, and deleting the deployment-set declaration without restoring the figures fails it the other way.Deep's budget ratchets 12852 to 14336 for the bounded-refusal doctrine
2b4305eadded. Its neighbouring comment pointed at the raise ledger #1047 deleted, so it now names what replaced it, and the rule itself is written down indocs/sirens-echo-prompt.md.just gategreen.Not addressed here, and worth its own decision: a red main stopped nothing. The next PR's author cannot tell an inherited failure from one they caused, which is what this cost to find.