Skip to content

Commit fb53a17

Browse files
gmoonclaude
andcommitted
docs: Inline critical dev standards in CLAUDE.md
Reduces token cost by inlining key rules instead of requiring Claude to read full CONTRIBUTING.md every session. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 35e8714 commit fb53a17

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
44

5-
**IMPORTANT**: Read and follow [CONTRIBUTING.md](CONTRIBUTING.md) for development standards, code style, testing requirements, and Makefile usage.
5+
## Development Standards
66

7-
<!-- SIZE CHECK: Keep this file under 2.5k tokens (~1,900 words). Current: ~950 words. Alert user if exceeded. -->
7+
- Use `make` for repeatable workflows, raw commands for debugging/exploration
8+
- Run `make lint` and `make test` before committing
9+
- 70% backend test coverage minimum (enforced by CI)
10+
- See [CONTRIBUTING.md](CONTRIBUTING.md) for full style guide and details
11+
12+
<!-- SIZE CHECK: Keep this file under 2.5k tokens (~1,900 words). Alert user if exceeded. -->
813

914
## Project Overview
1015

0 commit comments

Comments
 (0)