|
|
|
|
|
by chr15m
147 days ago
|
|
I'm not sure if this is widely known but you can do a lot better even than AGENTS.md. Create a folder called .context and symlink anything in there that is relevant to the project. For example READMEs and important docs from dependencies you're using. Then configure your tool to always read .context into context, just like it does for AGENTS.md. This ensures the LLM has all the information it needs right in context from the get go. Much better performance, cheaper, and less mistakes. |
|