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:
@@ -29,7 +29,7 @@ Run `git ls-files` to understand the project layout, then read `README.md` and
|
||||
the highest-signal files for architecture and conventions.
|
||||
|
||||
Also check for existing cross-tool instruction files (`AGENTS.md`, `CLAUDE.md`,
|
||||
`.github/copilot-instructions.md`, `.cursorrules`) — they may contain project
|
||||
`.cursorrules`, `.github/copilot-instructions.md`) — they may contain project
|
||||
knowledge from other tools or team members that should be incorporated.
|
||||
|
||||
Identify:
|
||||
@@ -62,9 +62,10 @@ constraints). Include rationale when known.
|
||||
|
||||
## Step 6: Update instruction file
|
||||
|
||||
If `.github/copilot-instructions.md` exists, update it with any new project knowledge
|
||||
discovered during bootstrap (architecture, conventions, commands). The symlinks
|
||||
(`AGENTS.md`, `CLAUDE.md`, `.cursorrules`) will automatically reflect changes.
|
||||
If `AGENTS.md` exists, update it with any new project knowledge discovered
|
||||
during bootstrap (architecture, conventions, commands). The symlinks
|
||||
(`CLAUDE.md`, `.cursorrules`, `.github/copilot-instructions.md`) will
|
||||
automatically reflect changes.
|
||||
|
||||
If the instruction file doesn't exist, note that `/init` should be run to create it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user