26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# GovOPlaN Projects Codex Guide
|
|
|
|
## 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 Projects internals.
|
|
- Maintain a static user/admin baseline and run `/mnt/DATA/git/govoplan/tools/checks/check-manifest-shapes.py` after behavior or manifest changes.
|
|
|
|
## Scope
|
|
|
|
This repository owns native projects, portfolios, milestones, participation,
|
|
status, and project-level resource links.
|
|
|
|
## Boundaries
|
|
|
|
- Depend on kernel contracts from `govoplan-core` and access contracts from `govoplan-access`.
|
|
- Projects coordinates outcomes and work structure; Tasks and Tickets own actionable work-item semantics.
|
|
- Cases own formal administrative procedures.
|
|
- OpenProject transport and synchronization belong in Connectors.
|
|
- Store external links through the canonical external-reference contract.
|
|
- Do not import sibling module internals.
|
|
|
|
## Local Workflow
|
|
|
|
Use Gitea issues as the canonical backlog and state log.
|