cos_graph_rename_plan
Plan a code rename by identifying affected call-sites, docs, tests, and string literals. Assess risk and provide a structured plan to update all references.
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 |