diff_facts
Retrieve facts about code changes after an edit transaction: AST symbol changes, affected callers, and test sync status. Identify stale tests needing updates.
Instructions
After edit_transaction: AST symbol changes + caller/test sync. Stale tests? test_bridge.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | "last_txn" (default) or "txn:<id>" (get id from edit_transaction action=begin) | |
| workspace_dir | Yes | REQUIRED: project root (abs). reindex first if new. |