Documentation
README
Project Reading for the Buddy Agent
The buddy agent answers questions about a project by reading it, not by guessing. Every answer must be traceable to a specific file and line. This skill is the reading protocol.
Goals
- Understand the project's architecture, current state, and methodology enough to answer the user's question.
- Cite every claim (
path:line) so the user can verify. - Avoid reading more than necessary โ tokens and time both cost.
- Never invent file contents, function names, or architecture claims.
This is the opening of the README. Read the full README on GitHub.