From 417bc45d1f593d0d7484e5640f68cba17a5a42ae Mon Sep 17 00:00:00 2001 From: slhx agent Date: Tue, 2 Jun 2026 03:28:53 +0200 Subject: [PATCH] docs(examples): describe generated command path Keep example READMEs aligned with the generated-resource, tuple-composed IntoEffect authoring path instead of lower-level handle/EffectBatch wording. req: dx/006 req: examples/003 --- examples/kanban/README.md | 4 ++-- examples/techdemo/README.md | 4 ++-- examples/v0/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/kanban/README.md b/examples/kanban/README.md index 74af41d..81501cd 100644 --- a/examples/kanban/README.md +++ b/examples/kanban/README.md @@ -11,8 +11,8 @@ The example is a server-first Kanban board with: - add-card form - move-left / move-right card controls - delete-card controls -- generated handles and slots -- application/slhx EffectBatch responses +- generated resource commands for checked slot updates +- tuple-composed `IntoEffect` / `application/slhx` responses - SSE presence updates It intentionally uses buttons instead of custom JavaScript drag-and-drop; drag/local-first sync remain north-star features in `examples/kanban.md`. diff --git a/examples/techdemo/README.md b/examples/techdemo/README.md index eba2791..ec305bd 100644 --- a/examples/techdemo/README.md +++ b/examples/techdemo/README.md @@ -11,8 +11,8 @@ This is a polished Linear-style product demo for planning typed work across lane - modern SSR-first UI - generated resource modules from `.heml` - hemplate partials for issue lanes, cards, and inspector panels -- native form posts carrying generated slhx handle fields -- multi-target `application/slhx` EffectBatch responses +- native form posts wired through generated slhx handles +- multi-target tuple-composed `IntoEffect` / `application/slhx` responses - generated slot updates instead of selectors - root-scoped runtime lowering (`data-hid`, `data-sid`) - page-enhancer navigation with native link fallback diff --git a/examples/v0/README.md b/examples/v0/README.md index eccdac6..e9cee40 100644 --- a/examples/v0/README.md +++ b/examples/v0/README.md @@ -8,7 +8,7 @@ cargo run -p slhx-v0-examples Open . -The page includes working examples for: +The page includes working examples for generated-resource, server-first UI commands: - counter updates - todo form submission