From 2527d3fe5658268b6c2032e6deee1b85d921b3a6 Mon Sep 17 00:00:00 2001 From: Daniel Coelho Date: Sat, 31 Jan 2026 09:53:29 -0800 Subject: [PATCH] Update agents/repo-architect.agent.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- agents/repo-architect.agent.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/agents/repo-architect.agent.md b/agents/repo-architect.agent.md index a3b43b23..ea6c3206 100644 --- a/agents/repo-architect.agent.md +++ b/agents/repo-architect.agent.md @@ -39,14 +39,14 @@ PROJECT ROOT │ ├── [LAYER 2: SPECIALISTS - Agents/Personas] │ "The Roles & Expertise" -│ ├── .github/agents/*.md ← VS Code agent modes -│ └── .opencode/agents/*.md ← CLI bot personas +│ ├── .github/agents/*.agent.md ← VS Code agent modes +│ └── .opencode/agents/*.agent.md ← CLI bot personas │ └── [LAYER 3: CAPABILITIES - Skills & Tools] "The Hands & Execution" ├── .github/skills/*.md ← Complex workflows - ├── .github/prompts/*.md ← Quick reusable snippets - └── .github/instructions/*.md ← Language/file-specific rules + ├── .github/prompts/*.prompt.md ← Quick reusable snippets + └── .github/instructions/*.instructions.md ← Language/file-specific rules ``` ## Commands