shipwright-cli 1.9.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/.claude/hooks/post-tool-use.sh +12 -5
  2. package/README.md +114 -36
  3. package/completions/_shipwright +212 -32
  4. package/completions/shipwright.bash +97 -25
  5. package/docs/strategy/01-market-research.md +619 -0
  6. package/docs/strategy/02-mission-and-brand.md +587 -0
  7. package/docs/strategy/03-gtm-and-roadmap.md +759 -0
  8. package/docs/strategy/QUICK-START.txt +289 -0
  9. package/docs/strategy/README.md +172 -0
  10. package/package.json +4 -2
  11. package/scripts/sw +217 -2
  12. package/scripts/sw-activity.sh +500 -0
  13. package/scripts/sw-adaptive.sh +925 -0
  14. package/scripts/sw-adversarial.sh +1 -1
  15. package/scripts/sw-architecture-enforcer.sh +1 -1
  16. package/scripts/sw-auth.sh +613 -0
  17. package/scripts/sw-autonomous.sh +664 -0
  18. package/scripts/sw-changelog.sh +704 -0
  19. package/scripts/sw-checkpoint.sh +79 -1
  20. package/scripts/sw-ci.sh +602 -0
  21. package/scripts/sw-cleanup.sh +192 -7
  22. package/scripts/sw-code-review.sh +637 -0
  23. package/scripts/sw-connect.sh +1 -1
  24. package/scripts/sw-context.sh +605 -0
  25. package/scripts/sw-cost.sh +1 -1
  26. package/scripts/sw-daemon.sh +812 -138
  27. package/scripts/sw-dashboard.sh +1 -1
  28. package/scripts/sw-db.sh +540 -0
  29. package/scripts/sw-decompose.sh +539 -0
  30. package/scripts/sw-deps.sh +551 -0
  31. package/scripts/sw-developer-simulation.sh +1 -1
  32. package/scripts/sw-discovery.sh +412 -0
  33. package/scripts/sw-docs-agent.sh +539 -0
  34. package/scripts/sw-docs.sh +1 -1
  35. package/scripts/sw-doctor.sh +59 -1
  36. package/scripts/sw-dora.sh +615 -0
  37. package/scripts/sw-durable.sh +710 -0
  38. package/scripts/sw-e2e-orchestrator.sh +535 -0
  39. package/scripts/sw-eventbus.sh +393 -0
  40. package/scripts/sw-feedback.sh +471 -0
  41. package/scripts/sw-fix.sh +1 -1
  42. package/scripts/sw-fleet-discover.sh +567 -0
  43. package/scripts/sw-fleet-viz.sh +404 -0
  44. package/scripts/sw-fleet.sh +8 -1
  45. package/scripts/sw-github-app.sh +596 -0
  46. package/scripts/sw-github-checks.sh +1 -1
  47. package/scripts/sw-github-deploy.sh +1 -1
  48. package/scripts/sw-github-graphql.sh +1 -1
  49. package/scripts/sw-guild.sh +569 -0
  50. package/scripts/sw-heartbeat.sh +1 -1
  51. package/scripts/sw-hygiene.sh +559 -0
  52. package/scripts/sw-incident.sh +617 -0
  53. package/scripts/sw-init.sh +88 -1
  54. package/scripts/sw-instrument.sh +699 -0
  55. package/scripts/sw-intelligence.sh +1 -1
  56. package/scripts/sw-jira.sh +1 -1
  57. package/scripts/sw-launchd.sh +366 -31
  58. package/scripts/sw-linear.sh +1 -1
  59. package/scripts/sw-logs.sh +1 -1
  60. package/scripts/sw-loop.sh +507 -51
  61. package/scripts/sw-memory.sh +198 -3
  62. package/scripts/sw-mission-control.sh +487 -0
  63. package/scripts/sw-model-router.sh +545 -0
  64. package/scripts/sw-otel.sh +596 -0
  65. package/scripts/sw-oversight.sh +689 -0
  66. package/scripts/sw-pipeline-composer.sh +8 -8
  67. package/scripts/sw-pipeline-vitals.sh +1096 -0
  68. package/scripts/sw-pipeline.sh +2451 -180
  69. package/scripts/sw-pm.sh +693 -0
  70. package/scripts/sw-pr-lifecycle.sh +522 -0
  71. package/scripts/sw-predictive.sh +1 -1
  72. package/scripts/sw-prep.sh +1 -1
  73. package/scripts/sw-ps.sh +4 -3
  74. package/scripts/sw-public-dashboard.sh +798 -0
  75. package/scripts/sw-quality.sh +595 -0
  76. package/scripts/sw-reaper.sh +5 -3
  77. package/scripts/sw-recruit.sh +573 -0
  78. package/scripts/sw-regression.sh +642 -0
  79. package/scripts/sw-release-manager.sh +736 -0
  80. package/scripts/sw-release.sh +706 -0
  81. package/scripts/sw-remote.sh +1 -1
  82. package/scripts/sw-replay.sh +520 -0
  83. package/scripts/sw-retro.sh +691 -0
  84. package/scripts/sw-scale.sh +444 -0
  85. package/scripts/sw-security-audit.sh +505 -0
  86. package/scripts/sw-self-optimize.sh +109 -8
  87. package/scripts/sw-session.sh +31 -9
  88. package/scripts/sw-setup.sh +1 -1
  89. package/scripts/sw-standup.sh +712 -0
  90. package/scripts/sw-status.sh +192 -1
  91. package/scripts/sw-strategic.sh +658 -0
  92. package/scripts/sw-stream.sh +450 -0
  93. package/scripts/sw-swarm.sh +583 -0
  94. package/scripts/sw-team-stages.sh +511 -0
  95. package/scripts/sw-templates.sh +1 -1
  96. package/scripts/sw-testgen.sh +515 -0
  97. package/scripts/sw-tmux-pipeline.sh +554 -0
  98. package/scripts/sw-tmux.sh +1 -1
  99. package/scripts/sw-trace.sh +485 -0
  100. package/scripts/sw-tracker-github.sh +188 -0
  101. package/scripts/sw-tracker-jira.sh +172 -0
  102. package/scripts/sw-tracker-linear.sh +251 -0
  103. package/scripts/sw-tracker.sh +117 -2
  104. package/scripts/sw-triage.sh +603 -0
  105. package/scripts/sw-upgrade.sh +1 -1
  106. package/scripts/sw-ux.sh +677 -0
  107. package/scripts/sw-webhook.sh +627 -0
  108. package/scripts/sw-widgets.sh +530 -0
  109. package/scripts/sw-worktree.sh +1 -1
  110. package/templates/pipelines/autonomous.json +8 -1
  111. package/templates/pipelines/cost-aware.json +21 -0
  112. package/templates/pipelines/deployed.json +40 -6
  113. package/templates/pipelines/enterprise.json +16 -2
  114. package/templates/pipelines/fast.json +19 -0
  115. package/templates/pipelines/full.json +16 -2
  116. package/templates/pipelines/hotfix.json +19 -0
  117. package/templates/pipelines/standard.json +19 -0
