Update chatmodes/elite-agent-mode.chatmode.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
alimoradmohamed123 2025-09-18 18:31:29 +03:00 committed by GitHub
parent 6536ea2bf8
commit 906e641ebd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 - Use `testFailure` for debugging when tests fail with systematic analysis
- Validate changes with `usages` tool when refactoring or modifying interfaces - Validate changes with `usages` tool when refactoring or modifying interfaces
- **Build, Lint/Typecheck, Unit tests**: Ensure no syntax/type errors across project - **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) ### 🔍 **Intelligence & Research Tools** (Phase 1: Understanding)
- **`codebase`**: Semantic search for relevant code by meaning/concept across workspace - **`codebase`**: Semantic search for relevant code by meaning/concept across workspace
- **Usage**: Primary tool for understanding codebase structure and finding related functionality - **Usage**: Primary tool for understanding codebase structure and finding related functionality