Replies: 2 comments
-
|
yes, I was meaning to also do that. Some time ago i added a bit up top but obviously it backfired with pace of new features and changes :) probably at this point majority of the CLAUDE.md should be cleaned up and this bit re-phrased to only update it with crucial pipeline changes |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
i cleaned it up significantly |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The CLAUDE.md is currently ~4,000 words (~5,000 tokens). Every time an AI agent loads the project, those tokens burn on descriptions that restate what's already in the code and the indexed knowledge graph.
I've been experimenting with a more compact "grug brain" style in my own opencode config with good results; inspired by projects like https://github.com/JuliusBrussee/caveman. The idea is to strip articles, helping verbs, and connector language without removing any constraints or code references. Agents parse the compressed form just as well, cutting the token count roughly in half.
Before putting time into a PR I wanted to check if there's any interest in this kind of change.
Beta Was this translation helpful? Give feedback.
All reactions