diff --git a/work/slices/SLICE-0002-browser-runtime-confidence.md b/work/slices/SLICE-0002-browser-runtime-confidence.md index 291cbdc..89a8e2f 100644 --- a/work/slices/SLICE-0002-browser-runtime-confidence.md +++ b/work/slices/SLICE-0002-browser-runtime-confidence.md @@ -1,7 +1,7 @@ --- id: SLICE-0002 type: slice -status: ready +status: done parent: NS-0001 title: Keep html_examples browser smoke as runtime confidence proof refs: @@ -37,4 +37,4 @@ Keep `html-examples-smoke` as the repo-owned browser proof for no-reload dynamic ## Evidence -`hemx-xtask/src/main.rs` owns the CDP-driven smoke command and inline smoke scripts. +Done at HEAD `67d167f`: `cargo run -p hemx-xtask -- html-examples-smoke` passed and printed all named smoke paths: progress interval, click-to-edit, edit-row, inline validation, active search, delete row, lazy load, click-to-load, infinite/reveal, value select, reset input, and revealed fallback without IntersectionObserver. `hemx-xtask/src/main.rs` owns the CDP-driven smoke command, inline smoke scripts, and no-navigation/no-reload guard; no `/tmp` scripts or second browser runner were added.