-
Notifications
You must be signed in to change notification settings - Fork 0
fix: the rule-1 seam bundle — five mechanisms stop naming one consumer #911
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
Draft
wenzowski
wants to merge
15
commits into
main
Choose a base branch
from
claude/rule-1-seam-bundle-0nsnym
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,275
−297
Draft
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
7e27c21
fix(board): the column vocabulary stops being an engine constant
wenzowski a6d9d34
fix(board): refuse the next column literal, not just this one
wenzowski 7ae0a1b
fix(board): the module owns its table, and the censuses know it
wenzowski 6a520f1
test(claim): the fixture declares the board it is judged against
wenzowski b554b4e
fix(landed): the sweep refuses an undeclared board instead of reporti…
wenzowski 2b0dfff
test(cli): the census fixture declares the board `claim check` reads
wenzowski 71121e4
fix(board): name the seam's gate in the id grammar a sibling branch l…
wenzowski b4990d7
fix(transcript)!: parse by a declared grammar, so an unsurveyed host …
wenzowski 12e2c2c
fix(preset)!: declare which CI provider a module reads, and refuse wh…
wenzowski 15dd50e
fix(preset): gate the provider declaration, and stop ci-hygiene passi…
wenzowski 1bdbdd3
fix(provision): the credential mechanism stops naming one forge, and …
wenzowski 324615f
fix(rest)!: the forge credential is the consumer's to name, not the e…
wenzowski e60a2d3
feat(tests): a comment reporting a scan came back clean names what re…
wenzowski 68a33f9
fix(prune): move the floor basis to the tree this bundle leaves behind
wenzowski 7896b2c
fix(tests): the assertion gate stops spelling the name it exists to k…
wenzowski 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
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.
🩺 Stability & Availability | 🟠 Major | ⚡ Quick win
Use a fresh post-prune measurement for the warm floor.
11140 MBwas measured at 232 stems, while the 232→244 and 244→255 updates changed only the basis count. The current derivation incorrectly treats11140 MBas a 244-stem measurement and produces11642 MBwithout an independent measurement. The arithmetic12244 MBis not a safe correction because the file states that the stem count is no longer a reliable byte proxy. Measure the ordinary post-prune tree at the current basis, then updatemb,worst_mb, andmeasuredtogether. An invalid floor can leave insufficient space for a build and cause a rustc I/O failure.📝 Committable suggestion
🤖 Prompt for AI Agents