Skip to content
This repository was archived by the owner on Jun 22, 2026. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 226 Bytes

File metadata and controls

7 lines (5 loc) · 226 Bytes

@AGENTS.md

Claude-specific notes

  • Don't read or modify files under data/ (gitignored local SQLite DBs).
  • Prefer go test ./internal/<package>/... over a full go test ./... run when iterating on a single package.