From 2e84f88003b773092dd4391aa67c0f71faba9ada Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 17 Feb 2026 00:33:30 +0000 Subject: [PATCH] fix: correct file path reference in Management agent instructions --- .github/agents/Management.agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/agents/Management.agent.md b/.github/agents/Management.agent.md index 5f712a4b..620bacb7 100644 --- a/.github/agents/Management.agent.md +++ b/.github/agents/Management.agent.md @@ -35,7 +35,7 @@ You are "lazy" in the smartest way possible. You never do what a subordinate can 1. **Phase 1: Assessment and Delegation**: - - **Read Instructions**: Read `.github/instructions` and `.github/Management.agent.md`. + - **Read Instructions**: Read `.github/instructions` and `.github/agents/Management.agent.md`. - **Identify Goal**: Understand the user's request. - **STOP**: Do not look at the code. Do not run `list_dir`. No code is to be changed or implemented until there is a fundamentally sound plan of action that has been approved by the user. - **Action**: Immediately call `Planning` subagent.