package/scripts/sw CHANGED
@@ -5,7 +5,7 @@
5
5
  # ╚═══════════════════════════════════════════════════════════════════════════╝
6
6
  set -euo pipefail
7
7
 
8
- VERSION="1.9.0"
8
+ VERSION="2.0.0"
9
9
 
10
10
  # Resolve symlinks (required for npm global install where bin/ symlinks to node_modules/)
11
11
  SOURCE="${BASH_SOURCE[0]}"
@@ -67,9 +67,11 @@ show_help() {
67
67
  echo ""
68
68
  echo -e "${BOLD}COMMANDS${RESET}"
69
69
  echo -e " ${CYAN}session${RESET} [name] Create a new tmux window for a Claude team"
70
- echo -e " ${CYAN}status${RESET} Show dashboard of running teams and agents"
70
+ echo -e " ${CYAN}status${RESET} [--json] Show dashboard of running teams and agents"
71
+ echo -e " ${CYAN}mission-control|mc${RESET} Terminal-based pipeline mission control (drill-down, team tree, orchestration)"
71
72
  echo -e " ${CYAN}ps${RESET} Show running agent processes and status"
72
73
  echo -e " ${CYAN}logs${RESET} [team] [opts] View and search agent pane logs"
74
+ echo -e " ${CYAN}activity${RESET} [cmd] [opts] Live agent activity stream — watch Claude think"
73
75
  echo -e " ${CYAN}templates${RESET} [list|show] Manage team composition templates"
74
76
  echo -e " ${CYAN}doctor${RESET} Validate your setup and check for issues"
75
77
  echo -e " ${CYAN}cleanup${RESET} [--force] Clean up orphaned team sessions"
@@ -79,29 +81,79 @@ show_help() {
79
81
  echo -e " ${CYAN}pipeline${RESET} <cmd> ${BOLD}Full delivery pipeline${RESET} — idea to production"
80
82
  echo -e " ${CYAN}worktree${RESET} <cmd> Manage git worktrees for agent isolation"
81
83
  echo -e " ${CYAN}prep${RESET} [options] ${BOLD}Repo preparation${RESET} — generate .claude/ configs for agents"
84
+ echo -e " ${CYAN}hygiene${RESET} <cmd> ${BOLD}Repo hygiene${RESET} — dead code, structure, deps, cleanup"
82
85
  echo -e " ${CYAN}daemon${RESET} <cmd> ${BOLD}Issue watcher${RESET} — auto-process GitHub issues"
86
+ echo -e " ${CYAN}autonomous|auto${RESET} <cmd> ${BOLD}Autonomous loop${RESET} — AI-building-AI: analyze, create, build, learn"
83
87
  echo -e " ${CYAN}memory${RESET} <cmd> ${BOLD}Persistent memory${RESET} — learn from every pipeline run"
88
+ echo -e " ${CYAN}guild${RESET} <cmd> ${BOLD}Knowledge guilds${RESET} — cross-team learning, shared patterns"
89
+ echo -e " ${CYAN}instrument${RESET} <cmd> ${BOLD}Pipeline instrumentation${RESET} — record predicted vs actual metrics"
84
90
  echo -e " ${CYAN}cost${RESET} <cmd> ${BOLD}Cost intelligence${RESET} — track tokens, budgets, model routing"
91
+ echo -e " ${CYAN}adaptive${RESET} <cmd> ${BOLD}Adaptive tuning${RESET} — data-driven pipeline defaults from historical runs"
92
+ echo -e " ${CYAN}regression${RESET} <cmd> ${BOLD}Regression detection${RESET} — detect regressions after merge"
93
+ echo -e " ${CYAN}incident${RESET} <cmd> ${BOLD}Incident commander${RESET} — detect failures, triage, remediate"
94
+ echo -e " ${CYAN}db${RESET} <cmd> ${BOLD}SQLite persistence${RESET} — events, runs, developers, metrics"
95
+ echo -e " ${CYAN}deps${RESET} <cmd> ${BOLD}Dependency updates${RESET} — scan, classify, test, merge Dependabot/Renovate PRs"
85
96
  echo -e " ${CYAN}fleet${RESET} <cmd> ${BOLD}Multi-repo fleet${RESET} — orchestrate daemons across repos"
97
+ echo -e " ${CYAN}fleet-viz${RESET} <cmd> ${BOLD}Fleet visualization${RESET} — cross-repo insights and queue"
86
98
  echo -e " ${CYAN}fix${RESET} \"goal\" [opts] ${BOLD}Bulk fix${RESET} — apply a fix across multiple repos"
87
99
  echo -e " ${CYAN}dashboard${RESET} <cmd> ${BOLD}Fleet Command${RESET} — real-time WebSocket dashboard"
100
+ echo -e " ${CYAN}public-dashboard${RESET} <cmd> ${BOLD}Public dashboard${RESET} — shareable pipeline progress (static HTML)"
101
+ echo -e " ${CYAN}share${RESET} [...] ${BOLD}Share pipeline${RESET} — alias for ${DIM}public-dashboard share${RESET}"
88
102
  echo -e " ${CYAN}jira${RESET} <cmd> ${BOLD}Jira sync${RESET} — bidirectional issue sync with Jira"
89
103
  echo -e " ${CYAN}linear${RESET} <cmd> ${BOLD}Linear sync${RESET} — bidirectional issue sync with Linear"
104
+ echo -e " ${CYAN}model${RESET} <cmd> ${BOLD}Model router${RESET} — intelligent model routing and cost optimization"
90
105
  echo -e " ${CYAN}tracker${RESET} <cmd> ${BOLD}Issue tracker${RESET} — configure Linear/Jira integration"
91
106
  echo -e " ${CYAN}heartbeat${RESET} <cmd> ${BOLD}Agent heartbeat${RESET} — write/check/list/clear heartbeats"
107
+ echo -e " ${CYAN}standup${RESET} <cmd> ${BOLD}Daily standups${RESET} — gather status, summarize work, report blockers"
92
108
  echo -e " ${CYAN}checkpoint${RESET} <cmd> ${BOLD}Checkpoints${RESET} — save/restore agent state mid-stage"
109
+ echo -e " ${CYAN}durable${RESET} <cmd> ${BOLD}Durable workflow${RESET} — event log, checkpoints, locks, exactly-once"
110
+ echo -e " ${CYAN}webhook${RESET} <cmd> ${BOLD}GitHub webhooks${RESET} — instant issue processing, no polling"
111
+ echo -e " ${CYAN}decompose${RESET} <cmd> ${BOLD}Issue decomposer${RESET} — analyze complexity, auto-create subtasks"
112
+ echo -e " ${CYAN}discovery${RESET} <cmd> ${BOLD}Cross-pipeline learning${RESET} — real-time knowledge sharing"
93
113
  echo -e " ${CYAN}connect${RESET} <cmd> ${BOLD}Team connect${RESET} — sync local state to team dashboard"
94
114
  echo -e " ${CYAN}remote${RESET} <cmd> ${BOLD}Remote machines${RESET} — register and manage distributed workers"
95
115
  echo -e " ${CYAN}launchd${RESET} <cmd> ${BOLD}Process supervision${RESET} — auto-start daemon + dashboard on boot"
116
+ echo -e " ${CYAN}auth${RESET} <cmd> ${BOLD}GitHub authentication${RESET} — OAuth login, token management, multi-user"
96
117
  echo -e " ${CYAN}docs${RESET} <cmd> ${BOLD}Documentation keeper${RESET} — auto-sync docs from source"
118
+ echo -e " ${CYAN}changelog${RESET} <cmd> ${BOLD}Changelog engine${RESET} — auto-generate release notes and migration guides"
119
+ echo -e " ${CYAN}docs-agent${RESET} <cmd> ${BOLD}Autonomous docs agent${RESET} — scan gaps, sync, coverage, API ref"
120
+ echo -e " ${CYAN}release${RESET} <cmd> ${BOLD}Release automation${RESET} — bump versions, changelog, tags, releases"
121
+ echo -e " ${CYAN}release-manager|rm${RESET} ${BOLD}Autonomous release pipeline${RESET} — readiness checks, RC flow, rollback"
122
+ echo -e " ${CYAN}replay${RESET} <cmd> ${BOLD}Pipeline DVR${RESET} — list, show, narrative, diff, export, compare runs"
123
+ echo -e " ${CYAN}scale${RESET} <cmd> ${BOLD}Dynamic team scaling${RESET} — scale agents up/down during pipeline"
124
+ echo -e " ${CYAN}swarm${RESET} <cmd> ${BOLD}Agent swarm manager${RESET} — registry, spawning, scaling, health, topology"
125
+ echo -e " ${CYAN}dora${RESET} <cmd> ${BOLD}DORA metrics${RESET} — deploy frequency, lead time, CFR, MTTR dashboard"
126
+ echo -e " ${CYAN}retro${RESET} <cmd> ${BOLD}Sprint retrospective${RESET} — analyze sprints, identify improvements, create actions"
97
127
  echo -e " ${CYAN}tmux${RESET} <cmd> ${BOLD}tmux health${RESET} — doctor, install plugins, fix issues"
128
+ echo -e " ${CYAN}vitals${RESET} ${BOLD}Pipeline vitals${RESET} — real-time health scoring and dashboard"
129
+ echo -e " ${CYAN}stream${RESET} ${BOLD}Terminal streaming${RESET} — live agent output to dashboard or CLI"
98
130
  echo -e " ${CYAN}github${RESET} ${BOLD}GitHub context${RESET} — repo metadata, security, blame"
99
131
  echo -e " ${CYAN}checks${RESET} ${BOLD}GitHub checks${RESET} — CI check runs and status"
132
+ echo -e " ${CYAN}ci${RESET} ${BOLD}CI/CD orchestration${RESET} — workflow generation, matrix, caching, secrets"
100
133
  echo -e " ${CYAN}deploys${RESET} ${BOLD}Deployments${RESET} — deployment history and environments"
134
+ echo -e " ${CYAN}github-app${RESET} ${BOLD}GitHub App management${RESET} — JWT, tokens, webhooks, manifest"
135
+ echo -e " ${CYAN}pr${RESET} ${BOLD}PR lifecycle${RESET} — auto-review, merge, cleanup, feedback"
136
+ echo -e " ${CYAN}context${RESET} ${BOLD}Context engine${RESET} — gather context for pipeline stages"
137
+ echo -e " ${CYAN}trace${RESET} ${BOLD}E2E traceability${RESET} — issue to commit to PR to deploy"
138
+ echo -e " ${CYAN}widgets${RESET} ${BOLD}Status widgets${RESET} — embeddable badges, Slack messages, markdown"
139
+ echo -e " ${CYAN}eventbus${RESET} ${BOLD}Event bus${RESET} — real-time inter-component communication"
140
+ echo -e " ${CYAN}otel${RESET} ${BOLD}OpenTelemetry observability${RESET} — Prometheus metrics, traces, OTLP export"
141
+ echo -e " ${CYAN}triage${RESET} ${BOLD}Issue labeling & prioritization${RESET} — auto-analyze, label, score, team sizing"
142
+ echo -e " ${CYAN}quality${RESET} ${BOLD}Quality validation${RESET} — ruthless gates, adversarial audits, completion detection"
143
+ echo -e " ${CYAN}oversight${RESET} ${BOLD}Quality oversight board${RESET} — multi-agent review council, voting, architecture governance"
144
+ echo -e " ${CYAN}code-review${RESET} ${BOLD}Autonomous code review${RESET} — clean code, SOLID, architecture boundaries, complexity"
145
+ echo -e " ${CYAN}pm${RESET} ${BOLD}Autonomous PM agent${RESET} — intelligent team sizing, composition, orchestration"
146
+ echo -e " ${CYAN}strategic${RESET} ${BOLD}Strategic intelligence${RESET} — analyze strategy, metrics, create improvement issues"
147
+ echo -e " ${CYAN}team-stages${RESET} ${BOLD}Multi-agent stage execution${RESET} — compose teams, delegate tasks, tally votes"
148
+ echo -e " ${CYAN}ux${RESET} ${BOLD}Premium UX layer${RESET} — themes, animations, shortcuts, accessibility"
149
+ echo -e " ${CYAN}recruit${RESET} ${BOLD}Agent recruitment${RESET} — skill matching, role definitions, performance evaluation"
150
+ echo -e " ${CYAN}testgen${RESET} ${BOLD}Test generation${RESET} — analyze coverage, generate tests, maintain thresholds"
151
+ echo -e " ${CYAN}security-audit|audit${RESET} ${BOLD}Security auditing${RESET} — secrets, licenses, vulnerabilities, SBOM, compliance"
101
152
  echo -e " ${CYAN}init${RESET} ${BOLD}Quick tmux setup${RESET} — one command, no prompts"
102
153
  echo -e " ${CYAN}setup${RESET} ${BOLD}Guided setup${RESET} — prerequisites, init, doctor, quick start"
103
154
  echo -e " ${CYAN}help${RESET} Show this help message"
104
155
  echo -e " ${CYAN}version${RESET} Show version"
156
+ echo -e " ${CYAN}hello${RESET} Say hello world"
105
157
  echo ""
106
158
  echo -e "${BOLD}CONTINUOUS LOOP${RESET} ${DIM}(autonomous agent operation)${RESET}"
107
159
  echo -e " ${DIM}shipwright loop \"Build auth\" --test-cmd \"npm test\"${RESET}"
@@ -152,6 +204,7 @@ show_help() {
152
204
  echo -e " ${DIM}shipwright daemon test${RESET} # Run daemon test suite"
153
205
  echo -e " ${DIM}shipwright prep test${RESET} # Run prep test suite"
154
206
  echo -e " ${DIM}shipwright pipeline test${RESET} # Run pipeline test suite"
207
+ echo -e " ${DIM}shipwright e2e${RESET} <cmd> ${BOLD}Test orchestration${RESET} — smoke/integration/regression"
155
208
  echo ""
156
209
  echo -e "${BOLD}AUDIT & QUALITY${RESET} ${DIM}(loop guardrails)${RESET}"
157
210
  echo -e " ${DIM}shipwright loop \"goal\" --audit${RESET} # Self-reflection each iteration"
@@ -195,6 +248,9 @@ main() {
195
248
  check_tmux
196
249
  exec "$SCRIPT_DIR/sw-status.sh" "$@"
197
250
  ;;
251
+ mission-control|mc)
252
+ exec "$SCRIPT_DIR/sw-mission-control.sh" "$@"
253
+ ;;
198
254
  ps)
199
255
  check_tmux
200
256
  exec "$SCRIPT_DIR/sw-ps.sh" "$@"
@@ -202,6 +258,9 @@ main() {
202
258
  logs)
203
259
  exec "$SCRIPT_DIR/sw-logs.sh" "$@"
204
260
  ;;
261
+ activity)
262
+ exec "$SCRIPT_DIR/sw-activity.sh" "$@"
263
+ ;;
205
264
  templates)
