From a6c3fd636d13d0d36a47b39cd604cc402d1347a5 Mon Sep 17 00:00:00 2001 From: James Ross Date: Sun, 17 May 2026 21:07:23 -0700 Subject: [PATCH] Simplify model description in README Removed mention of replay and historical coordinates from the model description. Signed-off-by: James Ross --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b669e888..d92b777a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It stores causal graph history in Git objects and refs. Writes are admitted through patches. Reads happen through worldlines, strands, and observers. Provenance, replay, and explicit historical coordinates -are part of the model, not bolted-on afterthoughts. +are part of the model. ## Quick start