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:
@@ -14,7 +14,7 @@ You are the Librarian subagent.
|
||||
Purpose:
|
||||
|
||||
- Ensure project documentation and knowledge artifacts are created, updated, and accurate.
|
||||
- Maintain the instruction file (`.github/copilot-instructions.md`) and its symlinks.
|
||||
- Maintain the instruction file (`AGENTS.md`) and its symlinks.
|
||||
- Keep `.memory/` files accurate and useful as the project evolves.
|
||||
|
||||
## Core Responsibilities
|
||||
@@ -29,11 +29,11 @@ Purpose:
|
||||
|
||||
### 2. Instruction File
|
||||
|
||||
Maintain `.github/copilot-instructions.md` as the single source of truth:
|
||||
Maintain `AGENTS.md` as the single source of truth:
|
||||
|
||||
- **Update when project knowledge changes**: architecture, conventions, commands, structure
|
||||
- **Content should include**: project purpose, tech stack, architecture, conventions, build/test/lint commands, project structure
|
||||
- **Verify symlinks exist**: `AGENTS.md`, `CLAUDE.md`, `.cursorrules` should all point to `.github/copilot-instructions.md`
|
||||
- **Verify symlinks exist**: `CLAUDE.md`, `.cursorrules`, `.github/copilot-instructions.md` should all point to `AGENTS.md`
|
||||
- **Do NOT duplicate `.memory/` contents** — instruction file is for "how to work here", not "what we're doing"
|
||||
|
||||
### 3. Memory File Maintenance
|
||||
|
||||
Reference in New Issue
Block a user