style(13-03): apply Prettier formatting across repo

Mechanical reformat — no logic changes. 398 files changed, 19125
insertions(+), 16457 deletions(-). Prettier 3.8.4 with .prettierrc
(singleQuote:true, semi:true, tabWidth:2, trailingComma:all,
printWidth:100). Isolated per D-13-08 for reviewability.
This commit is contained in:
Lucas Berger
2026-06-11 20:35:18 -04:00
parent 4bc0445173
commit 982438dc10
398 changed files with 19050 additions and 16382 deletions
@@ -9,13 +9,13 @@ autonomous: true
requirements: [DOCS-FIX]
must_haves:
truths:
- "docs/deployment.md tells a Phase 2+ developer the exact command to run the API + PWA host-side (no Docker)"
- "The doc explains DB_HOST must be overridden to localhost because root .env sets DB_HOST=mariadb for the Docker network"
- "The doc states the dev script does not auto-load .env"
- 'docs/deployment.md tells a Phase 2+ developer the exact command to run the API + PWA host-side (no Docker)'
- 'The doc explains DB_HOST must be overridden to localhost because root .env sets DB_HOST=mariadb for the Docker network'
- 'The doc states the dev script does not auto-load .env'
artifacts:
- path: "docs/deployment.md"
provides: "Host-side (no-Docker) local-dev run instructions for Phase 2+"
contains: "Running locally"
- path: 'docs/deployment.md'
provides: 'Host-side (no-Docker) local-dev run instructions for Phase 2+'
contains: 'Running locally'
key_links: []
---
@@ -82,6 +82,7 @@ Output: Updated docs/deployment.md.
Use fenced ```bash blocks for the commands. Match the surrounding doc's tone and heading depth
(the parent section is `##`, so use `###` for this subsection).
</action>
<verify>
<automated>grep -q "Running locally (host-side, no Docker)" docs/deployment.md && grep -q "DB_HOST=localhost pnpm --filter @familysync/api dev" docs/deployment.md && grep -q "pnpm --filter @familysync/pwa dev" docs/deployment.md && grep -q "set -a; source .env; set +a" docs/deployment.md</automated>
@@ -1,6 +1,6 @@
---
phase: quick-260610-czd
plan: "01"
plan: '01'
subsystem: docs
tags: [docs, local-dev, deployment]
dependency_graph:
@@ -15,10 +15,10 @@ key_files:
modified:
- docs/deployment.md
decisions:
- "D: Sourcing .env manually with DB_HOST override is intentional — baking --env-file into the dev script would load DB_HOST=mariadb and break host-side dev."
- 'D: Sourcing .env manually with DB_HOST override is intentional — baking --env-file into the dev script would load DB_HOST=mariadb and break host-side dev.'
metrics:
duration: "~5 min"
completed: "2026-06-10"
duration: '~5 min'
completed: '2026-06-10'
---
# Phase quick-260610-czd Plan 01: Fix docs/deployment.md local-dev command — Summary
@@ -27,9 +27,9 @@ metrics:
## Tasks Completed
| # | Task | Commit | Files |
|---|------|--------|-------|
| 1 | Add "Running locally (host-side, no Docker)" subsection | 39e2ee0 | docs/deployment.md |
| # | Task | Commit | Files |
| --- | ------------------------------------------------------- | ------- | ------------------ |
| 1 | Add "Running locally (host-side, no Docker)" subsection | 39e2ee0 | docs/deployment.md |
## Verification Output