From 5e4f02f419ba166bef26b133a51feb2012e779bd Mon Sep 17 00:00:00 2001 From: slhx agent Date: Thu, 11 Jun 2026 21:09:59 +0200 Subject: [PATCH] docs(examples): avoid low-level workout wording Keep the workout exemplar docs aligned with canonical example guidance by describing persisted truth without teaching low-level update payload terminology. req: examples/003 req: examples/005 req: local/001 --- examples/workout/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/workout/README.md b/examples/workout/README.md index a5df2d5..df16703 100644 --- a/examples/workout/README.md +++ b/examples/workout/README.md @@ -3,7 +3,7 @@ This is the phone-first local-first product exemplar for hemx. It shows a single useful loop: next action shown, user input accepted, a local command recorded, a domain event projected, hemx UI updated, and the result exported or -replayed without storing DOM patches or `EffectBatch` as truth. req: examples/001 +replayed without storing DOM patches or UI update payloads as truth. req: examples/001 req: local/001 req: local/003 req: local/004 ## Run