6ed6c7780b
Links to PROJECT-MEMORY.md and DECISIONS.md for development rules and architectural decisions, plus quick commands and doc index.
764 B
764 B
CV Project Instructions
Required Reading
- PROJECT-MEMORY.md - Development rules, critical bugs, patterns
- doc/DECISIONS.md - Architectural Decision Records (ADRs)
Quick Commands
# Run all frontend tests (Playwright)
bun tests/run-all.mjs
# Run Go tests with coverage
go test -cover ./internal/...
# Start dev server
go run .
Tech Stack
- Backend: Go 1.21+ with standard library
- Frontend: HTMX + Hyperscript + Vanilla JS
- Testing: Playwright (frontend), Go test (backend)
Documentation Index
- doc/00-GO-DOCUMENTATION-INDEX.md - Go system docs
- doc/01-ARCHITECTURE.md - System architecture