Perform the JUDGEMENT half of the launch-readiness sweep for this repository. READ-ONLY: do not modify, create, or commit any file. Print your answer to stdout.

`GOLIVE.md` holds 35 acceptance criteria (AC-01..AC-35), each tagged [WORKS|BROKEN|MISSING|UNVERIFIED] with evidence. The mechanically-checkable criteria are owned by `scripts/golive-probes.mjs` and are NOT yours. Yours are exactly these:

  Group A (evidence is "covered by CI journey specs"): AC-12, AC-13, AC-16, AC-17, AC-18, AC-24
  Group B (judgement calls): AC-08, AC-19, AC-27, AC-31, AC-32
  Group C (real-world observation required): AC-14, AC-15, AC-20, AC-21, AC-22, AC-23, AC-26, AC-28, AC-29, AC-30

Re-derive each verdict from the CURRENT tree, not from what GOLIVE.md says today.

GROUP A — AC-35 records that ~292 of 295 Playwright specs under `apps/web/tests/e2e/flowmap/` assert only `toHaveURL(/.*/)` or bare body visibility. A green CI lane backed by hollow specs is not evidence a flow works. Open the specs that actually cover each criterion and state whether their assertions are real (a durable outcome: persisted row, API truth, a confirmation surviving reload) or hollow. Do not inherit an existing WORKS verdict — justify or demote it.

GROUP C — you cannot verify these by reading code. Do not invent a verdict. State what observation would settle each one and whether any recorded evidence exists in the repo (workflow run, log, receipt). No evidence → unverified.

RULES
- Every citation must be `path/to/file.ext:LINE` and must be a line you actually opened. Citations are verified mechanically after you answer; a citation pointing at a file or line that does not exist causes your whole verdict for that criterion to be discarded.
- "Code exists" is never sufficient for works. works requires observed behaviour or a test asserting a real outcome.
- Unsure → unverified, naming what is missing.

OUTPUT — a single JSON array and nothing else after it:
[{ "id": "AC-12", "verdict": "works|broken|missing|unverified", "evidence": "<one to three sentences, each claim carrying a path:line citation>", "whatWouldSettleIt": "<for anything not works: the specific observation or change required>" }]
