axiom_graph_apply_rename¶
- axiom_graph.mcp.server.axiom_graph_apply_rename(project_root, old_id, new_id)¶
Manually weld a rename the automatic matcher missed.
Escape hatch for a real rename that fell below the similarity threshold. Restricted to the
(NOT_FOUND old, newly-created new)safety contract. On success it migrates history/verification/edges tonew_idand marks itRENAMED.- Parameters:
- project_root str
Absolute path to the indexed project.
- old_id str
The
NOT_FOUNDnode being renamed from.- new_id str
The newly-created live node being renamed to.
- Return type:
str