docs(12-01): complete Phase 12 Plan 01 plan

This commit is contained in:
Lucas Berger
2026-06-15 13:47:04 -04:00
parent e098be3929
commit c6d0db0119
4 changed files with 165 additions and 12 deletions
+12 -8
View File
@@ -3,14 +3,14 @@ gsd_state_version: 1.0
milestone: v1.1
milestone_name: Operability & Polish
status: executing
stopped_at: Phase 18 Plan 03 complete — broker rewire done; plan 4 of 4 is next
last_updated: "2026-06-15T17:31:15.247Z"
last_activity: 2026-06-15 -- Phase 12 execution started
stopped_at: Phase 12 Plan 01 complete — schema + secrets + stubs + Wave-0 tests done; plan 2 of 4 is next
last_updated: "2026-06-15T17:46:33.294Z"
last_activity: 2026-06-15
progress:
total_phases: 24
completed_phases: 10
total_plans: 40
completed_plans: 36
completed_plans: 37
percent: 42
---
@@ -26,9 +26,9 @@ See: .planning/PROJECT.md (updated 2026-06-10)
## Current Position
Phase: 12 (initial-setup-wizard) — EXECUTING
Plan: 1 of 4
Status: Executing Phase 12
Last activity: 2026-06-15 -- Phase 12 execution started
Plan: 2 of 4
Status: Ready to execute
Last activity: 2026-06-15
### ✅ Resolved Checkpoint — Phase 15 Plan 15-03 Task 2 (human-action)
@@ -111,6 +111,7 @@ _Updated after each plan completion_
| Phase 18 P02 | 3 | 2 tasks | 2 files |
| Phase 18 P03 | 28 | 2 tasks | 4 files |
| Phase 18 P04 | 15 | 3 tasks | 3 files |
| Phase 12 P01 | 8 | 4 tasks | 10 files |
## Accumulated Context
@@ -119,6 +120,9 @@ _Updated after each plan completion_
Decisions are logged in PROJECT.md Key Decisions table.
Recent decisions affecting current work:
- D-07-CJS-IMPORT (2026-06-15, 12-01): web-push is CJS — ESM scripts must use default import then destructure (`import webpush from '...'; const { generateVAPIDKeys } = webpush`). Named ESM export form fails at Node 22 (SyntaxError).
- D-07-BACKFILL (2026-06-15, 12-01): 0002 migration appends `UPDATE users SET claimed=true WHERE oidc_iss IS NOT NULL` — prevents first-login-claims (D-08) matching pre-existing OIDC users.
- D-07-NULL-UNIQUE (2026-06-15, 12-01): kept uniq_oidc_identity unchanged — MariaDB NULL+NULL pairs are DISTINCT in unique indexes, correctly allowing multiple unclaimed wizard rows.
- D-13-ESLint-PIN (2026-06-11, 13-01): eslint pinned to 9.39.4 — ESLint 10 breaks eslint-plugin-react@7.37.5 at runtime ("getFilename is not a function", jsx-eslint#3977). Unpin when plugin releases ESLint 10 support.
- D-13-JSX-SCOPE (2026-06-11, 13-01): react/react-in-jsx-scope disabled explicitly — flat.recommended enables it at error; PWA uses jsx:react-jsx (React 19 automatic transform), React import not required in JSX files.
- D-PROBE-01 (2026-06-11, 08-01): runs-on must be ubuntu-latest — runner has no self-hosted label; all downstream ci.yml workflows use ubuntu-latest.
@@ -257,7 +261,7 @@ Recent decisions affecting current work:
## Session Continuity
Last session: 2026-06-15T02:46:09.800Z
Last session: 2026-06-15T17:46:33.276Z
Stopped at: Phase 18 Plan 03 complete — broker rewire done; plan 4 of 4 is next
Resume file: None