Gjermund Høsøien Wiggen
1d4dc38d06
docs: update CLAUDE.md, redesign AGENTS.md, add design-system.md
...
- CLAUDE.md: updated API endpoints, dev workflow, current stack
- web/AGENTS.md: replaced auto-generated text with Tessera design rules
- docs/design-system.md: new — component patterns, typography scale,
color tokens, anti-patterns to avoid
Ensures design consistency across all future work.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-09 23:07:32 +02:00
Gjermund Høsøien Wiggen
087b8cdce7
Replace auto-generated CLAUDE.md with proper project documentation
...
- Architecture overview (backend + frontend)
- Stack details (Bun/Hono/Drizzle + Next.js/shadcn)
- How to run locally (backend, frontend, migrations)
- API endpoint reference
- Key design decisions (sequential IDs, transaction-centric, scrip engine)
- Git workflow and common issues
2026-06-07 23:31:28 +02:00
Gjermund Høsøien Wiggen
1136227510
TypeScript/Bun project scaffold
...
- Stack: Bun, Hono, Drizzle ORM, Zod, Handlebars, Pino
- Models: ticket, queue, transaction, scrip, template, custom_field, user, lifecycle
- Scrip engine: prepare/commit two-phase dispatch, template rendering, mock actions
- Lifecycle validator: state machine transition validation with wildcard support
- Routes: health, tickets (full CRUD + preview + transactions), queues, scrips, custom-fields, lifecycles
- Middleware: Pino logging, error handler
- Database: Drizzle ORM schema + initial migration (10 tables)
- Type-check: passes (tsc --noEmit, zero errors)
2026-06-07 21:21:50 +02:00