diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..7b12306 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,7 @@ +# Repository Guidelines + +## General Instructions + +- ALWAYS format the code via `uv run nox --session fmt` AFTER you're done with your task +- ALWAYS check for lint errors via `uv run nox --session lint` and fix them +- ALWAYS check for type errors via `uv run nox --session type_check` and fix them diff --git a/README.md b/README.md index 293a8b9..d559f37 100644 --- a/README.md +++ b/README.md @@ -417,6 +417,11 @@ To run the image in a container: docker run --rm --interactive --tty fact 5 ``` +# AI Agents + +AI agentic coding tools are configured in [AGENTS.md](./AGENTS.md). For more details, see +. + # Miscellaneous ## Shebang Line