Lucas Berger
23fb238443
docs(roadmap): add markdown linting to Phase 15 scope
Publish / publish (push) Successful in 6s
2026-06-12 09:52:34 -04:00
Lucas Berger
300a07ab4b
docs: review backlog — promoted 999.17 to Phase 15, removed 6 stale promoted stubs
Publish / publish (push) Successful in 7s
2026-06-12 09:47:12 -04:00
Lucas Berger
cf48fa8e1b
docs(phase-14): complete phase execution
CI / fast-checks (pull_request) Successful in 1m20s
CI / api (pull_request) Successful in 57s
CI / harness (pull_request) Successful in 3m56s
2026-06-12 09:10:18 -04:00
Lucas Berger
f9fc7bbda2
docs(14): add code review report
2026-06-12 09:07:20 -04:00
Lucas Berger
214e59d6e2
docs(phase-14): update tracking after wave 1
2026-06-12 08:27:39 -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
d8cdbcfc14
docs(state): record phase 14 context session
2026-06-12 07:57:10 -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
cfb2fd3cf9
docs(graph): refresh knowledge-graph artifacts (rebuilt at 63ae0c6 — 5924 nodes/6053 edges)
CI / fast-checks (pull_request) Successful in 1m22s
CI / api (pull_request) Successful in 1m0s
CI / harness (pull_request) Successful in 3m29s
2026-06-11 22:25:27 -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
f16316c6fd
docs(quick-260611-tfc): WR-01 sw.ts notificationclick fallback fix
2026-06-11 21:16:38 -04:00
Lucas Berger
f06216b567
docs(13): add code review report
2026-06-11 21:08:54 -04:00
Lucas Berger
90d94febea
docs(13): mark phase complete — tracking updates
2026-06-11 21:00:55 -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
luckberg
b645243582
Merge branch 'main' into gsd/phase-08-fixes
CI / fast-checks (pull_request) Successful in 49s
CI / api (pull_request) Successful in 58s
CI / harness (pull_request) Successful in 3m30s
2026-06-11 19:31:13 -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
66c54507ad
docs(13): create phase plan
2026-06-11 19:27:50 -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
bcc9682a01
docs(roadmap): promote Phases 13 (real lint gate) + 14 (desktop e2e) into v1.1; fold backlog 999.5 self-service onboarding into admin-credential phase
CI / fast-checks (pull_request) Successful in 50s
CI / api (pull_request) Successful in 1m1s
CI / harness (pull_request) Successful in 3m33s
2026-06-11 19:13:31 -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
2b6b0da939
docs(state): record phase 13 context session
2026-06-11 18:29:04 -04:00
Lucas Berger
8fbc68f993
docs(13): capture phase context
2026-06-11 18:28:58 -04:00
Lucas Berger
234384c142
docs(quick-260611-ozt): split publish job into standalone gitea workflow + document release model
CI / fast-checks (pull_request) Successful in 49s
CI / api (pull_request) Successful in 56s
CI / harness (pull_request) Successful in 3m22s
2026-06-11 18:08:27 -04:00
Lucas Berger
e14054c264
docs(260611-ozt): pre-dispatch plan for split publish job into standalone gitea workflow
2026-06-11 18:02:57 -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
2a34a94cc6
docs(08): correct premature completion — phase 8 + CI-01 still in progress
...
CI / fast-checks (pull_request) Successful in 48s
CI / api (pull_request) Successful in 57s
Plans 08-03 (harness UI-regression job) and 08-04 (publish job) are not yet
built; CI-01's definition includes the harness step (08-03). Revert phase 8
and CI-01 from complete back to in-progress.
2026-06-11 14:42:33 -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
181d161da6
docs: add backlog 999.16 — wire real ESLint lint gate (deferred from phase 8)
2026-06-11 14:33:22 -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
e57b76ef59
docs(08-01): update STATE.md — Task 2 complete, awaiting Task 3 human-verify checkpoint
runner-probe / runner-probe (push) Has been cancelled
2026-06-11 09:53:40 -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
e8a9ce4ea9
docs(state): record phase 8 context session
2026-06-11 08:50:02 -04:00
Lucas Berger
c3cee0baae
docs(08): capture phase context
2026-06-11 08:50:02 -04:00