git:20260714.5ae874e to git:20260829.4fe9c79

1 added, 0 removed. Audit A to A.

# DOX — docs/qa
docs/qa/ holds QA planning artifacts + test-case inventories.
| File | Purpose |
|------|---------|
| `distilled-current-test-cases.md` | Code-verified current-state Playwright test-case suite. 340 distinct cases distilled from 1811 historic candidates. Each checked against live source digest (packages/client/src + plugin src/client): testids, visible text, roles, handlers. Drifted behaviors dropped. Grouped by 18 functional surfaces. Tagged [NEW] (320 coverage gaps) or [COVERED] (20 already in tests/e2e). Companion to archived-frontend-test-cases.md. Built via 2-stage google/gemma-4-31b-it worker pipeline (ground+distill, then dedup+coverage-tag). |
| `archived-frontend-test-cases.md` | Generated Playwright test-case inventory. 431 archived frontend-touching OpenSpec changes (of 574). Per change: frontend surface, user-facing behavior, atomic Playwright-candidate assertions, drift risk (High/Medium/Low). 1811 total test cases. Historic — drift-rated; re-verify High/Medium against live client before authoring specs. Built by parallel google/gemma-4-31b-it workers from proposal WHY/WHAT + tasks verification sections. |
+ | `archived-proposal-smoke-inventory.md` | QA/smoke/verification-item inventory. Covers EVERY archived OpenSpec proposal (all 574), not just frontend. 13,753 lines, 575 sections. Source: `openspec/changes/archive/`. Purpose: reference list to find + build MISSING tests. Built by parallel LLM workers, one worker process per proposal: 35 electron/platform by `google/gemma-4-31b-it`, remaining 539 by `deepseek/deepseek-v4-flash`. Broader scope than frontend-only companion `archived-frontend-test-cases.md` (431 frontend-touching changes). .md body EXCLUDED from kb index via `exclude` in `.pi/dashboard/knowledge_base.json` (pattern `**/archived-proposal-smoke-inventory.md`) — 2.1 MB / 572 chunks would swamp `kb_search`. `.agent.md` companion IS indexed — search that, then open .md directly. |