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

@@ -58,8 +58,8 @@ Report what was added/updated and where.
## Step 6: Update instruction file if project knowledge changed
If `.memory/knowledge.md` was **materially** updated (architecture, conventions,
commands — not just plans/research), update `.github/copilot-instructions.md` to
reflect the changes. The symlinks automatically propagate to all tools.
commands — not just plans/research), update `AGENTS.md` to reflect the changes.
The symlinks automatically propagate to all tools.
If updates were only plans/research/tracking details, skip this step.