feat: scaffold governed wiki module

This commit is contained in:
2026-07-29 15:50:24 +02:00
commit 0357b775ff
20 changed files with 1496 additions and 0 deletions

18
AGENTS.md Normal file
View File

@@ -0,0 +1,18 @@
# GovOPlaN Wiki Codex Guide
## Scope
This repository owns collaborative, revisioned Wiki spaces and pages.
## Boundaries
- Depend on kernel contracts from `govoplan-core` and access contracts from `govoplan-access`.
- Keep page identity, revisions, links, labels, and publishing state here.
- Store binary attachments through Files/DMS references rather than local blobs.
- Keep formal records and legal retention in Records/DMS.
- Integrate external wikis through connector capabilities and stable external references.
- Do not import sibling module internals.
## Local Workflow
Use Gitea issues as the canonical backlog and state log.