206
265
  exec "$SCRIPT_DIR/sw-templates.sh" "$@"
207
266
  ;;
@@ -231,18 +290,48 @@ main() {
231
290
  prep)
232
291
  exec "$SCRIPT_DIR/sw-prep.sh" "$@"
233
292
  ;;
293
+ hygiene)
294
+ exec "$SCRIPT_DIR/sw-hygiene.sh" "$@"
295
+ ;;
234
296
  daemon)
235
297
  exec "$SCRIPT_DIR/sw-daemon.sh" "$@"
236
298
  ;;
299
+ autonomous|auto)
300
+ exec "$SCRIPT_DIR/sw-autonomous.sh" "$@"
301
+ ;;
237
302
  memory)
238
303
  exec "$SCRIPT_DIR/sw-memory.sh" "$@"
239
304
  ;;
305
+ guild)
306
+ exec "$SCRIPT_DIR/sw-guild.sh" "$@"
307
+ ;;
308
+ instrument)
309
+ exec "$SCRIPT_DIR/sw-instrument.sh" "$@"
310
+ ;;
240
311
  cost)
241
312
  exec "$SCRIPT_DIR/sw-cost.sh" "$@"
242
313
  ;;
314
+ adaptive)
315
+ exec "$SCRIPT_DIR/sw-adaptive.sh" "$@"
316
+ ;;
317
+ regression)
318
+ exec "$SCRIPT_DIR/sw-regression.sh" "$@"
319
+ ;;
320
+ incident)
321
+ exec "$SCRIPT_DIR/sw-incident.sh" "$@"
322
+ ;;
323
+ db)
324
+ exec "$SCRIPT_DIR/sw-db.sh" "$@"
325
+ ;;
326
+ deps)
327
+ exec "$SCRIPT_DIR/sw-deps.sh" "$@"
328
+ ;;
243
329
  fleet)
