docs(work): close keyed regression slice

Record generated-resource assertion evidence for SLICE-0003.
This commit is contained in:
slhx agent
2026-06-26 00:36:21 +02:00
parent 2122b3c9ca
commit 53e4709bbd
@@ -1,7 +1,7 @@
---
id: SLICE-0003
type: slice
status: ready
status: done
parent: NS-0001
title: Protect keyed collection regressions with generated-resource assertions
refs:
@@ -37,4 +37,4 @@ Make keyed list regressions easy to catch without raw selector or raw effect cou
## Evidence
The active-search example and `hemx_test` helpers already provide anchors for this regression boundary.
Done at HEAD `2122b3c`: `cargo test -p hemx-html-examples` covers active-search keyed remove/replace/append behavior through generated `gallery::search_result` assertions, `cargo test -p hemx-test --test inspector` covers rendered target/handle helper diagnostics with generated names, and `cargo run -p hemx-xtask -- html-examples-smoke` covers the browser active-search path. No app-facing selector/raw-id API was added.