Headless multi-application, multi-tenant security zone mangement engine.
Find a file
tegwick 96d17472a8 chore: close ZONE-IN-0001 and mark ZONE-WP-0003-T02 done
Intake absorbed into ZONE-WP-0003; gate-house notified that this
repository has declared Engine/PIP under v0.7.

Assistant: grok
Assistant-Session: 01a04ceb-0745-7ae1-9e26-0d10e5d52b8b
2026-08-29 12:02:06 +02:00
docs docs: finish zone reference hardening workplan 2026-08-23 12:35:01 +02:00
fixtures feat: harden zone reference contracts 2026-08-23 12:27:13 +02:00
history docs: declare Engine/PIP under security-layer-model v0.7 2026-08-29 11:57:25 +02:00
intakes chore(registrar): assign State Hub identifiers 2026-08-29 11:59:45 +02:00
profiles feat: harden zone reference contracts 2026-08-23 12:27:13 +02:00
tests feat: harden zone reference contracts 2026-08-23 12:27:13 +02:00
tools docs: finish zone reference hardening workplan 2026-08-23 12:35:01 +02:00
workplans chore: close ZONE-IN-0001 and mark ZONE-WP-0003-T02 done 2026-08-29 12:02:06 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-08-29 11:59:43 +02:00
.gitignore chore: ignore local .repo-manager cache 2026-08-29 11:59:01 +02:00
.repo-classification.yaml Seed zone-engine — authority for security zones and exception lifecycle 2026-08-19 21:18:44 +02:00
AGENTS.md Seed zone-engine — authority for security zones and exception lifecycle 2026-08-19 21:18:44 +02:00
DECISIONS.md fix(workplans): adopt ADR-007 derived identifiers 2026-08-25 19:31:02 +02:00
GOAL.md docs: declare Engine/PIP under security-layer-model v0.7 2026-08-29 11:57:25 +02:00
INTENT.md docs: declare Engine/PIP under security-layer-model v0.7 2026-08-29 11:57:25 +02:00
Makefile feat: harden zone reference contracts 2026-08-23 12:27:13 +02:00
README.md docs: finish zone reference hardening workplan 2026-08-23 12:35:01 +02:00
SCOPE.md docs: declare Engine/PIP under security-layer-model v0.7 2026-08-29 11:57:25 +02:00
WORK-RECORDS.md chore(registrar): assign State Hub identifiers 2026-08-29 11:59:45 +02:00

zone-engine

Offline reference conformance for NetKingdom security zones. This repository validates workload membership and admission, projects only explicit owner-versioned control profiles, checks time-boxed exception fixtures, and verifies the lineage of the canonical standard.

It is not a service or policy decision point. Canon is published by net-kingdom; flex-auth and each enforcement-point owner retain live policy authority.

Checks

make check
make canon-lineage CANON_ROOT=/path/to/net-kingdom

Resolve the versioned reference manifest and optional owner profile:

python3 tools/resolve_zones.py \
  --manifest fixtures/manifests/reference.yaml \
  --control-profile profiles/netkingdom-build-v0.1.yaml

Evaluate exception conformance at an explicit instant:

python3 tools/check_zone_exceptions.py \
  fixtures/exceptions/valid-active.yaml \
  --policy fixtures/exceptions/policy.yaml \
  --at 2026-08-23T10:00:00Z

Orient: GOAL.mdSCOPE.mdworkplans/.