Conversation
This was referenced Sep 19, 2026
masarray
added a commit
that referenced
this pull request
Sep 19, 2026
CI-only repair aligned with the physically proven R10 authority. Preserves the exact merged ARIEC61850 engine pin and keeps PR #327 outside the stable release line.
masarray
added a commit
that referenced
this pull request
Sep 19, 2026
Publishes the physically verified R10 stable baseline. Version metadata only; no runtime or engine-lock changes. PR #327 remains excluded.
This branch has not been deployed
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.
Purpose
Follow-up optimization after the physically proven R10 convergence baseline.
R10 showed Ed2 and Ed1 saves in the same unchanged live session each produced 3,854 canonical instance-evidence leaves, while each save performed the bounded value enrichment again.
This PR reuses the already-projected canonical value snapshot only when:
Reconnect/new discovery already calls
ClearCanonicalModel(), which now also clears the save-enrichment snapshot. The optimization never changes P0 Smart Discovery and never reuses across association/model reset.No template interning is included here; that remains a separate higher-risk semantic optimization.