Clone into Agent Context
- How to clone the BrennerBot repository
- How to give your agent access to the codebase
- The key files your agent will need to read
- Clone the brenner_bot repository
- Navigate into the project directory
- Start your agent with project context
1. Clone the Repository
First, clone the BrennerBot repository to your local machine:
2. Key Files Your Agent Will Read
The repository contains these important files that your agent will internalize:
AGENTS.mdProject conventions and agent coordination rules
README.mdProject overview and the Brenner methodology
specs/operator_library_v0.1.mdThe four cognitive operators with usage examples
final_distillation_of_brenner_method_*.mdAI-generated distillations of Brenner's approach
complete_brenner_transcript.mdThe full primary source material
3. Start Your Agent
Now start your coding agent from inside the brenner_bot directory:
For Claude Code:
For Codex:
The agent will now have access to all files in the repository. You can verify by asking it to list the files or describe the project structure.
4. Verify File Access
Test that your agent can see the files by asking a simple question:
Your agent should mention AGENTS.md, README.md, brenner.ts, and the various markdown files. If it says it can't access files, you may need to restart the agent from the correct directory.
Next up: In Step 4, you'll guide your agent to study the Brenner methodology systematically. This is the key step where the agent internalizes the approach.