summaryrefslogtreecommitdiff
path: root/lib/hyperstack/cli.rb
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-26 09:00:22 +0200
committerPaul Buetow <paul@buetow.org>2026-03-26 09:00:22 +0200
commit5281c4fe10b7600da0aa5170963f1f44119058aa (patch)
tree657a3a7a051f1d57044dc580197c364704fa1980 /lib/hyperstack/cli.rb
parent74bd860b2c0d3624f823b425646557da9e1dba95 (diff)
loop-scheduler: add /loop pause and /loop cont subcommands
- /loop pause: suspends all active loops by clearing their timers and marking each job paused; jobs are kept so they can be resumed - /loop cont: resumes all paused loops, resetting nextRunAt to a fresh interval from now and rescheduling timers - New jobs created while paused inherit the paused state so they don't fire immediately on creation - drainPendingJobs and handleJobDue guard against firing while paused - UI: status bar shows "loop:N ⏸" when paused; widget header shows "(paused)"; paused jobs show ⏸, pending jobs ⏳, active jobs ⟳ - Autocomplete: pause and cont added to top-level fixed completions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'lib/hyperstack/cli.rb')
0 files changed, 0 insertions, 0 deletions