diff --git a/.mailmap b/.mailmap index e83ba19..58237d7 100644 --- a/.mailmap +++ b/.mailmap @@ -4,6 +4,7 @@ Damián Piñones <30808181+dpinones@users.no github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Jakub Kosmydel Jan Nowakowski <56261019+jnowakow@users.noreply.github.com> +Jan Nowakowski Karol Binkowski Karol Binkowski Marek Kaput diff --git a/src/content/docs/getting-started/towards-self-improvement.mdx b/src/content/docs/getting-started/towards-self-improvement.mdx index 473a0ee..1e411f5 100644 --- a/src/content/docs/getting-started/towards-self-improvement.mdx +++ b/src/content/docs/getting-started/towards-self-improvement.mdx @@ -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.