feat(sidecar): add signed Go 1.27 policy decision service - #25
Open
usernamenenad wants to merge 1 commit into
Open
feat(sidecar): add signed Go 1.27 policy decision service#25usernamenenad wants to merge 1 commit into
usernamenenad wants to merge 1 commit into
Conversation
usernamenenad
force-pushed
the
feat/go-sidecar-scaffold
branch
4 times, most recently
from
August 30, 2026 17:04
0781718 to
21ee3bc
Compare
usernamenenad
force-pushed
the
feat/go-sidecar-scaffold
branch
from
September 2, 2026 15:40
21ee3bc to
89fb25e
Compare
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
Introduce the first Go 1.27 decision-sidecar vertical slice for the Aegisora
v1alpha1governance contract, rebased onto the latest upstreammainafter Aegisora2.0.0and its delegation/collaboration hardening.This PR intentionally establishes a decision service before the controlled-proxy boundary. It validates execution intents, verifies and atomically activates signed policy snapshots, evaluates deterministic
ALLOW/BLOCK/ESCALATEoutcomes, records correlated audit events, and exposes policy-backed readiness.The upstream
v1alpha1OpenAPI contract and semantic fixture corpus remain unchanged, so the sidecar is contract-compatible. The documentation now also accounts for the canonicalToolRegistry, scoped single-use authorization receipts, correlation integrity, delegated-agent capabilities, scope containment, and collaboration ownership boundaries in the current runtime.What changed
v1alpha1domain validation and load the repository's shared semantic fixtures in Go tests;BLOCK > ESCALATE > ALLOW);Security behavior
allowedis mechanically derived fromdecision == ALLOW;ALLOWfrom surviving loss of authorization;BLOCK;Verification
make fmt-check vet test-race build toolsnpx --yes pnpm@11.20.0 verifygit diff --checkDeliberate follow-up PRs
This PR does not claim a complete production enforcement boundary. The documented next slices are: