Symlink AGENTS.md
Different AI coding agents use different configuration files:
.github/copilot-instructions.md
for GitHub CopilotCLAUDE.md
for Claude CodeGEMINI.md
for GeminiAGENTS.md
for various other tools
You might switch tools later. The industry is converging on AGENTS.md, so use that as your source of truth and symlink the others to it.
ln -s AGENTS.md CLAUDE.md
ln -s AGENTS.md .github/copilot-instructions.md