We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd0504 commit 1dbdff7Copy full SHA for 1dbdff7
2 files changed
AGENTS.md
@@ -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
@@ -417,6 +417,11 @@ To run the image in a container:
417
docker run --rm --interactive --tty fact 5
418
```
419
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
425
# Miscellaneous
426
427
## Shebang Line
0 commit comments