# QuoteForge - Claude Code Instructions ## Bible The **[bible/](bible/README.md)** is the single source of truth for this project's architecture, schemas, patterns, and rules. Read it before making any changes. **Rules:** - Every architectural decision must be recorded in `bible/` in the same commit as the code. - Bible files are written and updated in **English only**. - Before working on the codebase, check `releases/memory/` for the latest release notes. ## Quick Reference ```bash # Verify build go build ./cmd/qfs && go vet ./... # Run go run ./cmd/qfs make run # Build make build-release ```