goal-resolve-escalation
Resolve a pending AC escalation. Owner decides: edit (provide new AC text), split (move AC to a child goal), drop (remove the AC outright, optionally with a linkedGoalId audit reference), or reject (agent must find another way). All prior evidence on the AC is deleted for edit/split/drop so the agent must submit fresh proof.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional comment explaining the decision | |
| newText | No | New AC text (required when resolution=edit) | |
| resolution | Yes | One of: edit, split, drop, reject | |
| escalationId | Yes | UUID of the escalation to resolve | |
| linkedGoalId | No | Optional UUID of an existing goal to record as an audit reference (only meaningful when resolution=drop) | |
| overrideResolvedBy | No |