-
Notifications
You must be signed in to change notification settings - Fork 0
v0.9 Envelope: consumption and holds, the operator surfaces, and the 0.9.0 release #164
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
21 commits
Select commit
Hold shift + click to select a range
d11a47c
Consumption, and the one rule that covers all nineteen dispositions
arpanghoshal b14429e
G22, and the release path that bypassed every transition
arpanghoshal 2498b7c
Answer the mutation table: two guards nothing exercised
arpanghoshal 272bd51
test: pin §4.2's untested dispositions and §2.2's two-budget shape
arpanghoshal effa2fb
test: complete §4.2's table, and name the atomicity the in-memory sto…
arpanghoshal 09e01fb
fix: §2.3 and §2.4.1 refusals leave a record, and run before the appr…
arpanghoshal 19ff6ef
fix: a resumed leg reports its own attempt's charges, read from the l…
arpanghoshal a02f056
feat: §4.2.1's observe-mode budget report, and an honest §4.2.1a
arpanghoshal 5527ec0
fix: a budget must not make ctrlrun verify report an internal error
arpanghoshal d89978f
style: name the exceptions three holds tests were asserting blindly
arpanghoshal 8f96631
The operator surfaces: consumed, held, and why it is held
arpanghoshal 2db0a11
spec: record item 5's and item 6's two additions in §3.3.3 and §10.1
arpanghoshal 6c0dd4c
spec: write §13, what building v0.9 settled
arpanghoshal 298d0b7
docs: two changelog claims went stale as later items landed
arpanghoshal 7e653f4
test: D27, every field the v6 schema froze is written by something
arpanghoshal 27ade9d
release: 0.9.0 Envelope, undated until the tag
arpanghoshal 364cf31
release: the changelog states what a budget is not, and the README sa…
arpanghoshal 714589c
fix: the two protocol boundaries dropped or mislabelled §2.3's refusal
arpanghoshal 29ad4df
fix: verify sized its vector against the wrong grant, and still exited 3
arpanghoshal 9ef0b57
fix: the observed resumed receipt, and a budget that made verify accu…
arpanghoshal 9655833
fix: the third ordering drift, which a review suspected and did not d…
arpanghoshal 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
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
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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Qualify the authority and budget guarantees.
An
authority:section is optional, and grants can omit budgets. The current row overstates both guarantees.Update
CTRLRun/ctrlrun-docs'scapabilities.yaml, then regenerate the README table:📝 Committable suggestion
🤖 Prompt for AI Agents