refactor: Refactored use_tools field to enabled_tools field to make the use of the field more clear

This commit is contained in:
2025-11-04 12:37:14 -07:00
parent 7b08d1ef96
commit 865ef5827b
8 changed files with 52 additions and 50 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
name: repo-analyzer
use_tools: fs_cat,fs_ls,fs_write,fs_patch,execute_command
enabled_tools: fs_cat,fs_ls,fs_write,fs_patch,execute_command
---
**Context:** The task requires the AI to analyze the {{__cwd__}} repository and provide comprehensive insights into
various aspects such as directory structure, design patterns, coding conventions, libraries, architecture, module