Tag: policy-as-code
All the articles with the tag "policy-as-code".
-
Field Log 4 ReferencesBefore You Hand an Agent the Keys: A Deterministic Boundary Design Log
A practical log of designing permission boundaries for autonomous agents — allow/ask/deny rules, PreToolUse hooks, and policy-as-code — before letting them touch production.
-
Field Log 8 ReferencesValid JSON Is Not Valid Output: Wiring a Technical Contract Gate into CI for AI-Generated Changes
How to validate LLM output in CI: a six-layer contract gate — constrained decoding, agent-loop hooks, schema and policy checks, branch protection, exit-code deploy gates, and provenance — that decides what becomes project state.