Bind Boatstack delivery authority to repository readiness - #252
Merged
Conversation
Disclosure-Reviewed: reviewed — public-safe only, private facet kept out of this commit
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.
What changed
record-journey-results, and manifest/head/diff-bound journey enforcement at test and review gates.2026-07-29-readiness-and-journey-control.md.Why
Approval previously could precede the branch/worktree freshness proof, journey failures could be discovered after implementation authority was granted, and one shared retry counter mixed unrelated failure classes. This change makes readiness a prerequisite to authority and makes journey and retry evidence attributable and replay-safe.
Compatibility
journey_evidence.repair_attemptto every typed counter.Validation
go build ./...go vet ./...go test -count=1 -timeout=300s ./...python3 -m unittest tests.test_product_looppython3 labs/12-product-engineering-loop/scripts/release_notes.py validate --root labs/12-product-engineering-loop/boatstack-distribution/release-notespython3 labs/12-product-engineering-loop/scripts/release_notes.py preflight --repo . --base-branch mainBoundary conformance covers positive, negative, relation, bypass, failure-state, replay/fingerprint, and compatibility paths for readiness, journey evidence, repair authority, and J-flow attribution.