From 2e358fd464577b7f4d42e66085f9dae73414ad16 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sun, 6 Sep 2026 12:37:22 +0300 Subject: [PATCH] chore: rename CLAUDE.md to AGENTS.md and Justfile to justfile --- CLAUDE.md => AGENTS.md | 4 ++-- Justfile => justfile | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename CLAUDE.md => AGENTS.md (98%) rename Justfile => justfile (100%) 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