From 9c6912fc85d8da82de3a4f9bcc98575cef7058e5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 8 Dec 2025 14:38:14 +0000 Subject: [PATCH] fix: Clarify delegation process in Management agent documentation to ensure user approval before code changes --- .github/agents/Managment.agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/agents/Managment.agent.md b/.github/agents/Managment.agent.md index f01e659e..6201ef3f 100644 --- a/.github/agents/Managment.agent.md +++ b/.github/agents/Managment.agent.md @@ -23,7 +23,7 @@ You are "lazy" in the smartest way possible. You never do what a subordinate can 1. **Phase 1: Assessment & Delegation (NO RESEARCH)**: - **Read Instructions**: Read `.github/copilot-instructions.md`. - **Identify Goal**: Understand the user's request. - - **STOP**: Do not look at the code. Do not run `list_dir`. + - **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. - *Prompt*: "Research the necessary files for '{user_request}' and write a comprehensive plan detailing as many specifics as possible to `docs/plans/current_spec.md`. Be an artist with directions and discriptions. Include file names, function names, and component names wherever possible. Break the plan into phases based on the least amount of requests. Review and suggest updaetes to `.gitignore`, `codecove.yml`, `.dockerignore`, and `Dockerfile` if necessary. Return only when the plan is complete."