244
330
  exec "$SCRIPT_DIR/sw-fleet.sh" "$@"
245
331
  ;;
332
+ fleet-viz)
333
+ exec "$SCRIPT_DIR/sw-fleet-viz.sh" "$@"
334
+ ;;
246
335
  fix)
247
336
  exec "$SCRIPT_DIR/sw-fix.sh" "$@"
248
337
  ;;
@@ -255,21 +344,36 @@ main() {
255
344
  dashboard|dash)
256
345
  exec "$SCRIPT_DIR/sw-dashboard.sh" "$@"
257
346
  ;;
347
+ public-dashboard|share)
348
+ exec "$SCRIPT_DIR/sw-public-dashboard.sh" "$@"
349
+ ;;
258
350
  jira)
259
351
  exec "$SCRIPT_DIR/sw-jira.sh" "$@"
260
352
  ;;
261
353
  linear)
262
354
  exec "$SCRIPT_DIR/sw-linear.sh" "$@"
263
355
  ;;
356
+ model)
357
+ exec "$SCRIPT_DIR/sw-model-router.sh" "$@"
358
+ ;;
264
359
  tracker)
265
360
  exec "$SCRIPT_DIR/sw-tracker.sh" "$@"
266
361
  ;;
267
362
  heartbeat)
268
363
  exec "$SCRIPT_DIR/sw-heartbeat.sh" "$@"
