fix: flip symlink structure - AGENTS.md is the real file

AGENTS.md is now the canonical instruction file, with CLAUDE.md,
.cursorrules, and .github/copilot-instructions.md as symlinks to it.

This is simpler and more intuitive - the main file is at the root,
not buried in .github/.

Updated all references across agents, commands, skills, and .memory/.
This commit is contained in:
2026-03-09 12:34:26 +00:00
parent fd5bdd6b0b
commit 33180d6e04
12 changed files with 49 additions and 98 deletions

View File

@@ -23,13 +23,13 @@ For every completed change set, verify documentation coverage:
### 3. Instruction File
Check `.github/copilot-instructions.md` and its symlinks:
Check `AGENTS.md` and its symlinks:
- Does `.github/copilot-instructions.md` exist and contain current project info?
- Does `AGENTS.md` exist and contain current project info?
- Do symlinks exist and point correctly?
- `AGENTS.md -> .github/copilot-instructions.md`
- `CLAUDE.md -> .github/copilot-instructions.md`
- `.cursorrules -> .github/copilot-instructions.md`
- `CLAUDE.md -> AGENTS.md`
- `.cursorrules -> AGENTS.md`
- `.github/copilot-instructions.md -> ../AGENTS.md`
- Does the instruction file contain:
- Project purpose and overview
- Tech stack and architecture