Files
juanatsap 6ed6c7780b docs: add CLAUDE.md pointing to key project documentation
Links to PROJECT-MEMORY.md and DECISIONS.md for development rules
and architectural decisions, plus quick commands and doc index.
2025-12-06 17:49:13 +00:00

764 B

CV Project Instructions

Required Reading

  1. PROJECT-MEMORY.md - Development rules, critical bugs, patterns
  2. 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