From f919b8cb10d80b24c7964aa1b7d3809a98f7eee8 Mon Sep 17 00:00:00 2001 From: slhx agent Date: Tue, 2 Jun 2026 02:43:13 +0200 Subject: [PATCH] docs(kanban): avoid selector wording Keep the north-star walkthrough selector-free by describing the rejected path as positional DOM lookup instead of naming selector APIs. req: examples/003 req: runtime/001 --- examples/kanban.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kanban.md b/examples/kanban.md index 6cfb3b7..0a211ae 100644 --- a/examples/kanban.md +++ b/examples/kanban.md @@ -326,7 +326,7 @@ server Rust here client TypeScript there shared schema somewhere validation duplicated -DOM identity by selectors +DOM identity by positional DOM lookup state sync by convention ```