test(examples): guard low-level docs wording

Keep beginner example docs on target objects and tuple IntoEffect responses instead of runtime lowering/application wire vocabulary.

req: dx/006

req: examples/003
This commit is contained in:
slhx agent
2026-06-02 07:27:23 +02:00
parent bd7edfa993
commit 795abdbc81
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ The example is a server-first Kanban board with:
- move-left / move-right card controls
- delete-card controls
- generated target objects for checked slot updates
- tuple-composed `IntoEffect` / `application/slhx` responses
- tuple-composed `IntoEffect` 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`.