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
4 changes: 2 additions & 2 deletions CLAUDE.md → AGENTS.md
Original file line number Diff line number Diff line change
@@ -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

This project uses `just` and `uv`. See `Justfile` for the source of truth.
This project uses `just` and `uv`. See `justfile` for the source of truth.

- `just install` — `uv lock --upgrade` then `uv sync --all-extras --frozen --group lint`
- `just lint` — runs `eof-fixer`, `ruff format`, `ruff check --fix`, then `ty check` (writes)
Expand Down
4 changes: 2 additions & 2 deletions docs/agents/domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ already has a home for each role. Use the repo's own files — do not create `CO
| `docs/adr/` (durable decisions) | `planning/decisions/<YYYY-MM-DD>-<slug>.md` |
| the *why* behind a shipped change | `planning/changes/<YYYY-MM-DD>.NN-<slug>.md` |

`CLAUDE.md` carries the current public contract of `modern_di_pytest/factory.py` under its
`AGENTS.md` carries the current public contract of `modern_di_pytest/factory.py` under its
`## Architecture` heading. Read it before proposing anything about `modern_di_fixture` or
`expose`; it is more specific than anything in `architecture/` today.

## Before exploring, read these

- `CLAUDE.md` — `## Architecture` states the two public symbols and their contract.
- `AGENTS.md` — `## Architecture` states the two public symbols and their contract.
- `architecture/README.md`, then any `architecture/<capability>.md` touching your area.
No capability files exist yet; the directory explains when to add the first.
- `architecture/glossary.md` — the ubiquitous language.
Expand Down
File renamed without changes.