decision_scope
Resolve conflicts between two decisions by assigning each a distinct scope, allowing both to remain active.
Instructions
Narrow two decisions to distinct scopes so both can remain active alongside one another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_a | Yes | First existing decision id. | |
| id_b | Yes | Second existing decision id. | |
| scope_a | Yes | Narrowed scope for the first decision. | |
| scope_b | Yes | Narrowed scope for the second decision. |