Symlink AGENTS.md
Different AI coding agents use different configuration files:
.github/copilot-instructions.mdfor GitHub CopilotCLAUDE.mdfor Claude CodeGEMINI.mdfor GeminiAGENTS.mdfor 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