From d2026ee83dd90a07d96aa7a1dfd823c10eb232d4 Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Sat, 2 May 2026 17:43:36 +0200 Subject: [PATCH] docs: backfill task 1.4 commit SHA --- .planning/ROADMAP.md | 2 +- .planning/phase-1-foundation/04-runtime-config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.planning/ROADMAP.md b/.planning/ROADMAP.md index 5298b9d..ed66764 100644 --- a/.planning/ROADMAP.md +++ b/.planning/ROADMAP.md @@ -52,7 +52,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) | 🟩 | `39b60c9` | -| 1.4 | [Runtime config endpoint](./phase-1-foundation/04-runtime-config.md) | 🟩 | `PENDING_SHA` | +| 1.4 | [Runtime config endpoint](./phase-1-foundation/04-runtime-config.md) | 🟩 | `8e2151a` | | 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) | ⬜ | — | | 1.7 | [Routing skeleton (TanStack Router + role-aware guards)](./phase-1-foundation/07-routing-skeleton.md) | ⬜ | — | diff --git a/.planning/phase-1-foundation/04-runtime-config.md b/.planning/phase-1-foundation/04-runtime-config.md index 48004b0..1f5a22f 100644 --- a/.planning/phase-1-foundation/04-runtime-config.md +++ b/.planning/phase-1-foundation/04-runtime-config.md @@ -116,4 +116,4 @@ Three files under `src/config/` plus the dev-defaults JSON: **Smoke check:** `pnpm typecheck`, `pnpm lint`, `pnpm format:check`, `pnpm build` all green. Bundle: 283KB raw / 87KB gzipped (up from 222KB / 70KB after zod entered the runtime path). Could not browser-smoke `useRuntimeConfig` without running `pnpm dev` interactively — flagged as a manual sanity step before 1.5 lands. -Landed in `PENDING_SHA`. +Landed in `8e2151a`.