monomind 1.16.10 → 1.17.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 (63) hide show
  1. package/.claude/agents/github/code-review-swarm.md +19 -19
  2. package/.claude/agents/github/github-modes.md +4 -4
  3. package/.claude/agents/github/multi-repo-swarm.md +24 -24
  4. package/.claude/agents/github/project-board-sync.md +28 -28
  5. package/.claude/agents/github/swarm-issue.md +26 -26
  6. package/.claude/agents/github/swarm-pr.md +18 -18
  7. package/.claude/agents/github/workflow-automation.md +27 -27
  8. package/.claude/agents/reengineer-squad/git-manager.md +2 -2
  9. package/.claude/commands/mastermind/master.md +9 -3
  10. package/.claude/commands/mastermind/references/antigravity-tools.md +60 -0
  11. package/.claude/commands/mastermind/references/claude-code-tools.md +50 -0
  12. package/.claude/commands/mastermind/references/codex-tools.md +64 -0
  13. package/.claude/commands/mastermind/references/copilot-tools.md +49 -0
  14. package/.claude/commands/mastermind/references/gemini-tools.md +63 -0
  15. package/.claude/commands/mastermind/references/pi-tools.md +28 -0
  16. package/.claude/helpers/mastermind-activate.cjs +53 -0
  17. package/.claude/settings.json +4 -0
  18. package/.claude/skills/mastermind/runorg.md +14 -0
  19. package/.claude/skills/mastermind/techport.md +5 -5
  20. package/README.md +1 -1
  21. package/package.json +5 -4
  22. package/packages/@monomind/cli/.claude/agents/github/code-review-swarm.md +19 -19
  23. package/packages/@monomind/cli/.claude/agents/github/github-modes.md +4 -4
  24. package/packages/@monomind/cli/.claude/agents/github/multi-repo-swarm.md +24 -24
  25. package/packages/@monomind/cli/.claude/agents/github/project-board-sync.md +28 -28
  26. package/packages/@monomind/cli/.claude/agents/github/swarm-issue.md +26 -26
  27. package/packages/@monomind/cli/.claude/agents/github/swarm-pr.md +18 -18
  28. package/packages/@monomind/cli/.claude/agents/github/workflow-automation.md +27 -27
  29. package/packages/@monomind/cli/.claude/agents/reengineer-squad/git-manager.md +2 -2
  30. package/packages/@monomind/cli/.claude/commands/mastermind/master.md +9 -3
  31. package/packages/@monomind/cli/.claude/commands/mastermind/references/antigravity-tools.md +60 -0
  32. package/packages/@monomind/cli/.claude/commands/mastermind/references/claude-code-tools.md +50 -0
  33. package/packages/@monomind/cli/.claude/commands/mastermind/references/codex-tools.md +64 -0
  34. package/packages/@monomind/cli/.claude/commands/mastermind/references/copilot-tools.md +49 -0
  35. package/packages/@monomind/cli/.claude/commands/mastermind/references/gemini-tools.md +63 -0
  36. package/packages/@monomind/cli/.claude/commands/mastermind/references/pi-tools.md +28 -0
  37. package/packages/@monomind/cli/.claude/helpers/mastermind-activate.cjs +53 -0
  38. package/packages/@monomind/cli/.claude/skills/mastermind/runorg.md +14 -0
  39. package/packages/@monomind/cli/.claude/skills/mastermind/techport.md +5 -5
  40. package/packages/@monomind/cli/README.md +1 -1
  41. package/packages/@monomind/cli/dist/src/browser/dashboard/ui.html +125 -37
  42. package/packages/@monomind/cli/dist/src/commands/index.js +0 -2
  43. package/packages/@monomind/cli/dist/src/init/executor.js +0 -24
  44. package/packages/@monomind/cli/dist/src/init/statusline-generator.js +0 -45
  45. package/packages/@monomind/cli/dist/src/init/types.d.ts +0 -2
  46. package/packages/@monomind/cli/dist/src/init/types.js +0 -2
  47. package/packages/@monomind/cli/dist/src/ui/dashboard.html +82 -75
  48. package/packages/@monomind/cli/dist/src/ui/server.mjs +41 -4
  49. package/packages/@monomind/cli/package.json +1 -1
  50. package/packages/@monomind/guidance/README.md +0 -1
  51. package/packages/@monomind/guidance/package.json +2 -14
  52. package/scripts/verify-appliance.sh +16 -20
  53. package/.claude-plugin/README.md +0 -704
  54. package/.claude-plugin/docs/INSTALLATION.md +0 -258
  55. package/.claude-plugin/docs/PLUGIN_SUMMARY.md +0 -358
  56. package/.claude-plugin/docs/QUICKSTART.md +0 -357
  57. package/.claude-plugin/docs/STRUCTURE.md +0 -122
  58. package/.claude-plugin/hooks/hooks.json +0 -74
  59. package/.claude-plugin/marketplace.json +0 -98
  60. package/.claude-plugin/plugin.json +0 -70
  61. package/.claude-plugin/scripts/install.sh +0 -234
  62. package/.claude-plugin/scripts/uninstall.sh +0 -36
  63. package/.claude-plugin/scripts/verify.sh +0 -102
