fix(runtime): recover unchanged verifier-blocked candidates - #63
Merged
Merged
Conversation
Signed-off-by: David Ahmann <46606159+davidahmann@users.noreply.github.com>
Signed-off-by: David Ahmann <46606159+davidahmann@users.noreply.github.com>
Signed-off-by: David Ahmann <46606159+davidahmann@users.noreply.github.com>
Signed-off-by: David Ahmann <46606159+davidahmann@users.noreply.github.com>
Signed-off-by: David Ahmann <46606159+davidahmann@users.noreply.github.com>
Signed-off-by: David Ahmann <46606159+davidahmann@users.noreply.github.com>
Signed-off-by: David Ahmann <46606159+davidahmann@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
A missing verifier image could strand a committed candidate even after the image was restored. A rejected verification retry then replaced the original blocker.
Add an attended, exact-plan recovery that grants one fixed verification/review window for the unchanged candidate. Preserve the original deadline, attempts, authority and failure history; reject failed tests, drift, unresolved ownership, another recovery or any builder/repair. Every recovery requires original-deadline expiry and an immutable candidate version pin. Cross-version recovery binds the new controller. Read-only admission validates authority before writable state access or resource reconciliation. Rejected follow-up commands retain the original blocker.
Include recovery instructions, 0.8.1 source release notes and installed-package regression coverage. Publication remains a separate qualified release operation.
Validation: full
npm run checkpasses, including 566 tests across 54 files, coverage thresholds and installed-package recovery/review/delivery canaries. The clean exact-commit structural audit passes all nine categories. Integration tests use four workers to bound Git/Node subprocess fan-out; assertions and 10-second test deadlines are unchanged. Independent architecture review found no P0/P1 after the admission redesign.Local exact-candidate Codex review:
26e93ee15bf746be6b2c3ee9d539404282045b3e, zero findings. Receiptmill-0.8.1-26e93ee.jsonwas checked against the unchanged candidate immediately before push. This is local maintainer evidence, not an admitted product-run or authenticated CI attestation.