|
1 | 1 | # SPDX-License-Identifier: MPL-2.0 |
2 | 2 | # STATE.a2ml — Project state checkpoint |
3 | 3 | # Converted from STATE.scm on 2026-03-15 |
| 4 | +# Updated 2026-06-11: Squad Audit v1 (see docs/design/squad-audit-v1.adoc) |
4 | 5 |
|
5 | 6 | [metadata] |
6 | 7 | project = "flat-mate" |
7 | 8 | version = "0.1.0" |
8 | | -last-updated = "2026-03-15" |
| 9 | +last-updated = "2026-06-11" |
9 | 10 | status = "active" |
10 | 11 |
|
11 | 12 | [project-context] |
12 | 13 | name = "flat-mate" |
13 | | -completion-percentage = 0 |
14 | | -phase = "In development" |
| 14 | +completion-percentage = 30 |
| 15 | +phase = "Squad Audit v1 — engine layer landed, product unwired" |
| 16 | +focus = "Wire apps (api/web/mobile) to engine v2 at packages/shared/src/matching/" |
| 17 | +target = "Jan-May 2027 London second-year wave" |
| 18 | + |
| 19 | +[done] |
| 20 | +# 2026-06-11: Design decision record landed — docs/design/squad-audit-v1.adoc (authoritative spec) |
| 21 | +# 2026-06-11: Engine v2 landed at packages/shared/src/matching/ — 10 modules + 5 test files, |
| 22 | +# 35 tests green, lint/fmt clean (behaviour/tolerance directional scoring, feasibility/harmony |
| 23 | +# split scores, banded verdicts, auditGroup, conceal lattice T0/T1/T2 with effectiveTier = min, |
| 24 | +# agreement + brief artifact generators, deterministic seeds incl. broken "Bloomsbury Three" fixture) |
| 25 | + |
| 26 | +[next] |
| 27 | +# - Wire apps/api, apps/web, apps/mobile to engine v2 (apps are legacy v0, NOT wired, and have NO tests) |
| 28 | +# - Legacy v0 (swipe+listings over VerisimDB) quarantine/removal decision pending (owner) |
| 29 | + |
| 30 | +[blockers] |
| 31 | +# - Privacy notice, retention schedule, and a verified VerisimDB erasure + subject-access-export |
| 32 | +# story are required before launch (per docs/design/squad-audit-v1.adoc, epistemic field governance) |
| 33 | +# - Legacy v0 quarantine decision pending |
0 commit comments