Documentation
README
AARM / Policy Layer
The full, current guide is docs/aarm-dev.md. It is the single source of truth for this task. Read it and follow it step by step.
Do not change the AARM layer from memory. The layer spans about 15 packages under aarm/, plus the wiring in cli/policy.go. The request flow chains a normalize step, an identity gate, the context accumulator, the PDP, a decision branch, and a receipt write. A change in one step can break another. The doc maps the flow, the packages, and the extension points.
How to use this skill
This is the opening of the README. Read the full README on GitHub.