Admit E3 and capacity on the test plane

Register in-process E3 and capacity fixtures, keep live database and
substrate targets pending, and ask ops-mason for namespace-only provision.
No packets, no credentials, no cancelled engagement IDs.

Assistant: grok
Assistant-Session: 01a02670-3345-76f2-a014-70fde8e2a2bb
This commit is contained in:
tegwick 2026-08-22 09:40:27 +02:00
parent 4882c2d47a
commit 7e83a66573
22 changed files with 501 additions and 74 deletions

View file

@ -14,13 +14,13 @@
"approval_classes": {
"type": "array",
"minItems": 1,
"items": {"enum": ["fixture-e2", "live-e2", "e3", "capacity"]}
"items": {"enum": ["fixture-e2", "live-e2", "fixture-e3", "e3", "fixture-capacity", "capacity"]}
},
"routes": {"type": "array", "items": {"type": "string"}},
"identities": {
"type": "object",
"properties": {
"count": {"const": 2},
"count": {"type": "integer", "minimum": 0, "maximum": 2},
"ttl_seconds": {"type": "integer", "minimum": 1, "maximum": 900}
}
}