CLAUDE.md@tests/fixtures/content/emphasis-density · git:20260721.6da12f7 · 2026-07-21 · sha256 6b9fe6ae9f8fb540
CLAUDE.md@tests/fixtures/content/emphasis-density git:20260721.6da12f7A
Immutable. This exact content is served forever at /api/v1/blob/6b9fe6ae9f8fb540.
# Project Standards sprocketd is a Go daemon that syncs sprocket inventory. Use these notes for every change in this repository. ## Rules - IMPORTANT: run `go test ./...` before committing. - You MUST update the OpenAPI spec when handlers change. - NEVER log request bodies — they contain customer addresses. - ALWAYS regenerate mocks with `make mocks` after interface edits. - CRITICAL: keep migrations reversible and numbered sequentially. - Database credentials are REQUIRED to come from the vault helper. - WARNING: the staging cluster shares a message bus with production.