20 lines
692 B
Markdown
20 lines
692 B
Markdown
# 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.
|