67d167fdbe
Record full and focused verification evidence for SLICE-0001.
1.5 KiB
1.5 KiB
id, type, status, parent, title, refs
| id | type | status | parent | title | refs | ||||
|---|---|---|---|---|---|---|---|---|---|
| SLICE-0001 | slice | done | NS-0001 | Lock fast focused and full verification tiers |
|
Objective
Make the verification ladder executable and documented so contributors know when to run fast crate tests, html-examples-smoke, and the full xtask authority wrapper.
Authority
README.md, AGENTS.md, and REQUIREMENTS.md test/004, test/006, test/015, and test/016 already define the tier boundary and full local timeout expectation.
Close when
- README/agent guidance names fast crate tests, focused browser smoke, and full xtask authority separately.
cargo run -p hemx-xtask -- testremains the full wrapper rather than being bypassed by an undocumented shard.- Any shard split is deterministic and documented under the xtask wrapper.
Verification
cargo run -p hemx-xtask -- html-examples-smokecargo run -p hemx-xtask -- testredgate health --strict
Non-goals
- Do not add a new test harness outside xtask.
- Do not split the full wrapper unless the measured runtime exceeds the budget.
Evidence
Done at HEAD 2e55406: cargo run -p hemx-xtask -- html-examples-smoke passed, cargo run -p hemx-xtask -- test passed in about 100 seconds within the documented 10 minute budget, and redgate health --strict/redgate lint passed. The full wrapper remains cargo run -p hemx-xtask -- test; no new test runner or undocumented shard was added.