feat(KB-012): add --paused flag to dashboard command
- Add --paused CLI flag to start dashboard in paused mode - Update runDashboard to accept paused option - Add comprehensive tests for --paused flag behavior - Update STANDALONE.md documentation with new flag - Add changeset for patch release
This commit is contained in:
5
.changeset/add-dashboard-paused-flag.md
Normal file
5
.changeset/add-dashboard-paused-flag.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Add `--paused` flag to `kb dashboard` command to start with engine automation disabled. When used, the dashboard starts with `enginePaused` set to true, preventing triage, execution, and auto-merge from running until manually unpaused from the web dashboard settings.
|
||||
Reference in New Issue
Block a user