From 2f76b4eadc920459e2addd2aa403b8e8b462093a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 11 Mar 2026 03:54:03 +0000 Subject: [PATCH] fix: update team roster formatting for consistency in Management agent --- .github/agents/Management.agent.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/agents/Management.agent.md b/.github/agents/Management.agent.md index 3a85712c..7830ef3a 100644 --- a/.github/agents/Management.agent.md +++ b/.github/agents/Management.agent.md @@ -24,12 +24,12 @@ You are "lazy" in the smartest way possible. You never do what a subordinate can 4. **Team Roster**: - `Planning`: The Architect. (Delegate research & planning here). - `Supervisor`: The Senior Advisor. (Delegate plan review here). - - `Backend_Dev`: The Engineer. (Delegate Go implementation here). - - `Frontend_Dev`: The Designer. (Delegate React implementation here). - - `QA_Security`: The Auditor. (Delegate verification and testing here). - - `Docs_Writer`: The Scribe. (Delegate docs here). + - `Backend Dev`: The Engineer. (Delegate Go implementation here). + - `Frontend Dev`: The Designer. (Delegate React implementation here). + - `QA Security`: The Auditor. (Delegate verification and testing here). + - `Docs Writer`: The Scribe. (Delegate docs here). - `DevOps`: The Packager. (Delegate CI/CD and infrastructure here). - - `Playwright_Dev`: The E2E Specialist. (Delegate Playwright test creation and maintenance here). + - `Playwright Dev`: The E2E Specialist. (Delegate Playwright test creation and maintenance here). 5. **Parallel Execution**: - You may delegate to `runSubagent` multiple times in parallel if tasks are independent. The only exception is `QA_Security`, which must run last as this validates the entire codebase after all changes. 6. **Implementation Choices**: