chore: sync GovOPlaN module split state

This commit is contained in:
2026-07-10 12:51:19 +02:00
parent 767adc34d7
commit 150a90771d
2 changed files with 154 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# govoplan-cases
`govoplan-cases` will own formal administrative case records for GovOPlaN.
The module should stay focused on case identity, lifecycle state, assignments,
deadlines, participants, evidence links, and case-level audit context. It should
not own forms, files, workflow execution, task queues, templates, payments, or
mail delivery; those are integrated through GovOPlaN capabilities, events,
commands, and DTOs.
See [docs/CONCEPT.md](docs/CONCEPT.md) for the current module concept.