fix: reduced token usage, removed parameters from schema that CLIs never seem to use
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user