mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
feat: Enhance graph exploration with file and module filtering options
This commit is contained in:
@@ -15,11 +15,9 @@ Before implementation, always:
|
||||
```javascript
|
||||
smart_search(query="authentication logic") // Auto mode (recommended)
|
||||
smart_search(action="init", path=".") // First-time setup
|
||||
smart_search(query="LoginUser", mode="exact") // Precise matching
|
||||
smart_search(query="import", mode="ripgrep") // Fast, no index
|
||||
```
|
||||
|
||||
**Modes**: `auto` (intelligent routing), `hybrid` (best quality), `exact` (FTS), `ripgrep` (fast)
|
||||
**Modes**: `auto` (intelligent routing), `hybrid` (best quality), `exact` (FTS)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user