diff --git a/CLAUDE.md b/AGENTS.md similarity index 98% rename from CLAUDE.md rename to AGENTS.md index eb5ecee..3272fc0 100644 --- a/CLAUDE.md +++ b/AGENTS.md @@ -1,10 +1,10 @@ -# CLAUDE.md +# AGENTS.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Commands -Recipes live in the `Justfile` — run `just --list` to see them; this section only covers what isn't obvious from the recipe names. +Recipes live in the `justfile` — run `just --list` to see them; this section only covers what isn't obvious from the recipe names. Almost everything runs through Docker Compose: the app and Postgres come up together, and running tests/migrations outside Docker is **not** the supported path (`just install` and `just lint` are the exceptions — they run on the host). Inside the container, raw commands look like `uv run pytest ...`, `uv run alembic ...`. diff --git a/Justfile b/justfile similarity index 100% rename from Justfile rename to justfile