feat: implement formal decision registry

This commit is contained in:
2026-08-01 17:48:29 +02:00
commit ba8e42fd03
24 changed files with 1236 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# GovOPlaN Decisions
<!-- govoplan-repository-type:start -->
**Repository type:** module (domain).
<!-- govoplan-repository-type:end -->
`govoplan-decisions` owns reconstructable formal institutional outcomes:
authority context, exact mandate and rule versions, facts and evidence,
reasoning, operative result, conditions, requested and observed effects,
delivery/publication, remedies, reviews, corrections, revocations, and
supersession.
Approvals owns review gates, Committee owns deliberation and voting, Workflow
owns coordination, and domain modules own their effects. They record formal
outcomes through `decisions.registry` without reading Decisions tables.
See [docs/DECISIONS_DOMAIN.md](docs/DECISIONS_DOMAIN.md).