Skip to content

Commit 68dee40

Browse files
Make CLAUDE.md symlink to AGENTS.md
1 parent a7ed124 commit 68dee40

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

AGENTS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Bash commands
2+
- `uv run pytest`: Run the tests.
3+
- `make style && make quality` run the linter + formatter.
4+
5+
# Workflow
6+
- Always run the linter and make sure the tests pass before finishing a task.
7+
- Prefer running single tests, not the whole suite, when developing.
8+
- To run the `./scripts/train/build_image_and_launch.sh` script, you must commit the current changes.
9+
- Launch tool use experiments by running `./scripts/train/build_image_and_launch.sh scripts/train/debug/tool_grpo_fast.sh`.
10+
- Launch multi-node non-tool experiments by running `./scripts/train/build_image_and_launch.sh scripts/train/debug/large_test_script.sh`.

CLAUDE.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CLAUDE.md

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

0 commit comments

Comments
 (0)