feat: scaffold native projects module

This commit is contained in:
2026-07-29 15:50:28 +02:00
commit 5c1d2d2c3a
20 changed files with 1490 additions and 0 deletions

19
AGENTS.md Normal file
View File

@@ -0,0 +1,19 @@
# GovOPlaN Projects Codex Guide
## 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.