17 lines
820 B
Markdown
17 lines
820 B
Markdown
# GovOPlaN Admin Codex Guide
|
|
|
|
## Scope
|
|
|
|
This repository owns generic administration sections, governance templates, configuration packages, and operator-facing module lifecycle controls.
|
|
|
|
## 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 Admin internals.
|
|
- Maintain a static user/admin baseline and run `/mnt/DATA/git/govoplan/tools/checks/check-manifest-shapes.py` after behavior or manifest changes.
|
|
|
|
## Boundaries
|
|
|
|
- Consume module metadata and extension points; do not import optional module internals.
|
|
- Keep package mutation in the trusted installer process rather than request handlers.
|