fix: reduced token usage, removed parameters from schema that CLIs never seem to use

This commit is contained in:
Fahad
2025-10-22 13:31:08 +04:00
parent 3efff6056e
commit 3e27319e60
31 changed files with 86 additions and 235 deletions

View File

@@ -97,7 +97,6 @@ This results in Claude first performing its own expert analysis, encouraging it
- `relevant_context`: Methods/functions/classes requiring refactoring
- `issues_found`: Refactoring opportunities with severity and type
- `confidence`: Confidence level in analysis completeness (exploring/incomplete/partial/complete)
- `backtrack_from_step`: Step number to backtrack from (for revisions)
- `hypothesis`: Current assessment of refactoring priorities
**Initial Configuration (used in step 1):**
@@ -198,4 +197,4 @@ Analyzes multiple files together to understand:
- **Use `refactor`** for: Structural improvements, decomposition, modernization, code organization
- **Use `codereview`** for: Finding bugs and security issues with immediate fixes
- **Use `analyze`** for: Understanding code without making change recommendations
- **Use `debug`** for: Solving specific runtime issues rather than structural problems
- **Use `debug`** for: Solving specific runtime issues rather than structural problems