From cf2a701eb1cbb205020ae4b93593e96923095839 Mon Sep 17 00:00:00 2001 From: Jeuner <62662523+Jeuners@users.noreply.github.com> Date: Thu, 7 May 2026 14:10:28 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d95a9ba..1faaa02 100644 --- a/README.md +++ b/README.md @@ -191,10 +191,10 @@ Throughout this section, we mark each component as either ✓ implemented and op | M2M peer dispatch (MARTIN network) | ✓ Implemented | | Per-agent SQLite history with timestamps | ✓ Implemented | | Wall-clock-only logging | ✓ Implemented | -| Explicit `reference_now` per `PlanStep` | ⚠ Conceptual | -| `TimeProvider` injection across agents | ⚠ Conceptual | -| Causal-Dilation Clock per dispatch | ⚠ Conceptual | -| Drift detection and re-sync policy | ⚠ Conceptual | +| Explicit `reference_now` per `PlanStep` | ✓ Implemented | +| `TimeProvider` injection across agents | ✓ Implemented | +| Causal-Dilation Clock per dispatch | ✓ Implemented | +| Drift detection and re-sync policy | ✓ Implemented | | Eigenzeit-aware logging tuple | ⚠ Conceptual | The conceptual components are the subject of an ongoing refactor informed by the present analysis.