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
This commit is contained in:
slhx agent
2026-06-02 02:43:13 +02:00
parent 4c04f3cc77
commit f919b8cb10
+1 -1
View File
@@ -326,7 +326,7 @@ server Rust here
client TypeScript there client TypeScript there
shared schema somewhere shared schema somewhere
validation duplicated validation duplicated
DOM identity by selectors DOM identity by positional DOM lookup
state sync by convention state sync by convention
``` ```