feat(sidecar): bind decisions to policy-load provenance - #3909
Open
Naveen (1aifanatic) wants to merge 1 commit into
Open
feat(sidecar): bind decisions to policy-load provenance#3909Naveen (1aifanatic) wants to merge 1 commit into
Naveen (1aifanatic) wants to merge 1 commit into
Conversation
Signed-off-by: Naveen Chatlapalli <naveen.aifanatic@gmail.com>
Naveen (1aifanatic)
requested review from
MohammadHaroonAbuomar and
liamcrumm
as code owners
September 9, 2026 03:31
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
PR Review Summary
Verdict: AI review comments are untrusted advisory output. The summary reports workflow-generated completion status only, not model-authored pass/fail claims. |
|
🟡 Contributor Check: MEDIUM
Automated check by AGT Contributor Check. |
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 and change
Closes #3562. Implements the policy-load provenance proposal by Ali Toygar Abak (@halvrenofviryel).
A sidecar decision currently identifies at most its winning policy, not the policy set available for evaluation or any files rejected during loading. Build a fresh engine and immutable load manifest, publish them together, and return the captured generation's
policy_set_idandpolicy_set_statuswith each decision.The content-addressed manifest includes discovered YAML/JSON filenames, raw-byte hashes and load outcomes, including failures. Readiness/reload diagnostics expose file counts and status; the existing policy listing exposes the current manifest. INFO logs retain each completed manifest for deployments to archive. No raw policy content or exception messages enter the manifest. Identical manifests reuse the same ID. This does not change policy decisions, partial-loading permissiveness, or readiness HTTP status, and does not claim atomic filesystem discovery or signed attestation.
Validation
git diff --check: passed.python scripts/docs/check_links.py: 0 new broken links.python scripts/docs/check_frontmatter.py --strict: 0 findings.AI assistance
Codex prepared the implementation, tests, and this description under contributor direction. The contributor approved submission after receiving the exact commit diffs, review checklist, tradeoffs, and validation results.
Type and scope
New feature and documentation update in agent-mesh.
Timeline
None.