Skip to content

Commit 4848f85

Browse files
committed
expand agents.md
1 parent ae85a60 commit 4848f85

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

AGENTS.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AGENTS.md
22

3-
This file is for code-writing LLM agents like Claude Code, Gemini CLI, Cursor, etc.
3+
This file contains instructions for code-writing LLM agents like Claude Code, Gemini CLI, Cursor, OpenAI Codex, etc.
44

55
CLAUDE.md symlinks to this file.
66

@@ -19,4 +19,17 @@ Use the `scripts/` directory to run scripts:
1919
- `scripts/lint` - Run linting checks (ruff + pyright + mypy) and import verification
2020
- `scripts/format` - Run code formatting (ruff format + doc formatting)
2121
- `scripts/test` - Run full test suite (includes Prism mock server setup and Pydantic v1 compatibility tests)
22-
- `scripts/mock` - Start Prism mock server for testing
22+
- `scripts/mock` - Start Prism mock server for testing
23+
24+
25+
## Branches and Pull Requests
26+
27+
When opening a pull request, target the `next` branch.
28+
29+
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.
30+
31+
32+
## More information
33+
34+
Read the CONTRIBUTING.md file in this repository for more information.
35+

0 commit comments

Comments
 (0)