Skip to content

Commit 1dbdff7

Browse files
committed
Add AGENTS.md file
1 parent 7fd0504 commit 1dbdff7

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Repository Guidelines
2+
3+
## General Instructions
4+
5+
- ALWAYS format the code via `uv run nox --session fmt` AFTER you're done with your task
6+
- ALWAYS check for lint errors via `uv run nox --session lint` and fix them
7+
- ALWAYS check for type errors via `uv run nox --session type_check` and fix them

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,11 @@ To run the image in a container:
417417
docker run --rm --interactive --tty fact 5
418418
```
419419

420+
# AI Agents
421+
422+
AI agentic coding tools are configured in [AGENTS.md](./AGENTS.md). For more details, see
423+
<https://agents.md/>.
424+
420425
# Miscellaneous
421426

422427
## Shebang Line

0 commit comments

Comments
 (0)