| name | cancel |
| description | Cancel the active Omagy workflow or all Omagy workflow state. |
Cancel
When invoked, stop the active Omagy workflow through the CLI runtime.
Use this skill when the user wants to stop, cancel, abort, or clear an active
Omagy workflow.
Execution Contract
-
Run:
omagy cancel --json
-
If multiple workflows are active and the command asks for disambiguation,
ask the user which mode to cancel, or use the mode they already named:
omagy cancel --mode ultrawork --json
omagy cancel --mode ralph --json
omagy cancel --mode team --json
-
If the user explicitly asks to stop everything, run:
omagy cancel --all --json
-
Do not edit .omagy/state files directly. Do not use shell rm to clear
runtime state.
-
Report which modes entered canonical lifecycle outcome userinterlude and
whether the runtime is now idle. Do not present cancelled as the
user-facing lifecycle outcome.