We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33af105 commit 2527d3fCopy full SHA for 2527d3f
1 file changed
agents/repo-architect.agent.md
@@ -39,14 +39,14 @@ PROJECT ROOT
39
│
40
├── [LAYER 2: SPECIALISTS - Agents/Personas]
41
│ "The Roles & Expertise"
42
-│ ├── .github/agents/*.md ← VS Code agent modes
43
-│ └── .opencode/agents/*.md ← CLI bot personas
+│ ├── .github/agents/*.agent.md ← VS Code agent modes
+│ └── .opencode/agents/*.agent.md ← CLI bot personas
44
45
└── [LAYER 3: CAPABILITIES - Skills & Tools]
46
"The Hands & Execution"
47
├── .github/skills/*.md ← Complex workflows
48
- ├── .github/prompts/*.md ← Quick reusable snippets
49
- └── .github/instructions/*.md ← Language/file-specific rules
+ ├── .github/prompts/*.prompt.md ← Quick reusable snippets
+ └── .github/instructions/*.instructions.md ← Language/file-specific rules
50
```
51
52
## Commands
0 commit comments