Skip to content

/edikt:adr:compile

Compile accepted ADRs into governance directives.

This is a scoped shortcut for running /edikt:gov:compile with ADRs as the only source. Use it when you've added or updated ADRs and want to refresh directives without recompiling invariants or guidelines.

Usage

bash
/edikt:adr:compile
/edikt:adr:compile --check

Arguments

ArgumentDescription
(none)Compile ADRs and write updated governance rule files
--checkValidate only — report contradictions without writing

What it does

Reads all accepted ADRs in docs/decisions/ and extracts or reads sentinel directive blocks from each one. Groups directives by topic and writes them into the appropriate topic files under .claude/rules/governance/.

For full compilation across ADRs, invariants, and guidelines together, use /edikt:gov:compile.

When to run

After capturing a new ADR with /edikt:adr:new and accepting it.

What's next

Released under the Elastic License 2.0. Free to use, not for resale.