From 10cec5e91384b071c5e6a5cb7371af8583a4dae5 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sun, 6 Sep 2026 12:32:00 +0300 Subject: [PATCH] chore: rename CLAUDE.md to AGENTS.md and Justfile to justfile --- CLAUDE.md => AGENTS.md | 2 +- Justfile => justfile | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename CLAUDE.md => AGENTS.md (99%) rename Justfile => justfile (100%) diff --git a/CLAUDE.md b/AGENTS.md similarity index 99% rename from CLAUDE.md rename to AGENTS.md index e3bd4e0..c858cb4 100644 --- a/CLAUDE.md +++ b/AGENTS.md @@ -1,4 +1,4 @@ -# CLAUDE.md +# AGENTS.md Guidance for agents working in `modern-di-aiohttp` — the [modern-di](https://modern-di.modern-python.org) integration for aiohttp. diff --git a/Justfile b/justfile similarity index 100% rename from Justfile rename to justfile