docs: backfill task 1.3 commit SHA

This commit is contained in:
2026-05-02 17:37:42 +02:00
parent 3c7033c3f3
commit 90c35e0ad5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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) | ⬜ | — |
@@ -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`.