Unify project docs with CLAUDE.md as single source of truth #100
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Project documentation was scattered across multiple files with stale and conflicting information. This PR consolidates everything into a single authoritative source (
CLAUDE.md) and brings the remaining docs up to date.What changed
CLAUDE.md— comprehensive project reference covering quick start, build commands, repo layout, conventions, architecture, data flow, deployment, and environment variables. Acts as the single source of truth for both human contributors and AI coding assistants..github/copilot-instructions.md— now a lightweight entry point that inlines key conventions and defers toCLAUDE.mdfor depth, eliminating duplication.README.md— replace stale Scala/shotgun tech stack references with the current Fastify + Bun API; fix brokenserverless/alpr_clusterslink.serverless/README.mdandserverless/alpr_cache/README.mdto match the current tile-based caching approach..gitignore— replace stalealpr_clusters.pyexception withalpr_counts.py; add.claude/directory.Why this matters
CLAUDE.mdis the standard entrypoint for Claude Code, GitHub Copilot, and similar tools, giving them correct context about the project's architecture and conventions.shotgun/) has been gone for a while but was still referenced inREADME.mdand elsewhere.Test plan
alpr_clusters,shotgun, or Scala remain🤖 Generated with Claude Code