34eb47b595
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
529 B
529 B
QBank
See PLAN.md for the full execution plan. Work through phases in order. Don't skip ahead — each phase has an acceptance test that must pass before moving on.
Conventions
- Go 1.22+, pure-Go deps only (no CGo).
- All DB access through internal/db/repo.go.
- Run
go vet ./...andgo test ./...before declaring a phase done. - Commit at the end of each phase with message "Phase N:
".
Commands
make run— start the dev servermake tailwind— rebuild CSSmake test— run all tests