compare_commitment
Checks commitment anchors between two document versions and flags a promise present in the first but absent in the second as silently dropped. Note: cannot distinguish fulfilled from abandoned—caller decides.
Instructions
compare specialized for a COMMITMENT: checks ONLY commitment anchors; flags a promise present in state_a but gone from state_b as DROPPED_SILENTLY. Caveat: cannot distinguish a FULFILLED commitment from an abandoned one — that disposition is the caller's to decide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anchors | No | ||
| state_a | Yes | ||
| state_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||