-
Notifications
You must be signed in to change notification settings - Fork 1
fix(raw-authority): make frontier recovery executable #3908
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
Sinity
merged 27 commits into
master
from
feature/maintenance/raw-authority-recovery-actuators
Aug 10, 2026
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
4b4055a
feat: add guarded raw-authority recovery actuators
Sinity e735c17
refactor(cli): remove manual raw frontier application
Sinity b5f7a61
docs: clarify daemon-owned frontier execution
Sinity cf279cd
fix(raw-authority): validate frontier apply receipts
Sinity 19e0368
test(daemon): prove frontier selection under writer lease
Sinity cef354e
fix(raw-authority): share frontier receipt validation
Sinity ccb7376
fix(raw-authority): bind actuator receipts to requests
Sinity 67776b9
fix(raw-authority): enforce daemon-owned frontier apply
Sinity d49cc57
test(raw-authority): close frontier ownership gaps
Sinity 84048cc
test(raw-authority): pin recovery safety refusals
Sinity 819b190
chore(beads): define raw authority actuator closure
Sinity fb051b5
fix(raw-authority): recover receipts after finalization failure
Sinity b7b7405
fix(raw-authority): resume durable recovery intents
Sinity 5d4b952
fix(raw-authority): harden durable receipt publication
Sinity dd11743
fix(raw-authority): bind recovery intents to exact state
Sinity f9e593e
fix(raw-authority): preserve recovery continuity
Sinity 298f895
fix(raw-authority): retire aborted continuity intents
Sinity 4ccc62b
fix(raw-authority): bound prune resume evidence
Sinity f489e3e
fix(raw-authority): harden continuity recovery
Sinity 849e219
fix(raw-authority): bind receipts to executor plans
Sinity c7c94cf
fix(raw-authority): bind clean durable recovery plans
Sinity afcaa46
fix(raw-authority): serialize recovery continuity
Sinity 333eac9
test(raw-authority): bind continuity intent kind
Sinity 13d86c7
fix(raw-authority): bind recovery snapshots
Sinity 2bc66ac
test(raw-authority): prove WAL ledger binding
Sinity 3800089
fix(raw-authority): preserve ledger digest type
Sinity 8408b5b
style(raw-authority): format recovery helpers
Sinity 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
The
mutation-routeslane now claimsraw-authority-recovery-loopand both recovery operations as covered bytest_raw_authority_reset.py, but that test module never invokes the Click adapter or daemon dispatch; it callsinspect_raw_authority_recoveryandapply_raw_authority_recoverydirectly. Consequently the generated coverage remains complete even if the production command ignores its operation/archive arguments or stops dispatching entirely, so add a real CLI/daemon route test with a mutation twin before assigning these path and operation targets to this lane.Useful? React with 👍 / 👎.