Commit Graph

13 Commits

Author SHA1 Message Date
7412ef1d86 feat(01-01): add database schema, shared Zod schemas, seed, and test infrastructure
- Create Drizzle schema with items, categories, and settings tables
- Set up database connection singleton with WAL mode and foreign keys
- Add seed script for default Uncategorized category
- Create shared Zod validation schemas for items and categories
- Export TypeScript types inferred from Zod and Drizzle schemas
- Add in-memory SQLite test helper for isolated test databases
- Wire seed into Hono server startup

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 22:34:53 +01:00
67ff86039f feat(01-01): scaffold project with Vite, Hono, TanStack Router, Tailwind, and Drizzle config
- Initialize bun project with all frontend/backend dependencies
- Configure Vite with TanStack Router plugin, React, and Tailwind v4
- Create Hono server with health check and static file serving
- Set up TanStack Router file-based routes with root layout
- Add Drizzle config, Biome linter, and proper .gitignore

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 22:33:28 +01:00
5558381e09 docs(01): create phase plan 2026-03-14 22:27:00 +01:00
bbe4ac2b29 docs(phase-1): add validation strategy 2026-03-14 22:19:09 +01:00
4bd70cd4e5 docs(01): research phase domain 2026-03-14 22:18:09 +01:00
aae4e14a8f docs(state): record phase 1 context session 2026-03-14 22:10:46 +01:00
8f8c31ec0d docs(01): capture phase context 2026-03-14 22:10:37 +01:00
febae3498a docs: create roadmap (3 phases) 2026-03-14 21:53:13 +01:00
1886ac1abd docs: define v1 requirements 2026-03-14 21:50:52 +01:00
8f1647d557 docs: complete project research 2026-03-14 21:46:42 +01:00
632e45d294 chore: add project config 2026-03-14 21:39:27 +01:00
227239ce41 docs: initialize project 2026-03-14 21:38:16 +01:00
01f1a43545 Initial commit 2026-03-14 20:07:01 +00:00