AGENTS.md before doing any work, so you can give it project-specific guidance. With Bruno’s local-first approach, you can add an AGENTS.md at your project root so Codex understands how to generate and work with Bruno collections.
Codex discovers instructions in this order: global
~/.codex/AGENTS.md, See Custom instructions with AGENTS.md for full details.Configure Codex with Bruno
- Install and set up Codex from the Codex documentation.
-
At your project root (typically the Git root), create an
AGENTS.mdfile with instructions for working with Bruno collections.
my-project
codex
AGENTS.md
src
routes
app.js
server.js
bruno-collection
package.json
.gitignore