pending
Detect changes in function call relationships from uncommitted edits, catching broken or repointed calls that a name diff would miss.
Instructions
Relationship drift from UNCOMMITTED edits. For every file changed on disk since the last index, diffs its RESOLVED call edges (caller -> resolved target, container-qualified) against the stored graph and reports what each edit ADDED or REMOVED - catching a re-pointed call (Foo.save -> Bar.save) a name diff would miss. Run after an edit to prove you didn't silently sever a relationship. Folds the changes into the graph as part of the diff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | . |