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
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Damián Piñones <dpinones@users.noreply.github.com> <30808181+dpinones@users.no
github-actions[bot] <github-actions[bot]@users.noreply.github.com> <41898282+github-actions[bot]@users.noreply.github.com>
Jakub Kosmydel <kosmydel@users.noreply.github.com>
Jan Nowakowski <jnowakow@users.noreply.github.com> <56261019+jnowakow@users.noreply.github.com>
Jan Nowakowski <jnowakow@users.noreply.github.com> <janeknowakowski9@gmail.com>
Karol Binkowski <grzywn@users.noreply.github.com> <karolbinkowski3@proton.me>
Karol Binkowski <grzywn@users.noreply.github.com> <karolbinkowski3@users.noreply.github.com>
Marek Kaput <mkaput@users.noreply.github.com> <marek.kaput@swmansion.com>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ You might see different variants of this file across tools — `GEMINI.md`, `COP
**In practice, one file is enough: `AGENTS.md`.**
It’s supported by nearly all coding agents except Claude Code, which still expects a separate `CLAUDE.md`.

The simplest way to keep both files in sync is to create a symlink (symbolic link) from `AGENTS.md` to `CLAUDE.md` using the command below.
The simplest way to keep both files in sync is to create a symlink (symbolic link) from `AGENTS.md` to `CLAUDE.md`,
as described in [Claude integration](#claude-integration).

Keep this file minimal.
Its role is to make sure the agent "does the right thing" every time, not to over-specify every step.
Expand Down