get_changed_symbols
Retrieve a symbol-level summary of worktree changes or compare a git reference against HEAD. Identify modified functions, classes, and variables without full file diffs.
Instructions
Symbol-level summary of worktree changes (or HEAD vs ref).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Compare base (omit=worktree). | |
| max_files | No | Default 20. | |
| max_symbols_per_file | No | Default 20. | |
| project | No | Project name/path (default: active). |