governance: normalize ECP 0063-0078 and add ECP-0079

This commit is contained in:
every.channel 2026-02-27 23:34:35 -08:00
parent 5a28a24294
commit fe03ec8f1a
No known key found for this signature in database
17 changed files with 185 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# ECP-0067: Control Transport Resolution And NixOS Control Wiring
Status: Draft
Status: Implemented
## Decision
@ -32,6 +32,11 @@ Out of scope:
- End-to-end automatic failover execution (resolve + launch subscribe) in one command.
- Cryptographic policy hardening beyond current control-topic trust model.
## Alternatives considered
- Keep transport selection in ad hoc shell logic. Rejected because policy behavior becomes inconsistent across operators.
- Wire control flags per host manually. Rejected because it is error-prone and not declarative.
## Rollout / Reversibility
- Additive only: existing relay and direct publish/subscribe paths remain unchanged.