get_intent_diff
Detect context drift by comparing original intent against actual code changes. Use to identify unintended additions before finalizing work.
Instructions
Compare the saved original intent against all code changes since start_task, and report context drift (scope the agent added on its own). Call this right before telling the developer the work is done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_dir | No | Optional path inside the target repo. Defaults to the server's CWD. |