cos_graph_rename_plan
Plan a code symbol rename by scanning call-sites, docs, tests, and string literals. Get a risk assessment before applying changes.
Instructions
Plan a rename — call-sites, docs, tests, strings, risk.
Args:
uid: Symbol to rename. Scheme: code:function:<path>::<name> |
code:class:<path>::<name> | code:module:<dotted>.
Raw paths are auto-resolved when applicable.
new_name: Replacement symbol name.
check_strings: Also scan string literals for the old name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| new_name | Yes | ||
| check_strings | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |