Files
familysync/.planning/milestones/v1.1-phases/12-initial-setup-wizard/deferred-items.md
T
2026-06-18 22:21:38 -04:00

819 B

Deferred Items — Phase 12

Out-of-scope discoveries logged during execution. Not fixed by the originating plan.

12-07 — Pre-existing PWA lint errors (out of scope)

Discovered during 12-07 verification (pnpm lint in apps/pwa). 22 errors, NOT introduced by 12-07 (the four files 12-07 touched lint clean):

  • apps/pwa/src/api/setupClient.contract.test.ts@typescript-eslint/no-unsafe-* (any-typed res.body access in contract assertions)
  • apps/pwa/src/routes/SetupPage.test.tsx:152no-unused-vars (container assigned but unused)

Both files were last modified in earlier Phase-12 commits (e.g. 066b69f), confirming pre-existing. Left untouched per the executor SCOPE BOUNDARY rule (only auto-fix issues directly caused by the current task). Recommend a follow-up lint-cleanup quick task.