chore: complete phase 0 - update decisions.md and mark phase complete

This commit is contained in:
lila 2026-03-26 09:51:03 +01:00
parent 5561d54a24
commit c1b90b9643
3 changed files with 11 additions and 8 deletions

View file

@ -143,8 +143,15 @@ Then `sudo sysctl -p` or restart Docker.
- [x] Set up ESLint + Prettier with shared configs in root - [x] Set up ESLint + Prettier with shared configs in root
- [x] Set up Vitest in `api` and `web` and both packages - [x] Set up Vitest in `api` and `web` and both packages
- [x] Scaffold Express app with `GET /api/health` - [x] Scaffold Express app with `GET /api/health`
- [x] Scaffold Vite + React app with TanStack Router (single root route) — **in progress** - [x] Scaffold Vite + React app with TanStack Router (single root route)
- [x] Configure Drizzle ORM + connection to local PostgreSQL
- [x] Write first migration (empty — just validates the pipeline works)
- [x] `docker-compose.yml` for local dev: `api`, `web`, `postgres`, `valkey`
- [x] `.env.example` files for `apps/api` and `apps/web`
- [x] update decisions.md
Phase 0 is finished with this.
### Current checkpoint ### Current checkpoint
Setting up TanStack Router in `apps/web` with a single root route. - [ ] Run `scripts/extract_omw.py` locally → generates `packages/db/src/seed.json`

View file

@ -18,8 +18,8 @@ Each phase produces a working, deployable increment. Nothing is built speculativ
- [x] Configure Drizzle ORM + connection to local PostgreSQL - [x] Configure Drizzle ORM + connection to local PostgreSQL
- [x] Write first migration (empty — just validates the pipeline works) - [x] Write first migration (empty — just validates the pipeline works)
- [x] `docker-compose.yml` for local dev: `api`, `web`, `postgres`, `valkey` - [x] `docker-compose.yml` for local dev: `api`, `web`, `postgres`, `valkey`
- [ ] `.env.example` files for `apps/api` and `apps/web` - [x] `.env.example` files for `apps/api` and `apps/web`
- [ ] update decisions.md - [x] update decisions.md
--- ---

View file

@ -427,11 +427,7 @@ Tests are co-located with source files (`*.test.ts` / `*.test.tsx`).
- [ ] 1020 passing tests covering critical paths - [ ] 1020 passing tests covering critical paths
- [ ] pnpm workspace build pipeline green - [ ] pnpm workspace build pipeline green
### Documentation
- [ ] `SPEC.md` complete
- [ ] `.env.example` files for all apps
- [ ] `README.md` with local dev setup instructions
--- ---