diff --git a/work/slices/SLICE-0003-keyed-regression-boundaries.md b/work/slices/SLICE-0003-keyed-regression-boundaries.md index 3e616d2..c403681 100644 --- a/work/slices/SLICE-0003-keyed-regression-boundaries.md +++ b/work/slices/SLICE-0003-keyed-regression-boundaries.md @@ -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.