# Decisions Archive Decision records live in the **pql DQR governance tree**, split by type and domain: - [governance/README.md](governance/README.md) — domain guide + pql-maintained record index - `governance/decisions/.md` — confirmed decisions (D-NNN) - `governance/questions/.md` — open questions (Q-NNN) - `governance/rejected/.md` — rejected alternatives (R-NNN) Domains: `architecture`, `content`, `economics`, `perception`, `process`, `scope`. Query the records with pql instead of grepping files: ```bash pql decisions list # every record pql decisions show D-010 --with-tickets # a record + implementing tickets pql decisions read D-238 # full markdown body ``` *Restructured into the governance/ DQR tree 2026-06-06 (pql migration). Earlier flat `decisions/*.md` layout and the original monolithic format are in git history.*