Skip to content

Add claude.md#151

Merged
jordanschalm merged 3 commits intomainfrom
jord/add-claudemd
Feb 10, 2026
Merged

Add claude.md#151
jordanschalm merged 3 commits intomainfrom
jord/add-claudemd

Conversation

@jordanschalm
Copy link
Copy Markdown
Member

Created this using /init focussing on telling claude how to run tests

Created this using /init focussing on telling claude how to run tests
@jordanschalm jordanschalm requested a review from a team as a code owner February 9, 2026 22:06
Copy link
Copy Markdown
Member

@Kay-Zee Kay-Zee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does naming it claude.md help direct claude to look here first? if so is the plan to continue to grow this MD file to more than testing?

@vishalchangrani
Copy link
Copy Markdown
Contributor

does naming it claude.md help direct claude to look here first? if so is the plan to continue to grow this MD file to more than testing?

I have this same question :)

@jordanschalm
Copy link
Copy Markdown
Member Author

jordanschalm commented Feb 10, 2026

does naming it claude.md help direct claude to look here first?

Yep, CLAUDE.md files are auto-loaded into the context window for Claude Code. So, they are always available, but also always consume context space. The current file is using 2k tokens, which is a lot, so going to trim it down before merging. My main goal here was for all Claude sessions to know how to run individual test cases and test files, which I think can be accomplished with a lot less tokens.

if so is the plan to continue to grow this MD file to more than testing?

Yep, whatever we want to be always loaded into context for the project.

@Gornutz
Copy link
Copy Markdown
Contributor

Gornutz commented Feb 10, 2026

does naming it claude.md help direct claude to look here first? if so is the plan to continue to grow this MD file to more than testing?

Yes it helps direct claude directly to look there. If the repo is going to support multiple different agent types (codex / etc) then it's actually better to have it be Agents.md where it's agnostic to the provider. It's also able to provide better context when using skills then having the individual skill available for usage.

Source with benchmarks from Vercel - https://vercel.com/blog/agents-md-outperforms-skills-in-our-agent-evals

@jordanschalm
Copy link
Copy Markdown
Member Author

Trimmed it to 310 tokens and added an AGENTS.md symlink so other models will pick it up

@jordanschalm jordanschalm merged commit a5f1045 into main Feb 10, 2026
1 check passed
@jordanschalm jordanschalm deleted the jord/add-claudemd branch February 10, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants