From 90c35e0ad5e2b3cf27dc2558d9f7270bd4af9336 Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Sat, 2 May 2026 17:37:42 +0200 Subject: [PATCH] docs: backfill task 1.3 commit SHA --- .planning/ROADMAP.md | 2 +- .planning/phase-1-foundation/03-vite-dev-proxy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.planning/ROADMAP.md b/.planning/ROADMAP.md index 14957d8..c009d6b 100644 --- a/.planning/ROADMAP.md +++ b/.planning/ROADMAP.md @@ -51,7 +51,7 @@ These rules govern every task. Any deviation must be discussed and documented as | ---- | ------------------------------------------------------------------------------------------------------------ | ------ | --------- | | 1.1 | Project scaffold (Vite + React + TS) | 🟩 | (manual) | | 1.2 | [Stack rounding-out (Tailwind + shadcn/ui + deps + Prettier)](./phase-1-foundation/02-stack-rounding-out.md) | 🟩 | `9918418` | -| 1.3 | [Vite dev proxy + path aliases + tsconfig hardening](./phase-1-foundation/03-vite-dev-proxy.md) | 🟩 | `PENDING_SHA` | +| 1.3 | [Vite dev proxy + path aliases + tsconfig hardening](./phase-1-foundation/03-vite-dev-proxy.md) | 🟩 | `39b60c9` | | 1.4 | [Runtime config endpoint](./phase-1-foundation/04-runtime-config.md) | ⬜ | — | | 1.5 | [Directus auth client (cookie mode + refresh)](./phase-1-foundation/05-directus-auth-client.md) | ⬜ | — | | 1.6 | [Login page](./phase-1-foundation/06-login-page.md) | ⬜ | — | diff --git a/.planning/phase-1-foundation/03-vite-dev-proxy.md b/.planning/phase-1-foundation/03-vite-dev-proxy.md index 3408836..d307f79 100644 --- a/.planning/phase-1-foundation/03-vite-dev-proxy.md +++ b/.planning/phase-1-foundation/03-vite-dev-proxy.md @@ -146,4 +146,4 @@ One gotcha: the proxy's `target` for a WS route must use a `ws://` or `wss://` s **Smoke check:** `pnpm typecheck`, `pnpm lint`, `pnpm format:check`, `pnpm build` all green. Stricter tsconfig didn't surface any existing issues (current code is small). -Landed in `PENDING_SHA`. +Landed in `39b60c9`.