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.
- package/.claude/agents/github/code-review-swarm.md +19 -19
- package/.claude/agents/github/github-modes.md +4 -4
- package/.claude/agents/github/multi-repo-swarm.md +24 -24
- package/.claude/agents/github/project-board-sync.md +28 -28
- package/.claude/agents/github/swarm-issue.md +26 -26
- package/.claude/agents/github/swarm-pr.md +18 -18
- package/.claude/agents/github/workflow-automation.md +27 -27
- package/.claude/agents/reengineer-squad/git-manager.md +2 -2
- package/.claude/commands/mastermind/master.md +9 -3
- package/.claude/commands/mastermind/references/antigravity-tools.md +60 -0
- package/.claude/commands/mastermind/references/claude-code-tools.md +50 -0
- package/.claude/commands/mastermind/references/codex-tools.md +64 -0
- package/.claude/commands/mastermind/references/copilot-tools.md +49 -0
- package/.claude/commands/mastermind/references/gemini-tools.md +63 -0
- package/.claude/commands/mastermind/references/pi-tools.md +28 -0
- package/.claude/helpers/mastermind-activate.cjs +53 -0
- package/.claude/settings.json +4 -0
- package/.claude/skills/mastermind/runorg.md +14 -0
- package/.claude/skills/mastermind/techport.md +5 -5
- package/README.md +1 -1
- package/package.json +5 -4
- package/packages/@monomind/cli/.claude/agents/github/code-review-swarm.md +19 -19
- package/packages/@monomind/cli/.claude/agents/github/github-modes.md +4 -4
- package/packages/@monomind/cli/.claude/agents/github/multi-repo-swarm.md +24 -24
- package/packages/@monomind/cli/.claude/agents/github/project-board-sync.md +28 -28
- package/packages/@monomind/cli/.claude/agents/github/swarm-issue.md +26 -26
- package/packages/@monomind/cli/.claude/agents/github/swarm-pr.md +18 -18
- package/packages/@monomind/cli/.claude/agents/github/workflow-automation.md +27 -27
- package/packages/@monomind/cli/.claude/agents/reengineer-squad/git-manager.md +2 -2
- package/packages/@monomind/cli/.claude/commands/mastermind/master.md +9 -3
- package/packages/@monomind/cli/.claude/commands/mastermind/references/antigravity-tools.md +60 -0
- package/packages/@monomind/cli/.claude/commands/mastermind/references/claude-code-tools.md +50 -0
- package/packages/@monomind/cli/.claude/commands/mastermind/references/codex-tools.md +64 -0
- package/packages/@monomind/cli/.claude/commands/mastermind/references/copilot-tools.md +49 -0
- package/packages/@monomind/cli/.claude/commands/mastermind/references/gemini-tools.md +63 -0
- package/packages/@monomind/cli/.claude/commands/mastermind/references/pi-tools.md +28 -0
- package/packages/@monomind/cli/.claude/helpers/mastermind-activate.cjs +53 -0
- package/packages/@monomind/cli/.claude/skills/mastermind/runorg.md +14 -0
- package/packages/@monomind/cli/.claude/skills/mastermind/techport.md +5 -5
- package/packages/@monomind/cli/README.md +1 -1
- package/packages/@monomind/cli/dist/src/browser/dashboard/ui.html +125 -37
- package/packages/@monomind/cli/dist/src/commands/index.js +0 -2
- package/packages/@monomind/cli/dist/src/init/executor.js +0 -24
- package/packages/@monomind/cli/dist/src/init/statusline-generator.js +0 -45
- package/packages/@monomind/cli/dist/src/init/types.d.ts +0 -2
- package/packages/@monomind/cli/dist/src/init/types.js +0 -2
- package/packages/@monomind/cli/dist/src/ui/dashboard.html +82 -75
- package/packages/@monomind/cli/dist/src/ui/server.mjs +41 -4
- package/packages/@monomind/cli/package.json +1 -1
- package/packages/@monomind/guidance/README.md +0 -1
- package/packages/@monomind/guidance/package.json +2 -14
- package/scripts/verify-appliance.sh +16 -20
- package/.claude-plugin/README.md +0 -704
- package/.claude-plugin/docs/INSTALLATION.md +0 -258
- package/.claude-plugin/docs/PLUGIN_SUMMARY.md +0 -358
- package/.claude-plugin/docs/QUICKSTART.md +0 -357
- package/.claude-plugin/docs/STRUCTURE.md +0 -122
- package/.claude-plugin/hooks/hooks.json +0 -74
- package/.claude-plugin/marketplace.json +0 -98
- package/.claude-plugin/plugin.json +0 -70
- package/.claude-plugin/scripts/install.sh +0 -234
- package/.claude-plugin/scripts/uninstall.sh +0 -36
- package/.claude-plugin/scripts/verify.sh +0 -102
|
@@ -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
|
|
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
|
|
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
|
|
141
|
+
## Integration with monomind
|
|
142
142
|
|
|
143
|
-
All GitHub modes can be enhanced with
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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('
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
471
|
+
npx monomind github team-metrics \
|
|
472
472
|
--board "Development" \
|
|
473
473
|
--per-member \
|
|
474
474
|
--include "velocity,quality,collaboration" \
|
|
@@ -19,14 +19,14 @@ Transform GitHub Issues into intelligent swarm tasks, enabling automatic task de
|
|
|
19
19
|
ISSUE_DATA=$(gh issue view 456 --json title,body,labels,assignees,comments)
|
|
20
20
|
|
|
21
21
|
# Create swarm from issue
|
|
22
|
-
npx
|
|
22
|
+
npx monomind github issue-to-swarm 456 \
|
|
23
23
|
--issue-data "$ISSUE_DATA" \
|
|
24
24
|
--auto-decompose \
|
|
25
25
|
--assign-agents
|
|
26
26
|
|
|
27
27
|
# Batch process multiple issues
|
|
28
28
|
ISSUES=$(gh issue list --label "swarm-ready" --json number,title,body,labels)
|
|
29
|
-
npx
|
|
29
|
+
npx monomind github issues-batch \
|
|
30
30
|
--issues "$ISSUES" \
|
|
31
31
|
--parallel
|
|
32
32
|
|
|
@@ -107,7 +107,7 @@ body:
|
|
|
107
107
|
### Dynamic Agent Assignment
|
|
108
108
|
```bash
|
|
109
109
|
# Assign agents based on issue content
|
|
110
|
-
npx
|
|
110
|
+
npx monomind github issue-analyze 456 \
|
|
111
111
|
--suggest-agents \
|
|
112
112
|
--estimate-complexity \
|
|
113
113
|
--create-subtasks
|
|
@@ -130,7 +130,7 @@ REFERENCES=$(gh issue view 456 --json body --jq '.body' | \
|
|
|
130
130
|
done | jq -s '.')
|
|
131
131
|
|
|
132
132
|
# Initialize swarm
|
|
133
|
-
npx
|
|
133
|
+
npx monomind github issue-init 456 \
|
|
134
134
|
--issue-data "$ISSUE" \
|
|
135
135
|
--references "$REFERENCES" \
|
|
136
136
|
--load-comments \
|
|
@@ -148,7 +148,7 @@ gh issue comment 456 --body "🐝 Swarm initialized for this issue"
|
|
|
148
148
|
ISSUE_BODY=$(gh issue view 456 --json body --jq '.body')
|
|
149
149
|
|
|
150
150
|
# Decompose into subtasks
|
|
151
|
-
SUBTASKS=$(npx
|
|
151
|
+
SUBTASKS=$(npx monomind github issue-decompose 456 \
|
|
152
152
|
--body "$ISSUE_BODY" \
|
|
153
153
|
--max-subtasks 10 \
|
|
154
154
|
--assign-priorities)
|
|
@@ -183,11 +183,11 @@ done
|
|
|
183
183
|
CURRENT=$(gh issue view 456 --json body,labels)
|
|
184
184
|
|
|
185
185
|
# Get swarm progress
|
|
186
|
-
PROGRESS=$(npx
|
|
186
|
+
PROGRESS=$(npx monomind github issue-progress 456)
|
|
187
187
|
|
|
188
188
|
# Update checklist in issue body
|
|
189
189
|
UPDATED_BODY=$(echo "$CURRENT" | jq -r '.body' | \
|
|
190
|
-
npx
|
|
190
|
+
npx monomind github update-checklist --progress "$PROGRESS")
|
|
191
191
|
|
|
192
192
|
# Edit issue with updated body
|
|
193
193
|
gh issue edit 456 --body "$UPDATED_BODY"
|
|
@@ -224,7 +224,7 @@ fi
|
|
|
224
224
|
### 1. Issue Dependencies
|
|
225
225
|
```bash
|
|
226
226
|
# Handle issue dependencies
|
|
227
|
-
npx
|
|
227
|
+
npx monomind github issue-deps 456 \
|
|
228
228
|
--resolve-order \
|
|
229
229
|
--parallel-safe \
|
|
230
230
|
--update-blocking
|
|
@@ -233,7 +233,7 @@ npx ruv-swarm github issue-deps 456 \
|
|
|
233
233
|
### 2. Epic Management
|
|
234
234
|
```bash
|
|
235
235
|
# Coordinate epic-level swarms
|
|
236
|
-
npx
|
|
236
|
+
npx monomind github epic-swarm \
|
|
237
237
|
--epic 123 \
|
|
238
238
|
--child-issues "456,457,458" \
|
|
239
239
|
--orchestrate
|
|
@@ -242,7 +242,7 @@ npx ruv-swarm github epic-swarm \
|
|
|
242
242
|
### 3. Issue Templates
|
|
243
243
|
```bash
|
|
244
244
|
# Generate issue from swarm analysis
|
|
245
|
-
npx
|
|
245
|
+
npx monomind github create-issues \
|
|
246
246
|
--from-analysis \
|
|
247
247
|
--template "bug-report" \
|
|
248
248
|
--auto-assign
|
|
@@ -267,14 +267,14 @@ jobs:
|
|
|
267
267
|
with:
|
|
268
268
|
command: |
|
|
269
269
|
if [[ "${{ github.event.label.name }}" == "swarm-ready" ]]; then
|
|
270
|
-
npx
|
|
270
|
+
npx monomind github issue-init ${{ github.event.issue.number }}
|
|
271
271
|
fi
|
|
272
272
|
```
|
|
273
273
|
|
|
274
274
|
### Issue Board Integration
|
|
275
275
|
```bash
|
|
276
276
|
# Sync with project board
|
|
277
|
-
npx
|
|
277
|
+
npx monomind github issue-board-sync \
|
|
278
278
|
--project "Development" \
|
|
279
279
|
--column-mapping '{
|
|
280
280
|
"To Do": "pending",
|
|
@@ -288,7 +288,7 @@ npx ruv-swarm github issue-board-sync \
|
|
|
288
288
|
### Bug Reports
|
|
289
289
|
```bash
|
|
290
290
|
# Specialized bug handling
|
|
291
|
-
npx
|
|
291
|
+
npx monomind github bug-swarm 456 \
|
|
292
292
|
--reproduce \
|
|
293
293
|
--isolate \
|
|
294
294
|
--fix \
|
|
@@ -298,7 +298,7 @@ npx ruv-swarm github bug-swarm 456 \
|
|
|
298
298
|
### Feature Requests
|
|
299
299
|
```bash
|
|
300
300
|
# Feature implementation swarm
|
|
301
|
-
npx
|
|
301
|
+
npx monomind github feature-swarm 456 \
|
|
302
302
|
--design \
|
|
303
303
|
--implement \
|
|
304
304
|
--document \
|
|
@@ -308,7 +308,7 @@ npx ruv-swarm github feature-swarm 456 \
|
|
|
308
308
|
### Technical Debt
|
|
309
309
|
```bash
|
|
310
310
|
# Refactoring swarm
|
|
311
|
-
npx
|
|
311
|
+
npx monomind github debt-swarm 456 \
|
|
312
312
|
--analyze-impact \
|
|
313
313
|
--plan-migration \
|
|
314
314
|
--execute \
|
|
@@ -331,7 +331,7 @@ echo "$STALE_ISSUES" | jq -r '.number' | while read -r num; do
|
|
|
331
331
|
ISSUE=$(gh issue view $num --json title,body,comments,labels)
|
|
332
332
|
|
|
333
333
|
# Analyze with swarm
|
|
334
|
-
ACTION=$(npx
|
|
334
|
+
ACTION=$(npx monomind github analyze-stale \
|
|
335
335
|
--issue "$ISSUE" \
|
|
336
336
|
--suggest-action)
|
|
337
337
|
|
|
@@ -364,7 +364,7 @@ gh issue list --label stale --state open --json number,updatedAt \
|
|
|
364
364
|
### Issue Triage
|
|
365
365
|
```bash
|
|
366
366
|
# Automated triage system
|
|
367
|
-
npx
|
|
367
|
+
npx monomind github triage \
|
|
368
368
|
--unlabeled \
|
|
369
369
|
--analyze-content \
|
|
370
370
|
--suggest-labels \
|
|
@@ -374,7 +374,7 @@ npx ruv-swarm github triage \
|
|
|
374
374
|
### Duplicate Detection
|
|
375
375
|
```bash
|
|
376
376
|
# Find duplicate issues
|
|
377
|
-
npx
|
|
377
|
+
npx monomind github find-duplicates \
|
|
378
378
|
--threshold 0.8 \
|
|
379
379
|
--link-related \
|
|
380
380
|
--close-duplicates
|
|
@@ -385,7 +385,7 @@ npx ruv-swarm github find-duplicates \
|
|
|
385
385
|
### 1. Issue-PR Linking
|
|
386
386
|
```bash
|
|
387
387
|
# Link issues to PRs automatically
|
|
388
|
-
npx
|
|
388
|
+
npx monomind github link-pr \
|
|
389
389
|
--issue 456 \
|
|
390
390
|
--pr 789 \
|
|
391
391
|
--update-both
|
|
@@ -394,7 +394,7 @@ npx ruv-swarm github link-pr \
|
|
|
394
394
|
### 2. Milestone Coordination
|
|
395
395
|
```bash
|
|
396
396
|
# Coordinate milestone swarms
|
|
397
|
-
npx
|
|
397
|
+
npx monomind github milestone-swarm \
|
|
398
398
|
--milestone "v2.0" \
|
|
399
399
|
--parallel-issues \
|
|
400
400
|
--track-progress
|
|
@@ -403,7 +403,7 @@ npx ruv-swarm github milestone-swarm \
|
|
|
403
403
|
### 3. Cross-Repo Issues
|
|
404
404
|
```bash
|
|
405
405
|
# Handle issues across repositories
|
|
406
|
-
npx
|
|
406
|
+
npx monomind github cross-repo \
|
|
407
407
|
--issue "org/repo#456" \
|
|
408
408
|
--related "org/other-repo#123" \
|
|
409
409
|
--coordinate
|
|
@@ -414,7 +414,7 @@ npx ruv-swarm github cross-repo \
|
|
|
414
414
|
### Issue Resolution Time
|
|
415
415
|
```bash
|
|
416
416
|
# Analyze swarm performance
|
|
417
|
-
npx
|
|
417
|
+
npx monomind github issue-metrics \
|
|
418
418
|
--issue 456 \
|
|
419
419
|
--metrics "time-to-close,agent-efficiency,subtask-completion"
|
|
420
420
|
```
|
|
@@ -422,7 +422,7 @@ npx ruv-swarm github issue-metrics \
|
|
|
422
422
|
### Swarm Effectiveness
|
|
423
423
|
```bash
|
|
424
424
|
# Generate effectiveness report
|
|
425
|
-
npx
|
|
425
|
+
npx monomind github effectiveness \
|
|
426
426
|
--issues "closed:>2024-01-01" \
|
|
427
427
|
--compare "with-swarm,without-swarm"
|
|
428
428
|
```
|
|
@@ -459,7 +459,7 @@ npx ruv-swarm github effectiveness \
|
|
|
459
459
|
### Complex Bug Investigation
|
|
460
460
|
```bash
|
|
461
461
|
# Issue #789: Memory leak in production
|
|
462
|
-
npx
|
|
462
|
+
npx monomind github issue-init 789 \
|
|
463
463
|
--topology hierarchical \
|
|
464
464
|
--agents "debugger,analyst,tester,monitor" \
|
|
465
465
|
--priority critical \
|
|
@@ -469,7 +469,7 @@ npx ruv-swarm github issue-init 789 \
|
|
|
469
469
|
### Feature Implementation
|
|
470
470
|
```bash
|
|
471
471
|
# Issue #234: Add OAuth integration
|
|
472
|
-
npx
|
|
472
|
+
npx monomind github issue-init 234 \
|
|
473
473
|
--topology mesh \
|
|
474
474
|
--agents "architect,coder,security,tester" \
|
|
475
475
|
--create-design-doc \
|
|
@@ -479,7 +479,7 @@ npx ruv-swarm github issue-init 234 \
|
|
|
479
479
|
### Documentation Update
|
|
480
480
|
```bash
|
|
481
481
|
# Issue #567: Update API documentation
|
|
482
|
-
npx
|
|
482
|
+
npx monomind github issue-init 567 \
|
|
483
483
|
--topology ring \
|
|
484
484
|
--agents "researcher,writer,reviewer" \
|
|
485
485
|
--check-links \
|