deed_review
Compare pre- and post-patch Deed modules to get a JSON review receipt naming authority additions, weaker promise tiers, and new Guarded obligations. Apply optional policy gates for in-memory evidence.
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. |