chore: sync GovOPlaN module split state

This commit is contained in:
2026-07-10 12:51:22 +02:00
parent 41528f1947
commit 63ff9a3366
20 changed files with 1151 additions and 0 deletions

19
AGENTS.md Normal file
View File

@@ -0,0 +1,19 @@
# GovOPlaN Ops Codex Guide
## Scope
This repository owns the GovOPlaN operations module seed: runtime health,
deployment profile visibility, worker split assumptions, sizing assumptions,
maintenance readiness, and operator-facing status surfaces.
## Boundaries
- Depend on kernel contracts from `govoplan-core`.
- Do not import feature-module internals.
- Expose integration through manifests, API routes, permissions, and typed DTOs.
- Keep destructive operator actions in core safety-controlled workflows.
## Local Workflow
Use Gitea issues as the canonical backlog and state log. Focused verification is
still driven from `/mnt/DATA/git/govoplan-core` for cross-repository behavior.