From 5825c2c8e4fe0a319fe55cac391b8cc6c79e5d99 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Sat, 11 Jul 2026 16:49:04 +0200 Subject: [PATCH] Release v0.1.8 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 379d549..179ad40 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # GovOPlaN Forms + +**Repository type:** module (domain). + + `govoplan-forms` owns reusable form definitions, validation rules, and form package fragments. Submission runtime behavior is a separate responsibility that should live in `govoplan-forms-runtime` when implemented.