docs: enforce phase-1 product contract evidence and boundaries - #8
Merged
Conversation
Owner
Author
|
Update included in latest commit
Validation rerun:
|
Owner
Author
|
Added another hardening slice in commit
Validation run:
|
Owner
Author
|
Added another Phase-2 correctness hardening commit: What changed:
Validation rerun:
|
Owner
Author
|
Added Phase-4 portability hardening in commit
Validation rerun:
|
Owner
Author
|
Added Phase-5 hardening in commit
Validation rerun:
|
Owner
Author
|
Phase-6 hardening chunk pushed in What changed:
Local validation run:
|
Merged
5 tasks
This was referenced May 3, 2026
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 this starts
This starts the trusted-product program by locking down Phase 1 (product contract) with explicit, test-enforced evidence.
Changes
docs/PHASE1_PRODUCT_CONTRACT_EVIDENCE.mdas the Phase-1 evidence packdocs/THREAT_MODEL.mdwith:docs/POLICY_SEMANTICS.mdwith deterministic precedence/conflict rules and namespace/mount consistency contracttests/check_phase1_product_contract.pyinto CTest asphase1_product_contractREADME.md,docs/MATURITY_PROGRAM.md,docs/PRODUCT.md,docs/PRODUCTION_READINESS.md, anddocs/QUALITY_GATES.mdto reference Phase-1 contract evidenceValidation
cmake -S . -B build-phase1 -G Ninja -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON -DSKIP_BPF_BUILD=ONcmake --build build-phase1 -j$(nproc)ctest --test-dir build-phase1 --output-on-failure -R 'phase1_product_contract|phase2_evidence_contract|phase3_safety_contract|phase7_reviewability_contract'