Skip to content

Commit 3e5f3c0

Browse files
authored
Point CLAUDE.md to AGENTS.md (#930)
People soemtimes use claude code to send PRs, this allows the agents.md to be shared for that
1 parent d88bf14 commit 3e5f3c0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

AGENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Welcome to the OpenAI Agents SDK repository. This file contains the main points
3535

3636
Coverage can be generated with `make coverage`.
3737

38+
All python commands should be run via `uv run python ...`
39+
3840
## Snapshot tests
3941

4042
Some tests rely on inline snapshots. See `tests/README.md` for details on updating them:
@@ -64,6 +66,6 @@ Commit messages should be concise and written in the imperative mood. Small, foc
6466
## What reviewers look for
6567

6668
- Tests covering new behaviour.
67-
- Consistent style: code formatted with `ruff format`, imports sorted, and type hints passing `mypy`.
69+
- Consistent style: code formatted with `uv run ruff format`, imports sorted, and type hints passing `uv run mypy .`.
6870
- Clear documentation for any public API changes.
6971
- Clean history and a helpful PR description.

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Read the AGENTS.md file for instructions.

0 commit comments

Comments
 (0)