mini stop

Run from ANOTHER terminal during an auto run: drops a cooperative stop signal (.mini/STOP) so the loop finishes its current step and stops cleanly.

Usage

mini stop [options]

  --clear  Remove the stop signal instead of creating it

Description

The terminal command. Creates a cooperative stop signal (.mini/STOP) — an autonomous `/mini:auto` reads it at its checkpoints, finishes the current step, writes the report and exits cleanly. Run it from ANOTHER terminal while an auto run is in progress (the running session won't pick up a chat message). --clear removes the signal again. It changes no phase state. This command is CLI-only — it has no /mini: slash form.

Examples

# Ask a running auto loop to stop after the current step
mini stop

# Clear the signal again
mini stop --clear