shipwright-cli 1.10.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 (108) hide show
  1. package/README.md +114 -36
  2. package/completions/_shipwright +212 -32
  3. package/completions/shipwright.bash +97 -25
  4. package/docs/strategy/01-market-research.md +619 -0
  5. package/docs/strategy/02-mission-and-brand.md +587 -0
  6. package/docs/strategy/03-gtm-and-roadmap.md +759 -0
  7. package/docs/strategy/QUICK-START.txt +289 -0
  8. package/docs/strategy/README.md +172 -0
  9. package/package.json +4 -2
  10. package/scripts/sw +208 -1
  11. package/scripts/sw-activity.sh +500 -0
  12. package/scripts/sw-adaptive.sh +925 -0
  13. package/scripts/sw-adversarial.sh +1 -1
  14. package/scripts/sw-architecture-enforcer.sh +1 -1
  15. package/scripts/sw-auth.sh +613 -0
  16. package/scripts/sw-autonomous.sh +664 -0
  17. package/scripts/sw-changelog.sh +704 -0
  18. package/scripts/sw-checkpoint.sh +1 -1
  19. package/scripts/sw-ci.sh +602 -0
  20. package/scripts/sw-cleanup.sh +1 -1
  21. package/scripts/sw-code-review.sh +637 -0
  22. package/scripts/sw-connect.sh +1 -1
  23. package/scripts/sw-context.sh +605 -0
  24. package/scripts/sw-cost.sh +1 -1
  25. package/scripts/sw-daemon.sh +432 -130
  26. package/scripts/sw-dashboard.sh +1 -1
  27. package/scripts/sw-db.sh +540 -0
  28. package/scripts/sw-decompose.sh +539 -0
  29. package/scripts/sw-deps.sh +551 -0
  30. package/scripts/sw-developer-simulation.sh +1 -1
  31. package/scripts/sw-discovery.sh +412 -0
  32. package/scripts/sw-docs-agent.sh +539 -0
  33. package/scripts/sw-docs.sh +1 -1
  34. package/scripts/sw-doctor.sh +59 -1
  35. package/scripts/sw-dora.sh +615 -0
  36. package/scripts/sw-durable.sh +710 -0
  37. package/scripts/sw-e2e-orchestrator.sh +535 -0
  38. package/scripts/sw-eventbus.sh +393 -0
  39. package/scripts/sw-feedback.sh +471 -0
  40. package/scripts/sw-fix.sh +1 -1
  41. package/scripts/sw-fleet-discover.sh +567 -0
  42. package/scripts/sw-fleet-viz.sh +404 -0
  43. package/scripts/sw-fleet.sh +8 -1
  44. package/scripts/sw-github-app.sh +596 -0
  45. package/scripts/sw-github-checks.sh +1 -1
  46. package/scripts/sw-github-deploy.sh +1 -1
  47. package/scripts/sw-github-graphql.sh +1 -1
  48. package/scripts/sw-guild.sh +569 -0
  49. package/scripts/sw-heartbeat.sh +1 -1
  50. package/scripts/sw-hygiene.sh +559 -0
  51. package/scripts/sw-incident.sh +617 -0
  52. package/scripts/sw-init.sh +88 -1
  53. package/scripts/sw-instrument.sh +699 -0
  54. package/scripts/sw-intelligence.sh +1 -1
  55. package/scripts/sw-jira.sh +1 -1
  56. package/scripts/sw-launchd.sh +363 -28
  57. package/scripts/sw-linear.sh +1 -1
  58. package/scripts/sw-logs.sh +1 -1
  59. package/scripts/sw-loop.sh +64 -3
  60. package/scripts/sw-memory.sh +1 -1
  61. package/scripts/sw-mission-control.sh +487 -0
  62. package/scripts/sw-model-router.sh +545 -0
  63. package/scripts/sw-otel.sh +596 -0
  64. package/scripts/sw-oversight.sh +689 -0
  65. package/scripts/sw-pipeline-composer.sh +1 -1
  66. package/scripts/sw-pipeline-vitals.sh +1 -1
  67. package/scripts/sw-pipeline.sh +687 -24
  68. package/scripts/sw-pm.sh +693 -0
  69. package/scripts/sw-pr-lifecycle.sh +522 -0
  70. package/scripts/sw-predictive.sh +1 -1
  71. package/scripts/sw-prep.sh +1 -1
  72. package/scripts/sw-ps.sh +1 -1
  73. package/scripts/sw-public-dashboard.sh +798 -0
  74. package/scripts/sw-quality.sh +595 -0
  75. package/scripts/sw-reaper.sh +1 -1
  76. package/scripts/sw-recruit.sh +573 -0
  77. package/scripts/sw-regression.sh +642 -0
  78. package/scripts/sw-release-manager.sh +736 -0
  79. package/scripts/sw-release.sh +706 -0
  80. package/scripts/sw-remote.sh +1 -1
  81. package/scripts/sw-replay.sh +520 -0
  82. package/scripts/sw-retro.sh +691 -0
  83. package/scripts/sw-scale.sh +444 -0
  84. package/scripts/sw-security-audit.sh +505 -0
  85. package/scripts/sw-self-optimize.sh +1 -1
  86. package/scripts/sw-session.sh +1 -1
  87. package/scripts/sw-setup.sh +1 -1
  88. package/scripts/sw-standup.sh +712 -0
  89. package/scripts/sw-status.sh +1 -1
  90. package/scripts/sw-strategic.sh +658 -0
  91. package/scripts/sw-stream.sh +450 -0
  92. package/scripts/sw-swarm.sh +583 -0
  93. package/scripts/sw-team-stages.sh +511 -0
  94. package/scripts/sw-templates.sh +1 -1
  95. package/scripts/sw-testgen.sh +515 -0
  96. package/scripts/sw-tmux-pipeline.sh +554 -0
  97. package/scripts/sw-tmux.sh +1 -1
  98. package/scripts/sw-trace.sh +485 -0
  99. package/scripts/sw-tracker-github.sh +188 -0
  100. package/scripts/sw-tracker-jira.sh +172 -0
  101. package/scripts/sw-tracker-linear.sh +251 -0
  102. package/scripts/sw-tracker.sh +117 -2
  103. package/scripts/sw-triage.sh +603 -0
  104. package/scripts/sw-upgrade.sh +1 -1
  105. package/scripts/sw-ux.sh +677 -0
  106. package/scripts/sw-webhook.sh +627 -0
  107. package/scripts/sw-widgets.sh +530 -0
  108. package/scripts/sw-worktree.sh +1 -1
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]}"
@@ -68,8 +68,10 @@ show_help() {
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
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,26 +81,74 @@ 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"
98
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"
99
130
  echo -e " ${CYAN}github${RESET} ${BOLD}GitHub context${RESET} — repo metadata, security, blame"
100
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"
101
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"
102
152
  echo -e " ${CYAN}init${RESET} ${BOLD}Quick tmux setup${RESET} — one command, no prompts"
103
153
  echo -e " ${CYAN}setup${RESET} ${BOLD}Guided setup${RESET} — prerequisites, init, doctor, quick start"
104
154
  echo -e " ${CYAN}help${RESET} Show this help message"
@@ -154,6 +204,7 @@ show_help() {
154
204
  echo -e " ${DIM}shipwright daemon test${RESET} # Run daemon test suite"
155
205
  echo -e " ${DIM}shipwright prep test${RESET} # Run prep test suite"
156
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"
157
208
  echo ""
158
209
  echo -e "${BOLD}AUDIT & QUALITY${RESET} ${DIM}(loop guardrails)${RESET}"
159
210
  echo -e " ${DIM}shipwright loop \"goal\" --audit${RESET} # Self-reflection each iteration"
@@ -197,6 +248,9 @@ main() {
197
248
  check_tmux
198
249
  exec "$SCRIPT_DIR/sw-status.sh" "$@"
199
250
  ;;
251
+ mission-control|mc)
252
+ exec "$SCRIPT_DIR/sw-mission-control.sh" "$@"
253
+ ;;
200
254
  ps)
201
255
  check_tmux
202
256
  exec "$SCRIPT_DIR/sw-ps.sh" "$@"
@@ -204,6 +258,9 @@ main() {
204
258
  logs)
205
259
  exec "$SCRIPT_DIR/sw-logs.sh" "$@"
206
260
  ;;
261
+ activity)
262
+ exec "$SCRIPT_DIR/sw-activity.sh" "$@"
263
+ ;;
207
264
  templates)
