decapod 0.48.3

Decapod is a Rust-built governance runtime for AI agents: repo-native state, enforced workflow, proof gates, safe coordination.
Documentation
# POLICY.md - POLICY Subsystem (Embedded)

**Authority:** subsystem (REAL)
**Layer:** Operational
**Binding:** No

## Links

- [core/DECAPOD.md]../../core/DECAPOD.md - **Router and navigation charter (START HERE)**
- [core/PLUGINS.md]../../core/PLUGINS.md - Subsystem registry

This document defines the policy subsystem.

## CLI Surface
- `decapod govern policy ...`

## Human-In-The-Loop (HITL) Overrides

Policy enforcement can read project overrides from `.decapod/OVERRIDE.md` under `### plugins/POLICY.md`.

Supported override directives:
- `HITL: I don't want human in the loop`
- `HITL_DISABLE scope=<scope>`
- `HITL_DISABLE min_risk=<level> max_risk=<level>`
- `HITL_DISABLE scope=<scope> min_risk=<level> max_risk=<level>`
- `HITL_ENABLE ...` (narrow re-enable after broad disable)

Matching behavior:
- Most-specific rule wins.
- If specificity ties, the latest rule wins.
- Scope values are exact string matches.
- Risk levels are `low|medium|high|critical`.