preview_undo_split_composition
Preview the inverse plan for a prior split action without altering state. See the operations needed to restore the ancestor and remove duplicated descendant copies before deciding to undo.
Instructions
Preview the inverse plan (or divergence refusal) for a prior
split_applied event WITHOUT mutating any state. Read-only.
Counterpart to preview_undo_lift_composition for splits. Same
{plan, refusal} shape; the plan block carries the
split-specific inverse operations (restore at the ancestor,
tombstone the duplicated copies on every target descendant)
instead of the lift mirrors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | The ancestor model whose split is being previewed. Must match the cited event's ``threat_model_id``. | |
| split_id | Yes | Either the surrogate id of the ``split_applied`` activity event, or the structured ``split_id`` carried in the event payload. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||