208
265
  exec "$SCRIPT_DIR/sw-templates.sh" "$@"
209
266
  ;;
@@ -233,18 +290,48 @@ main() {
233
290
  prep)
234
291
  exec "$SCRIPT_DIR/sw-prep.sh" "$@"
235
292
  ;;
293
+ hygiene)
294
+ exec "$SCRIPT_DIR/sw-hygiene.sh" "$@"
295
+ ;;
236
296
  daemon)
237
297
  exec "$SCRIPT_DIR/sw-daemon.sh" "$@"
238
298
  ;;
299
+ autonomous|auto)
300
+ exec "$SCRIPT_DIR/sw-autonomous.sh" "$@"
301
+ ;;
239
302
  memory)
240
303
  exec "$SCRIPT_DIR/sw-memory.sh" "$@"
241
304
  ;;
305
+ guild)
306
+ exec "$SCRIPT_DIR/sw-guild.sh" "$@"
307
+ ;;
308
+ instrument)
309
+ exec "$SCRIPT_DIR/sw-instrument.sh" "$@"
310
+ ;;
242
311
  cost)
243
312
  exec "$SCRIPT_DIR/sw-cost.sh" "$@"
244
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
+ ;;
245
329
  fleet)
246
330
  exec "$SCRIPT_DIR/sw-fleet.sh" "$@"
