792 B
792 B
policies/AGENTS.md
Purpose & Scope
- Working directory:
policies/(policy packs, overrides, and metadata). - Roles: policy engineer, QA, docs contributor.
Required Reading (treat as read before DOING)
docs/README.mddocs/modules/policy/architecture.mddocs/policy/dsl-reference.md(if present)- Relevant sprint file(s).
Working Agreements
- Policy packs must be versioned and deterministic.
- Use clear comments for default rules and override precedence.
- Keep offline-friendly defaults; avoid network dependencies in policy evaluation examples.
- When policy behavior changes, update corresponding docs under
docs/policy/.
Validation
- Validate policy YAML against schema when available.
- Add/extend tests in Policy module to cover policy pack behavior.