269
364
  ;;
365
+ standup)
366
+ exec "$SCRIPT_DIR/sw-standup.sh" "$@"
367
+ ;;
270
368
  checkpoint)
271
369
  exec "$SCRIPT_DIR/sw-checkpoint.sh" "$@"
272
370
  ;;
371
+ durable)
372
+ exec "$SCRIPT_DIR/sw-durable.sh" "$@"
373
+ ;;
374
+ webhook)
375
+ exec "$SCRIPT_DIR/sw-webhook.sh" "$@"
376
+ ;;
273
377
  connect)
274
378
  exec "$SCRIPT_DIR/sw-connect.sh" "$@"
275
379
  ;;
@@ -279,6 +383,9 @@ main() {
279
383
  launchd)
280
384
  exec "$SCRIPT_DIR/sw-launchd.sh" "$@"
281
385
  ;;
386
+ auth)
387
+ exec "$SCRIPT_DIR/sw-auth.sh" "$@"
388
+ ;;
282
389
  intelligence|intel)
283
390
  exec "$SCRIPT_DIR/sw-intelligence.sh" "$@"
284
391
  ;;
@@ -294,30 +401,138 @@ main() {
294
401
  simulation)
295
402
  exec "$SCRIPT_DIR/sw-developer-simulation.sh" "$@"
