@@ -35,10 +35,15 @@ rule-resilience finding, not a claim that the fixture is malicious.
3535
3636## V1 status
3737
38- V1.0.1 is complete and locally verified on 2026-08-13 with the pinned
39- development toolchain. It adds fail-closed suite-health, clock-status, and
40- report-contract hardening while preserving the same deliberately narrow V1
41- experiment.
38+ V1.0.2 is the current maintenance release. It was locally verified on
39+ 2026-08-28 with the pinned development toolchain. It preserves the deliberately
40+ narrow V1 experiment while adding fail-closed XML parsing, explicit handling of
41+ malformed caller-supplied telemetry, and stricter security-lint enforcement.
42+
43+ The latest live Windows experiment remains the V1.0.1 run from 2026-08-13. Its
44+ bundle is retained unchanged rather than being relabeled as V1.0.2 evidence;
45+ the maintenance release changes parser failure handling and project hardening,
46+ not the recorded lab result below.
4247
4348The latest end-to-end run produced:
4449
@@ -261,10 +266,13 @@ Ruff: all checks passed
261266mypy: no issues found in 31 source files
262267```
263268
264- The v1.0.1 release was validated at 95 tests; the three additional tests cover
265- the DOCTYPE rejection added after that release. ` docs/v1-local-validation.md `
266- and the release manifest retain the 95/94 figures deliberately, as a
267- point-in-time record of the validated run rather than a claim about this tree.
269+ The v1.0.1 live release was validated at 95 tests. V1.0.2 adds three DOCTYPE
270+ tests and hardens missing/non-numeric Event IDs, mid-poll parse failures, and the
271+ ` evaluate-detection ` CLI error path. ` docs/v1-local-validation.md ` and the
272+ release manifest retain the historical 95/94 figures deliberately, as a
273+ point-in-time record of the validated VM run rather than a claim about this
274+ tree. See [ ` docs/v1.0.2-maintenance-release.md ` ] ( docs/v1.0.2-maintenance-release.md )
275+ for the maintenance-release boundary.
268276
269277## V1 boundary
270278
0 commit comments