feat: finish ZONE-WP-0003 Engine/PIP freeze and claim mapping

Declare the layer in layer.yaml, check it against INTENT.md, and fail
make check on a new Tooling client or HTTP decision surface. Record the
six statute §10 artifacts for the 2026-08-23 cut, name access-engine on
the README, and offer a non-schema PIP field mapping to Taxonomy.

Assistant: grok
Assistant-Session: 01a04ceb-0745-7ae1-9e26-0d10e5d52b8b
This commit is contained in:
tegwick 2026-08-29 12:49:24 +02:00
parent e9d0fecede
commit acfd93fc86
11 changed files with 682 additions and 35 deletions

View file

@ -1,10 +1,13 @@
.PHONY: canon-lineage check exception-fixtures reference-fixtures test
.PHONY: canon-lineage check exception-fixtures layer-conformance reference-fixtures test
check: test reference-fixtures exception-fixtures
check: test reference-fixtures exception-fixtures layer-conformance
test:
PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover -s tests -v
layer-conformance:
PYTHONDONTWRITEBYTECODE=1 python3 tools/check_layer_conformance.py
reference-fixtures:
PYTHONDONTWRITEBYTECODE=1 python3 tools/resolve_zones.py --manifest fixtures/manifests/reference.yaml --control-profile profiles/netkingdom-build-v0.1.yaml >/dev/null