296
403
  ;;
404
+ strategic|strategy)
405
+ exec "$SCRIPT_DIR/sw-strategic.sh" "$@"
406
+ ;;
297
407
  architecture)
298
408
  exec "$SCRIPT_DIR/sw-architecture-enforcer.sh" "$@"
299
409
  ;;
410
+ vitals)
411
+ exec "$SCRIPT_DIR/sw-pipeline-vitals.sh" "$@"
412
+ ;;
413
+ stream)
414
+ exec "$SCRIPT_DIR/sw-stream.sh" "$@"
415
+ ;;
300
416
  docs)
301
417
  exec "$SCRIPT_DIR/sw-docs.sh" "$@"
302
418
  ;;
419
+ changelog)
420
+ exec "$SCRIPT_DIR/sw-changelog.sh" "$@"
421
+ ;;
422
+ docs-agent)
423
+ exec "$SCRIPT_DIR/sw-docs-agent.sh" "$@"
424
+ ;;
425
+ release)
426
+ exec "$SCRIPT_DIR/sw-release.sh" "$@"
427
+ ;;
428
+ release-manager|rm)
429
+ exec "$SCRIPT_DIR/sw-release-manager.sh" "$@"
430
+ ;;
431
+ replay)
432
+ exec "$SCRIPT_DIR/sw-replay.sh" "$@"
433
+ ;;
434
+ scale)
435
+ exec "$SCRIPT_DIR/sw-scale.sh" "$@"
436
+ ;;
437
+ swarm)
438
+ exec "$SCRIPT_DIR/sw-swarm.sh" "$@"
439
+ ;;
440
+ dora)
441
+ exec "$SCRIPT_DIR/sw-dora.sh" "$@"
442
+ ;;
443
+ retro)
444
+ exec "$SCRIPT_DIR/sw-retro.sh" "$@"
445
+ ;;
303
446
  tmux)
