deed_review
Compare Deed module sets before and after a patch to detect new authority, weaker promise tiers, and Guarded obligations. Receive a JSON receipt, with optional policy gates to deny changes.
Instructions
Compare the checked module set before a patch with the set after it. Returns one JSON review receipt naming authority additions, obligation tier regressions and newly introduced Guarded obligations. An optional policy object accepts denyNewAuthority, denyWeakerPromises and denyNewGuarded; its verdict is evidence, not a transport error. Both sides stay in memory: this tool opens no file and holds no capability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | Yes | Every Deed module after the patch, as source text. | |
| before | Yes | Every Deed module before the patch, as source text. | |
| policy | No | Optional gates for new authority, weaker promises and new Guarded obligations. |