Headless multi-application, multi-tenant security zone mangement engine.
T02 concluded no registry carries a lane-to-workload join key. Too strong — it was derived from ops-warden's catalog alone, which is the one place a workload declaration would not live. rapp-*/declarations/rapp.yaml declares workload_identity with data_classification, criticality, readiness_state and bound_reefs for nine workloads. ops-warden's dataclass_floor already maps synthetic/internal/ confidential/restricted to M0-M3. So workload -> classification -> minimum maturity is a shared vocabulary spanning two repos already, and it is the operator's maturity-derived default half-implemented by accident. criticality is the other half and no control reads it yet. Three real defects replace the blocking unknown: the lane-to-workload key is only derivable by parsing path_template, whose convention is inconsistent (rapp-qonto/keycape-client parses a bundle as a workload) and whose names disagree with workload_identity.name; rapps declare "public" which dataclass_floor does not map; and nine declared workloads do not cover ~17 catalog path identities. Consequence for ownership: zone-engine does not need to build a workload registry. It consumes rapp declarations plus dataclass_floor, and asks ops-warden for one explicit field. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> |
||
|---|---|---|
| docs | ||
| workplans | ||
| .custodian-brief.md | ||
| .gitignore | ||
| .repo-classification.yaml | ||
| AGENTS.md | ||
| GOAL.md | ||
| INTENT.md | ||
| README.md | ||
| SCOPE.md | ||
| WORK-RECORDS.md | ||
zone-engine
Headless authority for security zones — named bands of the estate with different enforcement rigidity, and the lifecycle of time-boxed exceptions to them.
A zone answers a question no existing axis answers: is this control enforced
here, and what happens when it fails? NetKingdom can already say how exposed a
workload is (environment posture), how ready it is (workload maturity M0–M3),
and what state the organization is in (organization_posture). All three
describe. None decides.
zone-engine is not a policy decision point. flex-auth remains the only
PDP; zone membership reaches it by compilation into the registry it already
consumes, never by a synchronous lookup in the decision path.
Orient: GOAL.md → SCOPE.md → workplans/.