304
447
  exec "$SCRIPT_DIR/sw-tmux.sh" "$@"
305
448
  ;;
449
+ tmux-pipeline)
450
+ exec "$SCRIPT_DIR/sw-tmux-pipeline.sh" "$@"
451
+ ;;
306
452
  github|gh-context)
307
453
  exec "$SCRIPT_DIR/sw-github-graphql.sh" "$@"
308
454
  ;;
309
455
  checks)
310
456
  exec "$SCRIPT_DIR/sw-github-checks.sh" "$@"
311
457
  ;;
458
+ ci)
459
+ exec "$SCRIPT_DIR/sw-ci.sh" "$@"
460
+ ;;
312
461
  deploys|deployments)
313
462
  exec "$SCRIPT_DIR/sw-github-deploy.sh" "$@"
314
463
  ;;
464
+ github-app)
465
+ exec "$SCRIPT_DIR/sw-github-app.sh" "$@"
466
+ ;;
467
+ decompose)
468
+ exec "$SCRIPT_DIR/sw-decompose.sh" "$@"
469
+ ;;
470
+ discovery)
471
+ exec "$SCRIPT_DIR/sw-discovery.sh" "$@"
472
+ ;;
473
+ context)
474
+ exec "$SCRIPT_DIR/sw-context.sh" "$@"
475
+ ;;
476
+ trace)
477
+ exec "$SCRIPT_DIR/sw-trace.sh" "$@"
478
+ ;;
479
+ pr)
480
+ exec "$SCRIPT_DIR/sw-pr-lifecycle.sh" "$@"
481
+ ;;
482
+ widgets)
483
+ exec "$SCRIPT_DIR/sw-widgets.sh" "$@"
484
+ ;;
485
+ feedback)
486
+ exec "$SCRIPT_DIR/sw-feedback.sh" "$@"
487
+ ;;
488
+ eventbus)
489
+ exec "$SCRIPT_DIR/sw-eventbus.sh" "$@"
490
+ ;;
491
+ otel)
492
+ exec "$SCRIPT_DIR/sw-otel.sh" "$@"
493
+ ;;
494
+ triage)
495
+ exec "$SCRIPT_DIR/sw-triage.sh" "$@"
496
+ ;;
497
+ quality)
498
+ exec "$SCRIPT_DIR/sw-quality.sh" "$@"
499
+ ;;
500
+ oversight)
501
+ exec "$SCRIPT_DIR/sw-oversight.sh" "$@"
502
+ ;;
503
+ code-review)
504
+ exec "$SCRIPT_DIR/sw-code-review.sh" "$@"
505
+ ;;
506
+ pm)
507
+ exec "$SCRIPT_DIR/sw-pm.sh" "$@"
508
+ ;;
509
+ team-stages)
510
+ exec "$SCRIPT_DIR/sw-team-stages.sh" "$@"
511
+ ;;
512
+ ux)
513
+ exec "$SCRIPT_DIR/sw-ux.sh" "$@"
514
+ ;;
515
+ recruit)
516
+ exec "$SCRIPT_DIR/sw-recruit.sh" "$@"
517
+ ;;
518
+ testgen)
519
+ exec "$SCRIPT_DIR/sw-testgen.sh" "$@"
520
+ ;;
521
+ e2e)
522
+ exec "$SCRIPT_DIR/sw-e2e-orchestrator.sh" "$@"
523
+ ;;
524
+ security-audit|audit)
525
+ exec "$SCRIPT_DIR/sw-security-audit.sh" "$@"
526
+ ;;
315
527
  help|--help|-h)
316
528
  show_help
317
529
  ;;
318
530
  version|--version|-v)
319
531
  show_version
320
532
  ;;
533
+ hello)
534
+ echo "hello world"
535
+ ;;
321
536
  *)
322
537
  error "Unknown command: ${cmd}"
323
538
  echo ""