chore: sync GovOPlaN module split state

This commit is contained in:
2026-07-10 12:51:23 +02:00
parent dd7b7c621c
commit c3143a8fd2
2 changed files with 194 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# govoplan-workflow
`govoplan-workflow` will own process orchestration for GovOPlaN.
The module should execute configurable state machines and command handoffs
between modules without importing their implementations. It coordinates cases,
tasks, forms, files, templates, mail, appointments, payments, and records
through capabilities, events, commands, and DTOs.
See [docs/CONCEPT.md](docs/CONCEPT.md) for the current module concept.