/gsd pause
Pauses auto-mode gracefully. The currently executing task runs to completion, then execution stops. All state is preserved — resume by running /gsd auto again.
/gsd pausePause vs Stop
Section titled “Pause vs Stop”/gsd pause | /gsd stop | |
|---|---|---|
| Current task | Completes normally | Completes normally |
| State | Fully preserved | Fully terminated |
| Resume | /gsd auto picks up where it left off | /gsd auto restarts dispatch |
Use pause when you want to review progress, make manual changes, or temporarily take over. Use stop when you want to fully end the auto-mode session.