AHK_Smart_Orchestrator
Orchestrates AutoHotkey file operations with smart caching. Chains detection, analysis, and viewing/editing to manage AHK scripts efficiently.
Instructions
Orchestrates AHK file operations with smart caching. Chains detect→analyze→view/edit. Operations: view, edit, analyze.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | High-level description of what you want to do (e.g., "edit the _Dark class checkbox methods") | |
| filePath | No | Optional: Direct path to AHK file (skips detection if provided) | |
| targetEntity | No | Optional: Specific class, method, or function name to focus on (e.g., "_Dark", "_Dark.ColorCheckbox") | |
| operation | No | Operation type: view (read-only), edit (prepare for editing), analyze (structure only) | view |
| forceRefresh | No | Force re-analysis even if cached data exists | |
| validate | No | Validate file syntax before edit. Blocks if errors found. |