Persist compounds as durable fact values#312
Merged
Merged
Conversation
Add a graph-local compound codec so fact rows reference durable logical compound values while replay materializes fresh engine-local handles. Constraint: Runtime compound handles are session-local scratch values and must not be stored as durable fact data. Rejected: Persisting engine compound handles directly | handle ids can change across engine reloads and leak tenant-local runtime state. Confidence: medium Scope-risk: moderate Directive: Keep compound replay as a durable-id to fresh-handle translation boundary; do not bypass it with raw engine handles. Tested: meson test -C builddir-issue50-fact fact-compound fact-store fact-schema policy-store --print-errorlogs; meson test -C builddir-issue50-default fact-schema policy-store --print-errorlogs Not-tested: Full fact replay scheduler integration remains a later bridge; native Windows fact-store tests remain governed by existing configuration.
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.
Summary
Validation
meson test -C builddir-issue50-fact --print-errorlogs— 69 passed, 1 skippedmeson test -C builddir-issue50-default --print-errorlogs— 67 passed, 1 skippedgit diff --check