Production hardening: correctness, verification and release gates - #1
Draft
dharan1007 wants to merge 118 commits into
Draft
Production hardening: correctness, verification and release gates#1dharan1007 wants to merge 118 commits into
dharan1007 wants to merge 118 commits into
Conversation
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
This hardening branch converts the audit findings into code changes rather than documentation-only fixes.
Current scope includes:
git applypatch transactions.cos/cos.dbstate for orchestrator/RAGWhy
The audit found several cases where a feature existed but its strongest correctness claim was not actually guaranteed: inverted topology, stale patch application, fail-open validation, split state databases, incomplete checkpoint restore, missing durable scan hashes, and unconditional agent success. These changes make those paths fail closed and establish CI as the release authority.
Validation
This PR intentionally remains draft until GitHub Actions completes
npm ci, typecheck, build, Node integration tests, andnpm pack --dry-run. Any failures found by CI will be fixed in this branch before it is marked ready.