Pin NyxID registry v8 and harden postcondition binding - #3505
Open
eanz17 wants to merge 5 commits into
Open
Conversation
…-08-20_nyxid-v8-postcondition-binding
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## feature/integrate #3505 +/- ##
=====================================================
- Coverage 83.39% 83.38% -0.01%
=====================================================
Files 1659 1661 +2
Lines 186215 187009 +794
Branches 22432 22506 +74
=====================================================
+ Hits 155294 155946 +652
- Misses 20517 20627 +110
- Partials 10404 10436 +32
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 16 files with indirect coverage changes 🚀 New features to boost your workflow:
|
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.
Problem
PR #3496 cannot be merged cleanly into
feature/integrate, and its dormant NyxID v8 path did not bind every action postcondition to the exact typed verification input. Rolling upgrades could therefore encounter legacy generation-1 results whose completion, redispatch, late arrival, or replay semantics were not deterministic enough for actor-owned recovery.Solution
service.reauthorizeproducer/mapper path without advertising or mounting the action.verification_input_bindingand actor-owned contract-upgrade outcomes for migration, generation-2 redispatch, late-result fencing, and fail-closed termination.The action remains dormant. Authenticated NyxID v8 canary evidence and the advertising follow-up remain separate.
Impact
NyxID chat actor state/proto, browser-action recovery, task lifecycle, continuation correlation, projection activation, AI tests, and the NyxID conformance source manifest.
Verification
dotnet test test/Aevatar.AI.Tests/Aevatar.AI.Tests.csproj --no-restore --nologo --filter '<NyxID focused filter>'- 148 passed, 0 faileddotnet test test/Aevatar.AI.Tests/Aevatar.AI.Tests.csproj --no-restore --nologo --no-build- 3428 passed, 0 failedbash tools/ci/nyxid_conformance_guard.sh- passedbash tools/ci/test_stability_guards.sh- passedbash tools/ci/architecture_guards.sh- passed; Architecture.Tests 19/19bash tools/docs/lint.sh- 92 files, 0 errorsgit diff --check- passedRefs #3312.
Supersedes #3496.