From 0f38165804d9af4fe8a7d2570af75161e93cb9cd Mon Sep 17 00:00:00 2001 From: Carl Niklas Rydberg Date: Sun, 18 Jan 2026 12:10:12 +0100 Subject: [PATCH] Document federation API and deprecate replay_domain --- README.md | 1 + include/amduat/fed/replay.h | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f44a65..67af2e1 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ status and refs are printed to stderr. - Implementation clarifications: `docs/spec-clarifications.md` - Spec coverage matrix: `AUDITS.md` (Spec Coverage section) - Index/log API sketch: `docs/index-log-api-sketch.md` +- Federation core API: `include/amduat/fed/` (registry, ingest, replay, view) ## PEL reference diff --git a/include/amduat/fed/replay.h b/include/amduat/fed/replay.h index 315feb1..2f59853 100644 --- a/include/amduat/fed/replay.h +++ b/include/amduat/fed/replay.h @@ -55,6 +55,7 @@ bool amduat_fed_replay_build(const amduat_fed_record_t *records, amduat_fed_replay_view_t *out_view); /* Backwards-compatible alias for amduat_fed_replay_build. */ +/* Deprecated: use amduat_fed_replay_build. */ bool amduat_fed_replay_domain(const amduat_fed_record_t *records, size_t count, uint32_t domain_id,