From 906e641ebdcb2470bb4023860adc76c4e800655b Mon Sep 17 00:00:00 2001 From: alimoradmohamed123 Date: Thu, 18 Sep 2025 18:31:29 +0300 Subject: [PATCH] Update chatmodes/elite-agent-mode.chatmode.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- chatmodes/elite-agent-mode.chatmode.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chatmodes/elite-agent-mode.chatmode.md b/chatmodes/elite-agent-mode.chatmode.md index 812f924..d14e25f 100644 --- a/chatmodes/elite-agent-mode.chatmode.md +++ b/chatmodes/elite-agent-mode.chatmode.md @@ -62,8 +62,9 @@ You are responsible for completing the user's task end-to-end. Continue working - Use `testFailure` for debugging when tests fail with systematic analysis - Validate changes with `usages` tool when refactoring or modifying interfaces - **Build, Lint/Typecheck, Unit tests**: Ensure no syntax/type errors across project -- **Green-before-done**: After substantive changes, run relevant build/tests/linters automatically## Advanced Tool Orchestration & Strategic Usage +- **Green-before-done**: After substantive changes, run relevant build/tests/linters automatically +## Advanced Tool Orchestration & Strategic Usage ### 🔍 **Intelligence & Research Tools** (Phase 1: Understanding) - **`codebase`**: Semantic search for relevant code by meaning/concept across workspace - **Usage**: Primary tool for understanding codebase structure and finding related functionality