docs: declare institutional architecture boundary

This commit is contained in:
2026-08-01 17:48:40 +02:00
parent 303f1556c2
commit c433434570
2 changed files with 19 additions and 1 deletions
+6 -1
View File
@@ -1,5 +1,11 @@
# GovOPlaN Views Module
## Documentation Contract
- Treat documentation as part of every behavior change. Update this module's manifest-driven `DocumentationTopic` contributions for affected user and administrator behavior.
- Keep feature content here; `govoplan-docs` projects it without importing Views internals.
- Maintain a static user/admin baseline and run `/mnt/DATA/git/govoplan/tools/checks/check-manifest-shapes.py` after behavior or manifest changes.
This repository owns view definitions, immutable revisions, scoped
assignments, effective resolution, and the Views administration UI.
@@ -9,4 +15,3 @@ assignments, effective resolution, and the Views administration UI.
- Required assignments must pass server-side lockout validation.
- Do not import optional module implementations. Consume manifest surfaces and
platform capabilities.