Publish federation governance interface and consistency residual
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

This commit is contained in:
codex 2026-09-06 01:03:22 +02:00
parent f895d2d0ab
commit 1df777b586
6 changed files with 176 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# Canon federation interface
The [interface card](federation.yaml) publishes this canon's federation boundary
under [accepted ADR-006](../architecture/adr-006-canon-federation-concept-ownership.md).
- [info-tech-canon interface](../../../info-tech-canon/infospace/interfaces/federation.yaml)
- [commerce-canon interface](../../../commerce-canon/infospace/interfaces/federation.yaml)
Each export names its source document and current maturity. Imports identify
actual dependencies; reciprocal navigation does not imply reciprocal semantic
imports. Custodian supplies ecosystem governance, InfoTechCanon information-
processing semantics, and CommerceCanon commercial semantics. Family remains
seeded, not authored. The card scope is this federation, not every repo artifact.
Reproduce G7 from the adjacent project checkout:
```bash
python3 tools/validate_interfaces.py --workspace ..
```