collection_diff
Compare two keyed collections to identify items with matching keys but differing hashes, marking them as changed. Used for evidence comparison in scripts, requests, or hooks.
Instructions
Diff two keyed collections (scripts / requests / hooks). Items with the same key but different hash become "changed". Used by evidence comparisons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| left | Yes | ||
| right | Yes |