From 61798e5bdfcaef8c88f22f073378922fcef727cd Mon Sep 17 00:00:00 2001 From: EdisonJwa Date: Sat, 16 May 2026 10:13:22 +0800 Subject: [PATCH] docs(verification,index): update test counts + add 0.9.6 row for rc.8 acceptance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - windows-p0-acceptance.md: bump auto-test row to reflect current Windows test count (126/0/1 — was 124/0/2 before the two new start_flips_armed_to_l2 tests landed). - document-index.md: new 0.9.6 row marking DEC-031 (missed-key-up watchdog disabled on P0) and the controlled status of docs/verification/windows-p0-acceptance.md. --- docs/governance/document-index.md | 1 + docs/verification/windows-p0-acceptance.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/governance/document-index.md b/docs/governance/document-index.md index 62e4510..d162833 100644 --- a/docs/governance/document-index.md +++ b/docs/governance/document-index.md @@ -87,3 +87,4 @@ SysDes -> SYS.4 | 0.9.2 | 2026-05-14 | Converted documentation package to repository-oriented docs folder structure and updated internal filename references. | | 0.9.3 | 2026-05-15 | Added `docs/architecture/desktop-ptt-architecture.md` to the controlled document set. | | 0.9.5 | 2026-05-15 | Bumped controlled-set version to 0.9.5 for the v1 audio + PTT lifecycle refactor: SysRS-303..304, SysDes-149..151, SRS-204..207, SAD-081..083, SDD-094..097, and two new governance decisions DEC-029 (Flutter global-hotkey packages rejected for PTT) and DEC-030 (Voice Activity Detection deferred to P1). No controlled files added or removed; existing files updated in place under strict layered sourcing. | +| 0.9.6 | 2026-05-16 | Added DEC-031 (missed-key-up watchdog disabled on P0; redesign deferred to P1) and new controlled document `docs/verification/windows-p0-acceptance.md` carrying the 15-row human-must acceptance plan for the v1.0.0-rc.8 Windows ship. No spec items added; DEC-028 retained as historical context, superseded by DEC-031 for the v1 ship. | diff --git a/docs/verification/windows-p0-acceptance.md b/docs/verification/windows-p0-acceptance.md index 0a3b6f8..48099c5 100644 --- a/docs/verification/windows-p0-acceptance.md +++ b/docs/verification/windows-p0-acceptance.md @@ -188,7 +188,7 @@ in from CI / local invocation. | Layer | Result on Linux | Result on Korean Win 11 | |---|---|---| | `cargo check --workspace` | clean | clean | -| `cargo test --workspace --lib` | 80 / 0 / 3 | 124 / 0 / 2 | +| `cargo test --workspace --lib` | 80 / 0 / 3 | 126 / 0 / 1 | | `flutter analyze` | clean (6 pre-existing Radio.groupValue infos) | n/a | | `python3 tools/validate_docs.py` | strict layered sourcing OK; pre-existing 35-filename warning | n/a | | `tools/windows-smoke.cmd` | n/a | exit 0 |