@@ -22,7 +22,7 @@ PR_DATA=$(gh pr view 123 --json files,additions,deletions,title,body)
22
22
  PR_DIFF=$(gh pr diff 123)
23
23
 
24
24
  # Initialize swarm with PR context
25
- npx ruv-swarm github review-init \
25
+ npx monomind github review-init \
26
26
  --pr 123 \
27
27
  --pr-data "$PR_DATA" \
28
28
  --diff "$PR_DIFF" \
@@ -43,7 +43,7 @@ gh pr comment 123 --body "🔍 Multi-agent code review initiated"
43
43
  CHANGED_FILES=$(gh pr view 123 --json files --jq '.files[].path')
44
44
 
45
45
  # Run security review
46
- SECURITY_RESULTS=$(npx ruv-swarm github review-security \
46
+ SECURITY_RESULTS=$(npx monomind github review-security \
47
47
  --pr 123 \
48
48
  --files "$CHANGED_FILES" \
49
49
  --check "owasp,cve,secrets,permissions" \
@@ -65,7 +65,7 @@ fi
65
65
 
66
66
  ```bash
67
67
  # Performance analysis
68
- npx ruv-swarm github review-performance \
68
+ npx monomind github review-performance \
69
69
  --pr 123 \
70
70
  --profile "cpu,memory,io" \
71
71
  --benchmark-against main \
@@ -76,7 +76,7 @@ npx ruv-swarm github review-performance \
76
76
 
77
77
  ```bash
78
78
  # Architecture review
79
- npx ruv-swarm github review-architecture \
79
+ npx monomind github review-architecture \
80
80
  --pr 123 \
81
81
  --check "patterns,coupling,cohesion,solid" \
82
82
  --visualize-impact \
@@ -220,7 +220,7 @@ review:
220
220
 
221
221
  ```bash
222
222
  # Review with full context
223
- npx ruv-swarm github review-context \
223
+ npx monomind github review-context \
224
224
  --pr 123 \
225
225
  --load-related-prs \
226
226
  --analyze-impact \
@@ -231,7 +231,7 @@ npx ruv-swarm github review-context \
231
231
 
232
232
  ```bash
233
233
  # Learn from past reviews
234
- npx ruv-swarm github review-learn \
234
+ npx monomind github review-learn \
235
235
  --analyze-past-reviews \
236
236
  --identify-patterns \
237
237
  --improve-suggestions \
@@ -242,7 +242,7 @@ npx ruv-swarm github review-learn \
242
242
 
243
243
  ```bash
244
244
  # Analyze related PRs together
245
- npx ruv-swarm github review-batch \
245
+ npx monomind github review-batch \
246
246
  --prs "123,124,125" \
247
247
  --check-consistency \
248
248
  --verify-integration \
@@ -278,7 +278,7 @@ jobs:
278
278
  PR_DATA=$(gh pr view $PR_NUM --json files,title,body,labels)
279
279
 
280
280
  # Run swarm review
281
- REVIEW_OUTPUT=$(npx ruv-swarm github review-all \
281
+ REVIEW_OUTPUT=$(npx monomind github review-all \
282
282
  --pr $PR_NUM \
283
283
  --pr-data "$PR_DATA" \
284
284
  --agents "security,performance,style,architecture")
@@ -330,7 +330,7 @@ PR_DIFF=$(gh pr diff 123 --color never)
330
330
  PR_FILES=$(gh pr view 123 --json files)
331
331
 
332
332
  # Generate review comments
333
- COMMENTS=$(npx ruv-swarm github review-comment \
333
+ COMMENTS=$(npx monomind github review-comment \
334
334
  --pr 123 \
335
335
  --diff "$PR_DIFF" \
336
336
  --files "$PR_FILES" \
@@ -387,7 +387,7 @@ done
387
387
  ### Batch Comment Management
388
388
  ```bash
389
389
  # Manage review comments efficiently
390
- npx ruv-swarm github review-comments \
390
+ npx monomind github review-comments \
391
391
  --pr 123 \
392
392
  --group-by "agent,severity" \
393
393
  --summarize \
@@ -412,7 +412,7 @@ protection_rules:
412
412
 
413
413
  ```bash
414
414
  # Define quality gates
415
- npx ruv-swarm github quality-gates \
415
+ npx monomind github quality-gates \
416
416
  --define '{
417
417
  "security": {"threshold": "no-critical"},
418
418
  "performance": {"regression": "<5%"},
@@ -425,7 +425,7 @@ npx ruv-swarm github quality-gates \
425
425
 
426
426
  ```bash
427
427
  # Track review effectiveness
428
- npx ruv-swarm github review-metrics \
428
+ npx monomind github review-metrics \
429
429
  --period 30d \
430
430
  --metrics "issues-found,false-positives,fix-rate" \
431
431
  --export-dashboard
@@ -460,7 +460,7 @@ npx ruv-swarm github review-metrics \
460
460
 
461
461
  ```bash
462
462
  # Train on your codebase
463
- npx ruv-swarm github review-train \
463
+ npx monomind github review-train \
464
464
  --learn-patterns \
465
465
  --adapt-to-style \
466
466
  --improve-accuracy
@@ -492,7 +492,7 @@ class CustomReviewAgent {
492
492
 
493
493
  ```bash
494
494
  # Orchestrate complex reviews
495
- npx ruv-swarm github review-orchestrate \
495
+ npx monomind github review-orchestrate \
496
496
  --strategy "risk-based" \
497
497
  --allocate-time-budget \
498
498
  --prioritize-critical
@@ -504,7 +504,7 @@ npx ruv-swarm github review-orchestrate \
504
504
 
505
505
  ```bash
506
506
  # Auth system changes
507
- npx ruv-swarm github review-init \
507
+ npx monomind github review-init \
508
508
  --pr 456 \
509
509
  --agents "security,authentication,audit" \
510
510
  --depth "maximum" \
@@ -515,7 +515,7 @@ npx ruv-swarm github review-init \
515
515
 
516
516
  ```bash
517
517
  # Database optimization
518
- npx ruv-swarm github review-init \
518
+ npx monomind github review-init \
519
519
  --pr 789 \
520
520
  --agents "performance,database,caching" \
521
521
  --benchmark \
@@ -526,7 +526,7 @@ npx ruv-swarm github review-init \
526
526
 
527
527
  ```bash
528
528
  # New component library
529
- npx ruv-swarm github review-init \
529
+ npx monomind github review-init \
530
530
  --pr 321 \
531
531
  --agents "accessibility,style,i18n,docs" \
532
532
  --visual-regression \
@@ -539,7 +539,7 @@ npx ruv-swarm github review-init \
539
539
 
540
540
  ```bash
541
541
  # Launch review dashboard
542
- npx ruv-swarm github review-dashboard \
542
+ npx monomind github review-dashboard \
543
543
  --real-time \
544
544
  --show "agent-activity,issue-trends,fix-rates"
545
545
  ```
@@ -548,7 +548,7 @@ npx ruv-swarm github review-dashboard \
548
548
 
549
549
  ```bash
550
550
  # Generate review reports
551
- npx ruv-swarm github review-report \
551
+ npx monomind github review-report \
552
552
  --format "markdown" \
553
553
  --include "summary,details,trends" \
554
554
  --email-stakeholders
@@ -8,7 +8,7 @@ tools: mcp__monomind__swarm_init, mcp__monomind__agent_spawn, mcp__monomind__tas
8
8
  # GitHub Integration Modes
9
9
 
10
10
  ## Overview
11
- This document describes all GitHub integration modes available in Monomind with ruv-swarm coordination. Each mode is optimized for specific GitHub workflows and includes batch tool integration for maximum efficiency.
11
+ This document describes all GitHub integration modes available in Monomind with monomind coordination. Each mode is optimized for specific GitHub workflows and includes batch tool integration for maximum efficiency.
12
12
 
13
13
  ## GitHub Workflow Modes
14
14
 
@@ -115,7 +115,7 @@ This document describes all GitHub integration modes available in Monomind with
115
115
 
116
116
  ### Managing repository synchronization:
117
117
  ```bash
118
- /github sync-coordinator "Synchronize claude-code-flow and ruv-swarm packages, align versions, and update cross-dependencies"
118
+ /github sync-coordinator "Synchronize claude-code-flow and monomind packages, align versions, and update cross-dependencies"
119
119
  ```
120
120
 
121
121
  ### Setting up automated issue tracking:
@@ -138,9 +138,9 @@ All GitHub modes support batch operations for maximum efficiency:
138
138
  Bash("git checkout main && git pull")
139
139
  ```
140
140
 
141
- ## Integration with ruv-swarm
141
+ ## Integration with monomind
142
142
 
143
- All GitHub modes can be enhanced with ruv-swarm coordination:
143
+ All GitHub modes can be enhanced with monomind coordination:
144
144
 
145
145
  ```javascript
146
146
  // Initialize swarm for GitHub workflow
@@ -24,7 +24,7 @@ REPO_DETAILS=$(echo "$REPOS" | jq -r '.name' | while read -r repo; do
24
24
  done | jq -s '.')
25
25
 
26
26
  # Initialize swarm with repository context
27
- npx ruv-swarm github multi-repo-init \
27
+ npx monomind github multi-repo-init \
28
28
  --repo-details "$REPO_DETAILS" \
29
29
  --repos "org/frontend,org/backend,org/shared" \
30
30
  --topology hierarchical \
@@ -50,7 +50,7 @@ DEPS=$(echo "$REPOS" | jq -r '.name' | while read -r repo; do
50
50
  done | jq -s '.')
51
51
 
52
52
  # Discover and analyze
53
- npx ruv-swarm github discover-repos \
53
+ npx monomind github discover-repos \
54
54
  --repos "$REPOS" \
55
55
  --dependencies "$DEPS" \
56
56
  --analyze-dependencies \
@@ -71,7 +71,7 @@ echo "$MATCHING_REPOS" | while read -r repo; do
71
71
 
72
72
  # Execute task
73
73
  cd /tmp/$repo
74
- npx ruv-swarm github task-execute \
74
+ npx monomind github task-execute \
75
75
  --task "update-dependencies" \
76
76
  --repo "org/$repo"
77
77
 
@@ -95,7 +95,7 @@ done
95
95
 
96
96
  # Link related PRs
97
97
  PR_URLS=$(cat /tmp/created-prs.txt)
98
- npx ruv-swarm github link-prs --urls "$PR_URLS"
98
+ npx monomind github link-prs --urls "$PR_URLS"
99
99
  ```
100
100
 
101
101
  ## Configuration
@@ -210,7 +210,7 @@ done
210
210
  ### Refactoring Operations
211
211
  ```bash
212
212
  # Coordinate large-scale refactoring
213
- npx ruv-swarm github multi-repo-refactor \
213
+ npx monomind github multi-repo-refactor \
214
214
  --pattern "rename:OldAPI->NewAPI" \
215
215
  --analyze-impact \
216
216
  --create-migration-guide \
@@ -220,7 +220,7 @@ npx ruv-swarm github multi-repo-refactor \
220
220
  ### Security Updates
221
221
  ```bash
222
222
  # Coordinate security patches
223
- npx ruv-swarm github multi-repo-security \
223
+ npx monomind github multi-repo-security \
224
224
  --scan-all \
225
225
  --patch-vulnerabilities \
226
226
  --verify-fixes \
@@ -232,7 +232,7 @@ npx ruv-swarm github multi-repo-security \
232
232
  ### 1. Webhook-Based Coordination
233
233
  ```javascript
234
234
  // webhook-coordinator.js
235
- const { MultiRepoSwarm } = require('ruv-swarm');
235
+ const { MultiRepoSwarm } = require('monomind');
236
236
 
237
237
  const swarm = new MultiRepoSwarm({
238
238
  webhook: {
@@ -288,7 +288,7 @@ kafka:
288
288
  ### 1. Distributed Task Queue
289
289
  ```bash
290
290
  # Create distributed task queue
291
- npx ruv-swarm github multi-repo-queue \
291
+ npx monomind github multi-repo-queue \
292
292
  --backend redis \
293
293
  --workers 10 \
294
294
  --priority-routing \
@@ -298,7 +298,7 @@ npx ruv-swarm github multi-repo-queue \
298
298
  ### 2. Cross-Repo Testing
299
299
  ```bash
300
300
  # Run integration tests across repos
301
- npx ruv-swarm github multi-repo-test \
301
+ npx monomind github multi-repo-test \
302
302
  --setup-test-env \
303
303
  --link-services \
304
304
  --run-e2e \
@@ -308,7 +308,7 @@ npx ruv-swarm github multi-repo-test \
308
308
  ### 3. Monorepo Migration
309
309
  ```bash
310
310
  # Assist in monorepo migration
311
- npx ruv-swarm github to-monorepo \
311
+ npx monomind github to-monorepo \
312
312
  --analyze-repos \
313
313
  --suggest-structure \
314
314
  --preserve-history \
@@ -320,7 +320,7 @@ npx ruv-swarm github to-monorepo \
320
320
  ### Multi-Repo Dashboard
321
321
  ```bash
322
322
  # Launch monitoring dashboard
323
- npx ruv-swarm github multi-repo-dashboard \
323
+ npx monomind github multi-repo-dashboard \
324
324
  --port 3000 \
325
325
  --metrics "agent-activity,task-progress,memory-usage" \
326
326
  --real-time
@@ -329,7 +329,7 @@ npx ruv-swarm github multi-repo-dashboard \
329
329
  ### Dependency Graph
330
330
  ```bash
331
331
  # Visualize repo dependencies
332
- npx ruv-swarm github dep-graph \
332
+ npx monomind github dep-graph \
333
333
  --format mermaid \
334
334
  --include-agents \
335
335
  --show-data-flow
@@ -338,7 +338,7 @@ npx ruv-swarm github dep-graph \
338
338
  ### Health Monitoring
339
339
  ```bash
340
340
  # Monitor swarm health across repos
341
- npx ruv-swarm github health-check \
341
+ npx monomind github health-check \
342
342
  --repos "org/*" \
343
343
  --check "connectivity,memory,agents" \
344
344
  --alert-on-issues
@@ -394,7 +394,7 @@ npx ruv-swarm github health-check \
394
394
  ### 1. Microservices Coordination
395
395
  ```bash
396
396
  # Coordinate microservices development
397
- npx ruv-swarm github microservices \
397
+ npx monomind github microservices \
398
398
  --services "auth,users,orders,payments" \
399
399
  --ensure-compatibility \
400
400
  --sync-contracts \
@@ -404,7 +404,7 @@ npx ruv-swarm github microservices \
404
404
  ### 2. Library Updates
405
405
  ```bash
406
406
  # Update shared library across consumers
407
- npx ruv-swarm github lib-update \
407
+ npx monomind github lib-update \
408
408
  --library "org/shared-lib" \
409
409
  --version "2.0.0" \
410
410
  --find-consumers \
@@ -415,7 +415,7 @@ npx ruv-swarm github lib-update \
415
415
  ### 3. Organization-Wide Changes
416
416
  ```bash
417
417
  # Apply org-wide policy changes
418
- npx ruv-swarm github org-policy \
418
+ npx monomind github org-policy \
419
419
  --policy "add-security-headers" \
420
420
  --repos "org/*" \
421
421
  --validate-compliance \
@@ -447,7 +447,7 @@ npx ruv-swarm github org-policy \
447
447
  ### Caching Strategy
448
448
  ```bash
449
449
  # Implement cross-repo caching
450
- npx ruv-swarm github cache-strategy \
450
+ npx monomind github cache-strategy \
451
451
  --analyze-patterns \
452
452
  --suggest-cache-layers \
453
453
  --implement-invalidation
@@ -456,7 +456,7 @@ npx ruv-swarm github cache-strategy \
456
456
  ### Parallel Execution
457
457
  ```bash
458
458
  # Optimize parallel operations
459
- npx ruv-swarm github parallel-optimize \
459
+ npx monomind github parallel-optimize \
460
460
  --analyze-dependencies \
461
461
  --identify-parallelizable \
462
462
  --execute-optimal
@@ -465,7 +465,7 @@ npx ruv-swarm github parallel-optimize \
465
465
  ### Resource Pooling
466
466
  ```bash
467
467
  # Pool resources across repos
468
- npx ruv-swarm github resource-pool \
468
+ npx monomind github resource-pool \
469
469
  --share-agents \
470
470
  --distribute-load \
471
471
  --monitor-usage
@@ -476,7 +476,7 @@ npx ruv-swarm github resource-pool \
476
476
  ### Connectivity Issues
477
477
  ```bash
478
478
  # Diagnose connectivity problems
479
- npx ruv-swarm github diagnose-connectivity \
479
+ npx monomind github diagnose-connectivity \
480
480
  --test-all-repos \
481
481
  --check-permissions \
482
482
  --verify-webhooks
@@ -485,7 +485,7 @@ npx ruv-swarm github diagnose-connectivity \
485
485
  ### Memory Synchronization
486
486
  ```bash
487
487
  # Debug memory sync issues
488
- npx ruv-swarm github debug-memory \
488
+ npx monomind github debug-memory \
489
489
  --check-consistency \
490
490
  --identify-conflicts \
491
491
  --repair-state
@@ -494,7 +494,7 @@ npx ruv-swarm github debug-memory \
494
494
  ### Performance Bottlenecks
495
495
  ```bash
496
496
  # Identify performance issues
497
- npx ruv-swarm github perf-analysis \
497
+ npx monomind github perf-analysis \
498
498
  --profile-operations \
499
499
  --identify-bottlenecks \
500
500
  --suggest-optimizations
@@ -505,7 +505,7 @@ npx ruv-swarm github perf-analysis \
505
505
  ### Full-Stack Application Update
506
506
  ```bash
507
507
  # Update full-stack application
508
- npx ruv-swarm github fullstack-update \
508
+ npx monomind github fullstack-update \
509
509
  --frontend "org/web-app" \
510
510
  --backend "org/api-server" \
511
511
  --database "org/db-migrations" \
@@ -515,7 +515,7 @@ npx ruv-swarm github fullstack-update \
515
515
  ### Cross-Team Collaboration
516
516
  ```bash
517
517
  # Facilitate cross-team work
518
- npx ruv-swarm github cross-team \
518
+ npx monomind github cross-team \
519
519
  --teams "frontend,backend,devops" \
520
520
  --task "implement-feature-x" \
521
521
  --assign-by-expertise \
@@ -20,7 +20,7 @@ PROJECT_ID=$(gh project list --owner @me --format json | \
20
20
  jq -r '.projects[] | select(.title == "Development Board") | .id')
21
21
 
22
22
  # Initialize swarm with project
23
- npx ruv-swarm github board-init \
23
+ npx monomind github board-init \
24
24
  --project-id "$PROJECT_ID" \
25
25
  --sync-mode "bidirectional" \
26
26
  --create-views "swarm-status,agent-workload,priority"
@@ -35,7 +35,7 @@ gh project field-create $PROJECT_ID --owner @me \
35
35
  ### 2. Task Synchronization
36
36
  ```bash
37
37
  # Sync swarm tasks with project cards
38
- npx ruv-swarm github board-sync \
38
+ npx monomind github board-sync \
39
39
  --map-status '{
40
40
  "todo": "To Do",
41
41
  "in_progress": "In Progress",
@@ -49,7 +49,7 @@ npx ruv-swarm github board-sync \
49
49
  ### 3. Real-time Updates
50
50
  ```bash
51
51
  # Enable real-time board updates
52
- npx ruv-swarm github board-realtime \
52
+ npx monomind github board-realtime \
53
53
  --webhook-endpoint "https://api.example.com/github-sync" \
54
54
  --update-frequency "immediate" \
55
55
  --batch-updates false
@@ -137,7 +137,7 @@ mapping:
137
137
  ### 1. Auto-Assignment
138
138
  ```bash
139
139
  # Automatically assign cards to agents
140
- npx ruv-swarm github board-auto-assign \
140
+ npx monomind github board-auto-assign \
141
141
  --strategy "load-balanced" \
142
142
  --consider "expertise,workload,availability" \
143
143
  --update-cards
@@ -146,7 +146,7 @@ npx ruv-swarm github board-auto-assign \
146
146
  ### 2. Progress Tracking
147
147
  ```bash
148
148
  # Track and visualize progress
149
- npx ruv-swarm github board-progress \
149
+ npx monomind github board-progress \
150
150
  --show "burndown,velocity,cycle-time" \
151
151
  --time-period "sprint" \
152
152
  --export-metrics
@@ -155,7 +155,7 @@ npx ruv-swarm github board-progress \
155
155
  ### 3. Smart Card Movement
156
156
  ```bash
157
157
  # Intelligent card state transitions
158
- npx ruv-swarm github board-smart-move \
158
+ npx monomind github board-smart-move \
159
159
  --rules '{
160
160
  "auto-progress": "when:all-subtasks-done",
161
161
  "auto-review": "when:tests-pass",
@@ -177,7 +177,7 @@ echo "$ISSUES" | jq -r '.[].number' | while read -r issue; do
177
177
  done
178
178
 
179
179
  # Process with swarm
180
- npx ruv-swarm github board-import-issues \
180
+ npx monomind github board-import-issues \
181
181
  --issues "$ISSUES" \
182
182
  --add-to-column "Backlog" \
183
183
  --parse-checklist \
@@ -187,7 +187,7 @@ npx ruv-swarm github board-import-issues \
187
187
  ### Bulk Operations
188
188
  ```bash
189
189
  # Bulk card operations
190
- npx ruv-swarm github board-bulk \
190
+ npx monomind github board-bulk \
191
191
  --filter "status:blocked" \
192
192
  --action "add-label:needs-attention" \
193
193
  --notify-assignees
@@ -196,7 +196,7 @@ npx ruv-swarm github board-bulk \
196
196
  ### Card Templates
197
197
  ```bash
198
198
  # Create cards from templates
199
- npx ruv-swarm github board-template \
199
+ npx monomind github board-template \
200
200
  --template "feature-development" \
201
201
  --variables '{
202
202
  "feature": "User Authentication",
@@ -211,7 +211,7 @@ npx ruv-swarm github board-template \
211
211
  ### 1. Multi-Board Sync
212
212
  ```bash
213
213
  # Sync across multiple boards
214
- npx ruv-swarm github multi-board-sync \
214
+ npx monomind github multi-board-sync \
215
215
  --boards "Development,QA,Release" \
216
216
  --sync-rules '{
217
217
  "Development->QA": "when:ready-for-test",
@@ -222,7 +222,7 @@ npx ruv-swarm github multi-board-sync \
222
222
  ### 2. Cross-Organization Sync
223
223
  ```bash
224
224
  # Sync boards across organizations
225
- npx ruv-swarm github cross-org-sync \
225
+ npx monomind github cross-org-sync \
226
226
  --source "org1/Project-A" \
227
227
  --target "org2/Project-B" \
228
228
  --field-mapping "custom" \
@@ -232,7 +232,7 @@ npx ruv-swarm github cross-org-sync \
232
232
  ### 3. External Tool Integration
233
233
  ```bash
234
234
  # Sync with external tools
235
- npx ruv-swarm github board-integrate \
235
+ npx monomind github board-integrate \
236
236
  --tool "jira" \
237
237
  --mapping "bidirectional" \
238
238
  --sync-frequency "5m" \
@@ -255,7 +255,7 @@ ISSUE_METRICS=$(echo "$PROJECT_DATA" | jq -r '.items[] | select(.content.type ==
255
255
  done)
256
256
 
257
257
  # Generate analytics with swarm
258
- npx ruv-swarm github board-analytics \
258
+ npx monomind github board-analytics \
259
259
  --project-data "$PROJECT_DATA" \
260
260
  --issue-metrics "$ISSUE_METRICS" \
261
261
  --metrics "throughput,cycle-time,wip" \
@@ -295,7 +295,7 @@ npx ruv-swarm github board-analytics \
295
295
  ### Reports
296
296
  ```bash
297
297
  # Generate reports
298
- npx ruv-swarm github board-report \
298
+ npx monomind github board-report \
299
299
  --type "sprint-summary" \
300
300
  --format "markdown" \
301
301
  --include "velocity,burndown,blockers" \
@@ -307,7 +307,7 @@ npx ruv-swarm github board-report \
307
307
  ### Sprint Management
308
308
  ```bash
309
309
  # Manage sprints with swarms
310
- npx ruv-swarm github sprint-manage \
310
+ npx monomind github sprint-manage \
311
311
  --sprint "Sprint 23" \
312
312
  --auto-populate \
313
313
  --capacity-planning \
@@ -317,7 +317,7 @@ npx ruv-swarm github sprint-manage \
317
317
  ### Milestone Tracking
318
318
  ```bash
319
319
  # Track milestone progress
320
- npx ruv-swarm github milestone-track \
320
+ npx monomind github milestone-track \
321
321
  --milestone "v2.0 Release" \
322
322
  --update-board \
323
323
  --show-dependencies \
@@ -327,7 +327,7 @@ npx ruv-swarm github milestone-track \
327
327
  ### Release Planning
328
328
  ```bash
329
329
  # Plan releases using board data
330
- npx ruv-swarm github release-plan-board \
330
+ npx monomind github release-plan-board \
331
331
  --analyze-velocity \
332
332
  --estimate-completion \
333
333
  --identify-risks \
@@ -339,7 +339,7 @@ npx ruv-swarm github release-plan-board \
339
339
  ### Work Distribution
340
340
  ```bash
341
341
  # Distribute work among team
342
- npx ruv-swarm github board-distribute \
342
+ npx monomind github board-distribute \
343
343
  --strategy "skills-based" \
344
344
  --balance-workload \
345
345
  --respect-preferences \
@@ -349,7 +349,7 @@ npx ruv-swarm github board-distribute \
349
349
  ### Standup Automation
350
350
  ```bash
351
351
  # Generate standup reports
352
- npx ruv-swarm github standup-report \
352
+ npx monomind github standup-report \
353
353
  --team "frontend" \
354
354
  --include "yesterday,today,blockers" \
355
355
  --format "slack" \
@@ -359,7 +359,7 @@ npx ruv-swarm github standup-report \
359
359
  ### Review Coordination
360
360
  ```bash
361
361
  # Coordinate reviews via board
362
- npx ruv-swarm github review-coordinate \
362
+ npx monomind github review-coordinate \
363
363
  --board "Code Review" \
364
364
  --assign-reviewers \
365
365
  --track-feedback \
@@ -391,7 +391,7 @@ npx ruv-swarm github review-coordinate \
391
391
  ### Sync Issues
392
392
  ```bash
393
393
  # Diagnose sync problems
394
- npx ruv-swarm github board-diagnose \
394
+ npx monomind github board-diagnose \
395
395
  --check "permissions,webhooks,rate-limits" \
396
396
  --test-sync \
397
397
  --show-conflicts
@@ -400,7 +400,7 @@ npx ruv-swarm github board-diagnose \
400
400
  ### Performance
401
401
  ```bash
402
402
  # Optimize board performance
403
- npx ruv-swarm github board-optimize \
403
+ npx monomind github board-optimize \
404
404
  --analyze-size \
405
405
  --archive-completed \
406
406
  --index-fields \
@@ -410,7 +410,7 @@ npx ruv-swarm github board-optimize \
410
410
  ### Data Recovery
411
411
  ```bash
412
412
  # Recover board data
413
- npx ruv-swarm github board-recover \
413
+ npx monomind github board-recover \
414
414
  --backup-id "2024-01-15" \
415
415
  --restore-cards \
416
416
  --preserve-current \
@@ -422,7 +422,7 @@ npx ruv-swarm github board-recover \
422
422
  ### Agile Development Board
423
423
  ```bash
424
424
  # Setup agile board
425
- npx ruv-swarm github agile-board \
425
+ npx monomind github agile-board \
426
426
  --methodology "scrum" \
427
427
  --sprint-length "2w" \
428
428
  --ceremonies "planning,review,retro" \
@@ -432,7 +432,7 @@ npx ruv-swarm github agile-board \
432
432
  ### Kanban Flow Board
433
433
  ```bash
434
434
  # Setup kanban board
435
- npx ruv-swarm github kanban-board \
435
+ npx monomind github kanban-board \
436
436
  --wip-limits '{
437
437
  "In Progress": 5,
438
438
  "Review": 3
@@ -444,7 +444,7 @@ npx ruv-swarm github kanban-board \
444
444
  ### Research Project Board
445
445
  ```bash
446
446
  # Setup research board
447
- npx ruv-swarm github research-board \
447
+ npx monomind github research-board \
448
448
  --phases "ideation,research,experiment,analysis,publish" \
449
449
  --track-citations \
450
450
  --collaborate-external
@@ -455,7 +455,7 @@ npx ruv-swarm github research-board \
455
455
  ### Performance Metrics
456
456
  ```bash
457
457
  # Track board performance
458
- npx ruv-swarm github board-kpis \
458
+ npx monomind github board-kpis \
459
459
  --metrics '[
460
460
  "average-cycle-time",
461
461
  "throughput-per-sprint",
@@ -468,7 +468,7 @@ npx ruv-swarm github board-kpis \
468
468
  ### Team Metrics
469
469
  ```bash
470
470
  # Track team performance
471
- npx ruv-swarm github team-metrics \
471
+ npx monomind github team-metrics \
472
472
  --board "Development" \
473
473
  --per-member \
474
474
  --include "velocity,quality,collaboration" \