-
Notifications
You must be signed in to change notification settings - Fork 0
feat(agents): a spent metered cap closes on Codex, not on a maintainer #441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
10779dd
feat(agents): a spent metered cap closes on Codex, not on a maintainer
bioedca 0abcc82
fix(agents): the close must not re-create the deadlock it removes
bioedca f04daa6
fix(agents): shut the close to scope that landed after the cap was spent
bioedca a80c1a4
fix(agents): anchor the scope freeze at the reviewed commit, not the …
bioedca 1e02fdc
fix(agents): the closing read must stamp its own head
bioedca 37699bf
fix(agents): reconcile the stamped-head rule with the files it contra…
bioedca 422c1dc
fix(agents): let a stamped read rebind a head the clean review no lon…
bioedca c51c160
Merge remote-tracking branch 'origin/main' into agent/issue-439
bioedca 12b6b8b
fix(agents): give the rebinding path a template state and the summari…
bioedca 4fb4f1b
Merge remote-tracking branch 'origin/main' into agent/issue-439
bioedca 1932b09
fix(agents): stop the scope freeze from shutting on the closing read'…
bioedca 9a617f6
fix(agents): stop the summaries contradicting the two paths they summ…
bioedca e541645
docs(prd): stop restating the close's conditions and point at the one…
bioedca f4d8956
fix(agents): close the rebinding read's own deadlock and the drift th…
bioedca 94cbdbc
fix(agents): delete the rebinding mechanism and let the ordinary clos…
bioedca 398491d
fix(agents): admit the conflict resolution this contract orders you t…
bioedca f5b147c
fix(agents): carry condition 2's narrowing into the summary that rest…
bioedca dac56da
fix(agents): state the allowed set as a principle, and report the ADR…
bioedca 0e77eef
fix(agents): carry the provider-neutral allowed set into the two file…
bioedca dcabe31
fix(agents): pin the closing read's head, because nothing attests it
bioedca a21bf94
fix(agents): accept the pin in every prerequisite, not only where it …
bioedca 9da3b46
fix(agents): say what "never the only reviewer" actually protects
bioedca fc3e930
fix(agents): drop the source dimension from the post-cap condition en…
bioedca 06ccae1
fix(agents): stop claiming the cap-spent diff was read twice
bioedca ba62a89
fix(agents): test that nothing is outstanding, not which disposition …
bioedca 2fe0bde
fix(agents): stop a rule-editing PR from supplying its own reviewer's…
bioedca c147d42
fix(agents): scope the isolation flag to the two files the CLI actual…
bioedca 9db25d6
fix(agents): scope the isolation by property, after mis-scoping it in…
bioedca 0b22dc3
fix(agents): stop guessing what Codex loads, and over-approximate on …
bioedca c26a683
fix(agents): close the second door the isolated read left open
bioedca 0e3a279
fix(agents): the bot does post reviews — revert the detour built on i…
bioedca 3e7a159
fix(agents): finish both sweeps the previous commit left half-done
bioedca 856614f
fix(agents): say what the CLI is for, now that local output satisfies…
bioedca a1625c5
fix(agents): finish the CLI-is-not-a-leg sweep and give the trigger b…
bioedca ef797b2
fix(agents): say "posted review" on the three pointer surfaces too
bioedca c28052c
docs(agents): one word for the closer, since the other one caused thr…
bioedca 13e311d
docs(agents): finish the rename the line-based grep could not see
bioedca bdf4bcd
fix(agents): scope the override to "anywhere" in the lists that had n…
bioedca 742b8d3
fix(agents): measure what a clean Codex result actually is, and accep…
bioedca 237541b
fix(agents): state the evidence shape once, and scope AGENTS.md anywh…
bioedca 0970f4d
fix(agents): make the mirrors defer on evidence shape instead of rest…
bioedca 3e1bf63
fix(agents): answer CodeRabbit review 1 — three Major, one Minor fixe…
bioedca bd3bd50
style(tests): wrap the budget diagnostic to the 100-column limit
bioedca 9166b27
fix(agents): answer CodeRabbit review 2 — three fixed, one false posi…
bioedca 353a4aa
fix(agents): answer CodeRabbit review 3 — the closing bar was "no maj…
bioedca File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| interface: | ||
| display_name: "Tether Worker" | ||
| short_description: "Claim one accepted issue and open its draft PR onto the review lane" | ||
| default_prompt: "Use $tether-worker to claim issue #N with .agents/bin/claim.py, implement it in an isolated worktree, open a DRAFT PR, request the first Codex review, write the lane state into the PR body, and exit. Do not arm auto-merge: that happens at the end of the review lane, after the mandatory CodeRabbit gate." | ||
| default_prompt: "Use $tether-worker to claim issue #N with .agents/bin/claim.py, implement it in an isolated worktree, open a DRAFT PR, request the first Codex review, write the lane state into the PR body, and exit. Do not arm auto-merge: that happens at the end of the review lane, once the gate is closed — by a clean CodeRabbit review, or by a posted Codex review of the final head when CodeRabbit's two-review cap is spent. AGENTS.md §Review carries the conditions on that second path and this prompt states none of them, so read them there rather than inferring them from this line." |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.