From 4848f851b312aaf26154839f03429ff748578105 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 4 Sep 2025 10:25:52 -0700 Subject: [PATCH] expand agents.md --- AGENTS.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 76127b1..f27f9a5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,6 +1,6 @@ # AGENTS.md -This file is for code-writing LLM agents like Claude Code, Gemini CLI, Cursor, etc. +This file contains instructions for code-writing LLM agents like Claude Code, Gemini CLI, Cursor, OpenAI Codex, etc. CLAUDE.md symlinks to this file. @@ -19,4 +19,17 @@ Use the `scripts/` directory to run scripts: - `scripts/lint` - Run linting checks (ruff + pyright + mypy) and import verification - `scripts/format` - Run code formatting (ruff format + doc formatting) - `scripts/test` - Run full test suite (includes Prism mock server setup and Pydantic v1 compatibility tests) -- `scripts/mock` - Start Prism mock server for testing \ No newline at end of file +- `scripts/mock` - Start Prism mock server for testing + + +## Branches and Pull Requests + +When opening a pull request, target the `next` branch. + +The `main` branch reflects code that has been released to the package manager whereas the next branch queues up unreleased changes for you to review via the release PR. + + +## More information + +Read the CONTRIBUTING.md file in this repository for more information. +