decision_scope
Narrow two conflicting decisions to distinct scopes, allowing both to remain active without overlap.
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. |