Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://agents.md/>.

# Miscellaneous

## Shebang Line
Expand Down
Loading