247
331
  ;;
332
+ fleet-viz)
333
+ exec "$SCRIPT_DIR/sw-fleet-viz.sh" "$@"
334
+ ;;
248
335
  fix)
249
336
  exec "$SCRIPT_DIR/sw-fix.sh" "$@"
250
337
  ;;
@@ -257,21 +344,36 @@ main() {
257
344
  dashboard|dash)
258
345
  exec "$SCRIPT_DIR/sw-dashboard.sh" "$@"
259
346
  ;;
347
+ public-dashboard|share)
348
+ exec "$SCRIPT_DIR/sw-public-dashboard.sh" "$@"
349
+ ;;
260
350
  jira)
261
351
  exec "$SCRIPT_DIR/sw-jira.sh" "$@"
262
352
  ;;
263
353
  linear)
264
354
  exec "$SCRIPT_DIR/sw-linear.sh" "$@"
265
355
  ;;
356
+ model)
357
+ exec "$SCRIPT_DIR/sw-model-router.sh" "$@"
358
+ ;;
266
359
  tracker)
267
360
  exec "$SCRIPT_DIR/sw-tracker.sh" "$@"
268
361
  ;;
269
362
  heartbeat)
270
363
  exec "$SCRIPT_DIR/sw-heartbeat.sh" "$@"
271
364
  ;;
365
+ standup)
366
+ exec "$SCRIPT_DIR/sw-standup.sh" "$@"
367
+ ;;
272
368
  checkpoint)
273
369
  exec "$SCRIPT_DIR/sw-checkpoint.sh" "$@"
274
370
  ;;
371
+ durable)
372
+ exec "$SCRIPT_DIR/sw-durable.sh" "$@"
373
+ ;;
374
+ webhook)
375
+ exec "$SCRIPT_DIR/sw-webhook.sh" "$@"
376
+ ;;
275
377
  connect)
276
378
  exec "$SCRIPT_DIR/sw-connect.sh" "$@"
277
379
  ;;
@@ -281,6 +383,9 @@ main() {
281
383
  launchd)
282
384
  exec "$SCRIPT_DIR/sw-launchd.sh" "$@"
283
385
  ;;
386
+ auth)
387
+ exec "$SCRIPT_DIR/sw-auth.sh" "$@"
388
+ ;;
284
389
  intelligence|intel)
285
390
  exec "$SCRIPT_DIR/sw-intelligence.sh" "$@"
286
391
  ;;
@@ -296,27 +401,129 @@ main() {
296
401
  simulation)
297
402
  exec "$SCRIPT_DIR/sw-developer-simulation.sh" "$@"
298
403
  ;;
404
+ strategic|strategy)
405
+ exec "$SCRIPT_DIR/sw-strategic.sh" "$@"
406
+ ;;
299
407
  architecture)
300
408
  exec "$SCRIPT_DIR/sw-architecture-enforcer.sh" "$@"
301
409
  ;;
302
410
  vitals)
303
411
  exec "$SCRIPT_DIR/sw-pipeline-vitals.sh" "$@"
304
412
  ;;
413
+ stream)
414
+ exec "$SCRIPT_DIR/sw-stream.sh" "$@"
415
+ ;;
305
416
  docs)
306
417
  exec "$SCRIPT_DIR/sw-docs.sh" "$@"
307
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
+ ;;
308
446
  tmux)
309
447
  exec "$SCRIPT_DIR/sw-tmux.sh" "$@"
310
448
  ;;
449
+ tmux-pipeline)
450
+ exec "$SCRIPT_DIR/sw-tmux-pipeline.sh" "$@"
451
+ ;;
311
452
  github|gh-context)
312
453
  exec "$SCRIPT_DIR/sw-github-graphql.sh" "$@"
313
454
  ;;
314
455
  checks)
315
456
  exec "$SCRIPT_DIR/sw-github-checks.sh" "$@"
316
457
  ;;
458
+ ci)
459
+ exec "$SCRIPT_DIR/sw-ci.sh" "$@"
460
+ ;;
317
461
  deploys|deployments)
318
462
  exec "$SCRIPT_DIR/sw-github-deploy.sh" "$@"
319
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
+ ;;
320
527
  help|--help|-h)
321
528
  show_help
322
529
  ;;