Skip to content

Commit 5d1107f

Browse files
authored
Merge branch 'main' into claude/plan-testing-suite-rework-FF4ZA
2 parents 3b48761 + 799cfd0 commit 5d1107f

2 files changed

Lines changed: 4 additions & 17 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
This role of this file is to describe common mistakes and confusion points that agents might encounter as they work in this project. If you ever encounter something in the project that surprises you, please alert the developer working with you and indicate that this is the case in the Agent.md file to help prevent future agents from having the same issue.
44

5-
65
## Commands to interact with the codebase which you should run:
76

87
### Build Docs (only use this command verbatim from the project root)
8+
99
```bash
10-
rm -rf docs/source/generated && uv run sphinx-build -b html docs/source docs/build/html
10+
rm -rf docs/source/generated docs/source/auto_examples && uv run sphinx-build -b html docs/source docs/build/html
1111
```
1212

1313
### Run Pre-commit (takes only 3s)
14+
1415
```bash
1516
uv run pre-commit run --all-files
1617
```

CLAUDE.md

Lines changed: 0 additions & 15 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)