Lucas Berger
f9fc7bbda2
docs(14): add code review report
2026-06-12 09:07:20 -04:00
Lucas Berger
492adbc8b3
docs(14-01): complete desktop e2e coverage plan
...
- 85 passed, 5 skipped, 0 failed across iphone + pixel + desktop
- SC-1/SC-2/SC-3 all satisfied
2026-06-12 08:24:31 -04:00
Lucas Berger
5c3bd5c1ea
docs(14): record planning complete + pattern map
2026-06-12 08:10:03 -04:00
Lucas Berger
8742dd43a4
docs(14): create phase plan
2026-06-12 08:07:37 -04:00
Lucas Berger
2daeb49b89
docs(14): capture phase context
2026-06-12 07:57:03 -04:00
Lucas Berger
5ab463ccbb
docs: add backlog 999.17 (CI doc-only PR skip) + remove stale graph.html
CI / fast-checks (pull_request) Successful in 1m19s
CI / api (pull_request) Successful in 58s
CI / harness (pull_request) Successful in 3m16s
2026-06-11 22:29:26 -04:00
Lucas Berger
fc5b06d343
Merge remote-tracking branch 'origin/main' into gsd/phase-13-real-lint-gate-eslint
...
CI / fast-checks (pull_request) Failing after 1m47s
CI / api (pull_request) Successful in 1m0s
CI / harness (pull_request) Successful in 3m30s
# Conflicts:
# .planning/ROADMAP.md
2026-06-11 21:25:14 -04:00
Lucas Berger
f06216b567
docs(13): add code review report
2026-06-11 21:08:54 -04:00
Lucas Berger
8a53e9d1ee
docs(13): phase verification — passed (9/9), 2 live-CI human items
2026-06-11 20:59:51 -04:00
Lucas Berger
743c7d92f0
fix(13-03): exclude .planning from Prettier so the format gate stays green
...
GSD planning artifacts (.planning/**) are rewritten by tooling on every workflow
run and are never hand-formatted. Including them in Prettier scope caused
pnpm format:check to exit 1 on virtually every future PR, making the SC-3
green baseline impossible to hold. Add .planning/ to .prettierignore, mirroring
the same rationale as dist/ and apps/api/src/db/migrations/.
Real source docs (README.md, docs/**) remain in Prettier scope.
No playwright-report/, test-results/, or coverage/ directories exist to ignore.
2026-06-11 20:50:45 -04:00
Lucas Berger
f153b7199d
docs(13-03): complete Prettier reformat + CI format gate plan
2026-06-11 20:44:52 -04:00
Lucas Berger
982438dc10
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.
2026-06-11 20:35:18 -04:00
Lucas Berger
4bc0445173
docs(13-02): record post-verification correction — residual lint error and fix
2026-06-11 20:31:10 -04:00
Lucas Berger
1453cbed76
docs(13-02): complete ESLint violation elimination plan
2026-06-11 20:25:47 -04:00
Lucas Berger
39e26561cf
docs(13-01): complete lint gate foundation plan — SUMMARY + STATE + ROADMAP
...
Plan 13-01 complete: ESLint flat config + Prettier installed and wired,
SC-1 gate proven (exit 1 on deliberate violations), 119 real violations
inventoried for Plan 02 (api:42, pwa:77). STATE advanced to Plan 2 of 3.
2026-06-11 19:53:55 -04:00
Lucas Berger
5f065183b0
docs(08-fix): code review + auto-fix report (5 fixed, IN-02 deferred to Phase 13)
CI / fast-checks (pull_request) Successful in 49s
CI / api (pull_request) Successful in 1m3s
CI / harness (pull_request) Successful in 3m27s
2026-06-11 19:29:36 -04:00
Lucas Berger
694253ecb0
docs(13): create phase plan — 3 plans (lint gate + Prettier format gate)
...
- 13-01: install ESLint v9/typescript-eslint/React/Prettier (pinned), flat config,
package lint + root format scripts, root type:module; prove gate fails (SC-1)
- 13-02: fix all first-run violations across both apps, address-not-mask (D-13-05/06)
- 13-03: isolated Prettier reformat (D-13-08) + CI format:check step + green baseline (SC-2/SC-3)
- ROADMAP: add active Phase 13 entry + Progress row; mark backlog 999.16 promoted
2026-06-11 19:25:08 -04:00
Lucas Berger
2863025bcd
docs(13): add pattern map
2026-06-11 19:18:46 -04:00
Lucas Berger
ee67dfecef
docs(13): add research + validation strategy
2026-06-11 19:04:13 -04:00
Lucas Berger
ef87a3edf6
docs(13): research phase — ESLint flat config + Prettier
2026-06-11 19:03:11 -04:00
Lucas Berger
8fbc68f993
docs(13): capture phase context
2026-06-11 18:28:58 -04:00
Lucas Berger
b1851f475e
docs(08): SUMMARY + VERIFICATION — phase 8 complete, CI-01 + CI-02 delivered
...
CI / fast-checks (pull_request) Successful in 49s
CI / api (pull_request) Successful in 56s
CI / harness (pull_request) Successful in 3m23s
CI / publish (pull_request) Has been skipped
- 08-04-SUMMARY.md: publish job verified green (run #14 ), both tags pushed,
security audit pass (PAT masked, --password-stdin), REGISTRY_PAT naming note
- 08-VERIFICATION.md: all six phase-8 ROADMAP criteria passed with evidence table
- REQUIREMENTS.md: CI-01 + CI-02 marked complete (checkboxes + traceability table)
- ROADMAP.md: phase 8 marked [x] complete (2026-06-11), 08-04 plan ticked
- STATE.md: phase complete, D-PAT-NAMING decision recorded, operator next steps updated
2026-06-11 16:17:53 -04:00
Lucas Berger
212d8c1691
docs(08-03): SUMMARY — harness green, 58 specs both profiles on cold CI stack
...
- Run #11 (PR #3 ): 58 passed in 1.6 min (iphone/WebKit + pixel/Chromium)
- 4 infrastructure fixes: API-reap at step boundary, IPv4-first for Vite, dev-user FK seed, reporter double-forward via pnpm
- No Phase 7 harness file modified (phase boundary D-01/D-02 held)
- Advance position to 08-04 (publish job)
2026-06-11 15:52:15 -04:00
Lucas Berger
694ffe713b
docs(08): commit phase research (was untracked)
2026-06-11 14:39:30 -04:00
Lucas Berger
78229168b9
docs(08-02): SUMMARY — PR gating jobs green on cold run
2026-06-11 14:37:32 -04:00
Lucas Berger
087d9af117
docs(08-01): SUMMARY — probe fork answers recorded, plan complete
...
- Docker-executor mode confirmed; runs-on: ubuntu-latest (not self-hosted)
- MariaDB service container works; DB_HOST=mariadb; no mysql CLI in image
- actions/cache@v4 unreliable (timeout) — skip in Plans 02/03
- Playwright WebKit deps install cleanly; Phase-7 harness CI-feasible
- ChristopherHX/gitea-upload-artifact@v4 confirmed; actions/upload-artifact@v4 broken
- ${GITHUB_SHA:0:7} valid for image tags
- STATE.md: plan 08-01 complete, position advanced to 08-02 (Wave 2)
- ROADMAP.md: 08 phase progress updated (1/4 plans complete)
2026-06-11 10:16:26 -04:00
Lucas Berger
134d4db08a
fix(08-01): probe runs-on ubuntu-latest — runner has no self-hosted label
...
runner-probe / runner-probe (push) Successful in 5m33s
The act_runner advertises ubuntu-latest/ubuntu-24.04/ubuntu-22.04; runs-on:
self-hosted matched no runner and the probe job stayed queued. Switch the
probe (and the plan key-link) to ubuntu-latest. ci.yml (Plans 02-04) must
use the same label.
2026-06-11 10:04:41 -04:00
Lucas Berger
4a510f1d79
docs: add backlog item 999.15 — desktop e2e coverage; drop from phase 8 context
2026-06-11 09:36:53 -04:00
Lucas Berger
41b0b60291
docs(08): create phase plan
2026-06-11 09:34:48 -04:00
Lucas Berger
4e474cdd9c
docs(08): create phase plan — 4 plans (runner-probe, PR jobs, harness, publish)
2026-06-11 09:26:48 -04:00
Lucas Berger
92acf02989
docs(08): add validation strategy
2026-06-11 09:16:30 -04:00
Lucas Berger
c3cee0baae
docs(08): capture phase context
2026-06-11 08:50:02 -04:00
Lucas Berger
4303a1b680
docs(07): code-review --fix complete — 5 warnings fixed, re-review status clean
2026-06-11 08:00:55 -04:00
Lucas Berger
789e87a360
docs(07): mark deep-review blockers BL-01/BL-02 resolved ( 53c3ca5); verification addendum
2026-06-11 07:39:58 -04:00
Lucas Berger
f52b722b9b
docs(07): deep code review report (2 blockers, CR-01 verified resolved)
2026-06-11 07:32:58 -04:00
Lucas Berger
3b4fd9a5b1
docs(07): add phase verification report
2026-06-11 02:29:17 -04:00
Lucas Berger
e105dce9de
docs(07): mark CR-01 resolved in review report
2026-06-11 02:24:11 -04:00
Lucas Berger
8458dc25eb
docs(07): add code review report
2026-06-11 02:20:32 -04:00
Lucas Berger
10e570b21d
docs(07-04): complete state coverage plan — calendar.spec.ts + lists.spec.ts
2026-06-11 02:13:34 -04:00
Lucas Berger
f8227855dc
docs(07-03): complete layout.spec.ts plan
2026-06-11 02:02:54 -04:00
Lucas Berger
8f0846c8c6
docs(07-02): complete globalSetup seed plan
2026-06-11 01:53:07 -04:00
Lucas Berger
e7fdf798dd
docs(07-01): complete playwright harness foundation plan
2026-06-11 01:45:45 -04:00
Lucas Berger
ed206c3732
docs(07): create mobile-test-harness phase plan (4 plans, 3 waves)
2026-06-10 22:39:08 -04:00
Lucas Berger
7a089421dd
docs(07): add validation strategy
2026-06-10 22:24:52 -04:00
Lucas Berger
ad927e04d2
docs(07): research phase — Playwright mobile harness assertion strategy and config patterns
2026-06-10 22:23:13 -04:00
Lucas Berger
179766d447
docs(07): mobile UI quality-bar contract (UI-SPEC)
...
Adds 07-UI-SPEC.md for Phase 7 (Mobile Test Harness). Documents the
assertable mobile-UI quality bar the harness enforces: touch-target
thresholds (≥44px), no-horizontal-overflow rule, two-profile viewport
matrix (iPhone 14/WebKit + Pixel 7/Chromium), role-based accessible name
requirements, empty/error-state copy anchors, screenshot omission rationale,
and CI portability rules. Locks D-01 through D-10 from CONTEXT.md as the
assertion contract.
2026-06-10 22:11:18 -04:00
Lucas Berger
2477741337
docs(07): capture phase context
2026-06-10 21:49:28 -04:00
Lucas Berger
581b31916b
chore: archive phase directories from completed milestones
2026-06-10 17:56:40 -04:00
Lucas Berger
756e2b86ad
docs(06): add phase verification report, patterns map, and iter2 review/fix
2026-06-10 17:22:34 -04:00
Lucas Berger
e805585770
docs(06): refresh code review report to clean after auto-fix
2026-06-10 17:00:52 -04:00