Add federation implementation references

This commit is contained in:
Carl Niklas Rydberg 2026-01-18 11:52:39 +01:00
parent 94c6c4be26
commit ba78946a73
3 changed files with 9 additions and 0 deletions

View file

@ -165,3 +165,6 @@ ASL/DOMAIN-MODEL/1 does not define:
Middle layer (informative): the daemon/service boundary around core logic that Middle layer (informative): the daemon/service boundary around core logic that
owns network transport, admission workflows, and operational policy. owns network transport, admission workflows, and operational policy.
Implementation note (informative): core federation primitives live in
`include/amduat/fed/{registry,ingest,replay,view}.h`.

View file

@ -182,6 +182,9 @@ Federation MUST NOT bypass ASL/LOG/1 ordering or ASL/1-CORE-INDEX semantics.
Middle layer (informative): the daemon/service boundary around core logic that Middle layer (informative): the daemon/service boundary around core logic that
owns network transport, admission workflows, and operational policy. owns network transport, admission workflows, and operational policy.
Implementation note (informative): core federation primitives live in
`include/amduat/fed/{registry,ingest,replay,view}.h`.
--- ---
## 12. Summary ## 12. Summary

View file

@ -80,6 +80,9 @@ Non-goals:
Middle layer (informative): the daemon/service boundary around core logic that Middle layer (informative): the daemon/service boundary around core logic that
owns network transport, admission workflows, and operational policy. owns network transport, admission workflows, and operational policy.
Implementation note (informative): core federation primitives live in
`include/amduat/fed/{registry,ingest,replay,view}.h`.
--- ---
## 2. Core Objects (Unified View) ## 2. Core Objects (Unified View)