change_kit
Get symbol definition, all call sites with calling lines, tests, risk tier, and consistency checklist in a single call to change a symbol safely. Replaces read/grep round-trips and prevents missing callers.
Instructions
Everything needed to change one symbol SAFELY, in a single call: its definition source, every call site (with the calling line), the tests that cover it, the risk tier, and a consistency checklist. Use right before editing a symbol — it replaces the read/grep round-trips you'd otherwise make and stops you from missing a caller. The edit-time companion to scout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository name | |
| format | No | Response text encoding: toon (default) | json | |
| target | Yes | REQUIRED — symbol to change: name or sym: id from query (aliases: name, symbol, sym) |