docs(kanban): describe delegated runtime attachment

Replace the north-star walkthrough's listener snippet with prose and guard example docs against teaching addEventListener glue.

req: examples/003

req: runtime/001
This commit is contained in:
slhx agent
2026-06-02 01:56:10 +02:00
parent 0ede5eb113
commit a1e3085437
2 changed files with 4 additions and 9 deletions
+1
View File
@@ -117,6 +117,7 @@ fn canonical_example_docs_do_not_teach_low_level_plumbing() {
"render_html(",
"SafeHtml::trusted",
".render(&",
"addEventListener(",
];
let mut failures = Vec::new();
scan_examples(&examples, &mut |path, text| {