monomind 1.16.11 → 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 +6 -5
  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 +2 -2
  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
@@ -1,70 +0,0 @@
1
- {
2
- "name": "monomind",
3
- "version": "1.0.0",
4
- "description": "Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities",
5
- "author": {
6
- "name": "nokhodian",
7
- "email": "nokhodian@gmail.com"
8
- },
9
- "homepage": "https://github.com/monoes/monomind",
10
- "repository": "https://github.com/monoes/monomind.git",
11
- "bugs": {
12
- "url": "https://github.com/monoes/monomind/issues"
13
- },
14
- "license": "MIT",
15
- "keywords": [
16
- "ai-agents",
17
- "swarm-intelligence",
18
- "orchestration",
19
- "sparc-methodology",
20
- "github-automation",
21
- "neural-training",
22
- "mcp-integration",
23
- "enterprise",
24
- "workflow-automation",
25
- "multi-agent",
26
- "coordination",
27
- "tdd",
28
- "code-review",
29
- "performance-optimization"
30
- ],
31
- "category": "development",
32
- "tags": [
33
- "productivity",
34
- "automation",
35
- "ai",
36
- "agents",
37
- "swarm",
38
- "coordination",
39
- "sparc",
40
- "github",
41
- "neural-network",
42
- "enterprise"
43
- ],
44
- "engines": {
45
- "claudeCode": ">=2.0.0",
46
- "node": ">=20.0.0"
47
- },
48
- "mcpServers": {
49
- "monomind": {
50
- "command": "npx",
51
- "args": [
52
- "monomind@alpha",
53
- "mcp",
54
- "start"
55
- ],
56
- "description": "Core Monomind MCP server for swarm coordination, agent management, and task orchestration (40+ tools)",
57
- "optional": false
58
- },
59
- "ruv-swarm": {
60
- "command": "npx",
61
- "args": [
62
- "ruv-swarm",
63
- "mcp",
64
- "start"
65
- ],
66
- "description": "Enhanced swarm coordination with WASM acceleration (2.8-4.4x speed improvement)",
67
- "optional": true
68
- }
69
- }
70
- }
@@ -1,234 +0,0 @@
1
- #!/bin/bash
2
- # Monomind Plugin Installation Script
3
- # Version: 2.5.0
4
-
5
- set -e
6
-
7
- # Colors for output
8
- RED='\033[0;31m'
9
- GREEN='\033[0;32m'
10
- YELLOW='\033[1;33m'
11
- BLUE='\033[0;34m'
12
- NC='\033[0m' # No Color
13
-
14
- # Logging functions
15
- info() {
16
- echo -e "${BLUE}ℹ${NC} $1"
17
- }
18
-
19
- success() {
20
- echo -e "${GREEN}✓${NC} $1"
21
- }
22
-
23
- warning() {
24
- echo -e "${YELLOW}⚠${NC} $1"
25
- }
26
-
27
- error() {
28
- echo -e "${RED}✗${NC} $1"
29
- }
30
-
31
- # Banner
32
- echo -e "${BLUE}"
33
- cat << "EOF"
34
- ╔═══════════════════════════════════════════════════════════╗
35
- ║ ║
36
- ║ Monomind Plugin Installer v2.5.0 ║
37
- ║ Enterprise AI Agent Orchestration Plugin ║
38
- ║ ║
39
- ╚═══════════════════════════════════════════════════════════╝
40
- EOF
41
- echo -e "${NC}"
42
-
43
- # Check prerequisites
44
- info "Checking prerequisites..."
45
-
46
- # Check Claude Code
47
- if ! command -v claude &> /dev/null; then
48
- error "Claude Code CLI not found. Please install it first:"
49
- echo " Visit: https://claude.com/code"
50
- exit 1
51
- fi
52
- success "Claude Code CLI detected"
53
-
54
- # Check Node.js version
55
- if command -v node &> /dev/null; then
56
- NODE_VERSION=$(node -v | cut -d'v' -f2 | cut -d'.' -f1)
57
- if [ "$NODE_VERSION" -lt 20 ]; then
58
- error "Node.js version must be >= 20.0.0"
59
- echo " Current version: $(node -v)"
60
- exit 1
61
- fi
62
- success "Node.js $(node -v) detected"
63
- else
64
- warning "Node.js not found (optional for MCP features)"
65
- fi
66
-
67
- # Check Git
68
- if command -v git &> /dev/null; then
69
- success "Git $(git --version | cut -d' ' -f3) detected"
70
- else
71
- warning "Git not found (required for GitHub integration features)"
72
- fi
73
-
74
- echo ""
75
- info "Installation Options:"
76
- echo " 1. Full installation (commands + agents + MCP servers)"
77
- echo " 2. Commands only"
78
- echo " 3. Agents only"
79
- echo " 4. MCP servers only"
80
- echo ""
81
-
82
- read -p "Select installation type (1-4) [1]: " INSTALL_TYPE
83
- INSTALL_TYPE=${INSTALL_TYPE:-1}
84
-
85
- # Determine installation directories
86
- CLAUDE_DIR="${HOME}/.claude"
87
- COMMANDS_DIR="${CLAUDE_DIR}/commands"
88
- AGENTS_DIR="${CLAUDE_DIR}/agents"
89
- SETTINGS_FILE="${CLAUDE_DIR}/settings.json"
90
-
91
- # Create directories
92
- info "Creating directories..."
93
- mkdir -p "$COMMANDS_DIR"
94
- mkdir -p "$AGENTS_DIR"
95
- success "Directories created"
96
-
97
- # Get script directory
98
- SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
99
- PLUGIN_DIR="$(dirname "$SCRIPT_DIR")"
100
-
101
- # Install commands
102
- if [ "$INSTALL_TYPE" = "1" ] || [ "$INSTALL_TYPE" = "2" ]; then
103
- info "Installing 150+ slash commands..."
104
-
105
- if [ -d "$PLUGIN_DIR/commands" ]; then
106
- cp -r "$PLUGIN_DIR/commands/"* "$COMMANDS_DIR/"
107
- COMMAND_COUNT=$(find "$COMMANDS_DIR" -name "*.md" | wc -l | tr -d ' ')
108
- success "Installed $COMMAND_COUNT commands"
109
- else
110
- error "Commands directory not found"
111
- exit 1
112
- fi
113
- fi
114
-
115
- # Install agents
116
- if [ "$INSTALL_TYPE" = "1" ] || [ "$INSTALL_TYPE" = "3" ]; then
117
- info "Installing 74+ specialized agents..."
118
-
119
- if [ -d "$PLUGIN_DIR/agents" ]; then
120
- cp -r "$PLUGIN_DIR/agents/"* "$AGENTS_DIR/"
121
- AGENT_COUNT=$(find "$AGENTS_DIR" -name "*.md" | wc -l | tr -d ' ')
122
- success "Installed $AGENT_COUNT agents"
123
- else
124
- error "Agents directory not found"
125
- exit 1
126
- fi
127
- fi
128
-
129
- # Setup MCP servers
130
- if [ "$INSTALL_TYPE" = "1" ] || [ "$INSTALL_TYPE" = "4" ]; then
131
- info "Configuring MCP servers..."
132
-
133
- # Create or update settings.json
134
- if [ ! -f "$SETTINGS_FILE" ]; then
135
- cat > "$SETTINGS_FILE" << 'SETTINGS_EOF'
136
- {
137
- "mcpServers": {
138
- "monomind": {
139
- "command": "npx",
140
- "args": ["monomind@alpha", "mcp", "start"],
141
- "description": "Core Monomind MCP server with 40+ orchestration tools"
142
- }
143
- }
144
- }
145
- SETTINGS_EOF
146
- success "Created settings.json with Monomind MCP server"
147
- else
148
- info "Settings file exists. Please manually add MCP servers:"
149
- echo ""
150
- cat << 'MCP_INSTRUCTIONS'
151
- Add to ~/.claude/settings.json:
152
-
153
- {
154
- "mcpServers": {
155
- "monomind": {
156
- "command": "npx",
157
- "args": ["monomind@alpha", "mcp", "start"]
158
- },
159
- "ruv-swarm": {
160
- "command": "npx",
161
- "args": ["ruv-swarm", "mcp", "start"]
162
- },
163
- "flow-nexus": {
164
- "command": "npx",
165
- "args": ["flow-nexus@latest", "mcp", "start"]
166
- }
167
- }
168
- }
169
- MCP_INSTRUCTIONS
170
- echo ""
171
- fi
172
-
173
- # Install MCP packages
174
- read -p "Install MCP packages now? (y/n) [y]: " INSTALL_MCP
175
- INSTALL_MCP=${INSTALL_MCP:-y}
176
-
177
- if [ "$INSTALL_MCP" = "y" ]; then
178
- info "Installing monomind MCP server..."
179
- npx monomind@alpha --version 2>/dev/null || npm install -g monomind@alpha
180
- success "Monomind MCP server installed"
181
-
182
- read -p "Install optional ruv-swarm MCP? (y/n) [n]: " INSTALL_RUV
183
- if [ "$INSTALL_RUV" = "y" ]; then
184
- info "Installing ruv-swarm MCP server..."
185
- npx ruv-swarm --version 2>/dev/null || npm install -g ruv-swarm
186
- success "ruv-swarm MCP server installed"
187
- fi
188
-
189
- read -p "Install optional flow-nexus MCP? (y/n) [n]: " INSTALL_NEXUS
190
- if [ "$INSTALL_NEXUS" = "y" ]; then
191
- info "Installing flow-nexus MCP server..."
192
- npx flow-nexus@latest --version 2>/dev/null || npm install -g flow-nexus@latest
193
- success "flow-nexus MCP server installed"
194
- fi
195
- fi
196
- fi
197
-
198
- # Installation complete
199
- echo ""
200
- echo -e "${GREEN}╔═══════════════════════════════════════════════════════════╗${NC}"
201
- echo -e "${GREEN}║ ║${NC}"
202
- echo -e "${GREEN}║ 🎉 Installation Complete! 🎉 ║${NC}"
203
- echo -e "${GREEN}║ ║${NC}"
204
- echo -e "${GREEN}╚═══════════════════════════════════════════════════════════╝${NC}"
205
- echo ""
206
-
207
- info "Next Steps:"
208
- echo ""
209
- echo " 1. Restart Claude Code to load the plugin"
210
- echo " 2. Verify installation:"
211
- echo " $ claude --version"
212
- echo ""
213
- echo " 3. Try a command:"
214
- echo " /coordination-swarm-init"
215
- echo ""
216
- echo " 4. Test MCP integration:"
217
- echo " In Claude Code, check available MCP tools"
218
- echo ""
219
-
220
- info "Available Commands:"
221
- echo " • 150+ slash commands in ~/.claude/commands/"
222
- echo " • 74+ specialized agents in ~/.claude/agents/"
223
- echo " • 3 MCP servers with 110+ tools"
224
- echo ""
225
-
226
- info "Documentation:"
227
- echo " • README: $PLUGIN_DIR/README.md"
228
- echo " • Quickstart: $PLUGIN_DIR/docs/QUICKSTART.md"
229
- echo " • User Guide: $PLUGIN_DIR/docs/USER_GUIDE.md"
230
- echo " • Examples: $PLUGIN_DIR/docs/EXAMPLES.md"
231
- echo ""
232
-
233
- success "Monomind plugin is ready to use!"
234
- echo ""
@@ -1,36 +0,0 @@
1
- #!/bin/bash
2
- # Monomind Plugin Uninstallation Script
3
-
4
- set -e
5
-
6
- RED='\033[0;31m'
7
- GREEN='\033[0;32m'
8
- YELLOW='\033[1;33m'
9
- NC='\033[0m'
10
-
11
- info() { echo -e "${GREEN}ℹ${NC} $1"; }
12
- warning() { echo -e "${YELLOW}⚠${NC} $1"; }
13
-
14
- echo -e "${RED}═══════════════════════════════════════════════════${NC}"
15
- echo -e "${RED} Monomind Plugin Uninstaller${NC}"
16
- echo -e "${RED}═══════════════════════════════════════════════════${NC}"
17
- echo ""
18
-
19
- warning "This will remove Monomind commands, agents, and configuration."
20
- read -p "Continue? (y/n): " CONFIRM
21
-
22
- if [ "$CONFIRM" != "y" ]; then
23
- echo "Uninstallation cancelled."
24
- exit 0
25
- fi
26
-
27
- info "Removing commands..."
28
- find ~/.claude/commands -name "*coordination*" -o -name "*sparc*" -o -name "*github*" -o -name "*hive-mind*" 2>/dev/null | xargs rm -f
29
-
30
- info "Removing agents..."
31
- find ~/.claude/agents -name "*coordinator*" -o -name "*swarm*" 2>/dev/null | xargs rm -f
32
-
33
- warning "MCP servers NOT removed from settings.json"
34
- echo "Please manually remove from ~/.claude/settings.json if desired"
35
-
36
- echo -e "${GREEN}✓ Uninstallation complete${NC}"
@@ -1,102 +0,0 @@
1
- #!/bin/bash
2
- # Monomind Plugin Verification Script
3
- # Verifies installation and configuration
4
-
5
- set -e
6
-
7
- # Colors
8
- GREEN='\033[0;32m'
9
- RED='\033[0;31m'
10
- YELLOW='\033[1;33m'
11
- BLUE='\033[0;34m'
12
- NC='\033[0m'
13
-
14
- info() { echo -e "${BLUE}ℹ${NC} $1"; }
15
- success() { echo -e "${GREEN}✓${NC} $1"; }
16
- warning() { echo -e "${YELLOW}⚠${NC} $1"; }
17
- error() { echo -e "${RED}✗${NC} $1"; }
18
-
19
- echo -e "${BLUE}═══════════════════════════════════════════════════${NC}"
20
- echo -e "${BLUE} Monomind Plugin Verification${NC}"
21
- echo -e "${BLUE}═══════════════════════════════════════════════════${NC}"
22
- echo ""
23
-
24
- ERRORS=0
25
- WARNINGS=0
26
-
27
- # Check Claude Code
28
- info "Checking Claude Code CLI..."
29
- if command -v claude &> /dev/null; then
30
- success "Claude Code CLI installed"
31
- else
32
- error "Claude Code CLI not found"
33
- ((ERRORS++))
34
- fi
35
-
36
- # Check directories
37
- info "Checking installation directories..."
38
- if [ -d "$HOME/.claude/commands" ]; then
39
- CMD_COUNT=$(find "$HOME/.claude/commands" -name "*.md" 2>/dev/null | wc -l | tr -d ' ')
40
- success "Commands directory exists ($CMD_COUNT commands)"
41
- else
42
- error "Commands directory not found"
43
- ((ERRORS++))
44
- fi
45
-
46
- if [ -d "$HOME/.claude/agents" ]; then
47
- AGENT_COUNT=$(find "$HOME/.claude/agents" -name "*.md" 2>/dev/null | wc -l | tr -d ' ')
48
- success "Agents directory exists ($AGENT_COUNT agents)"
49
- else
50
- error "Agents directory not found"
51
- ((ERRORS++))
52
- fi
53
-
54
- # Check settings
55
- info "Checking Claude Code settings..."
56
- if [ -f "$HOME/.claude/settings.json" ]; then
57
- success "Settings file exists"
58
-
59
- if grep -q "monomind" "$HOME/.claude/settings.json"; then
60
- success "Monomind MCP server configured"
61
- else
62
- warning "Monomind MCP server not configured"
63
- ((WARNINGS++))
64
- fi
65
- else
66
- warning "Settings file not found"
67
- ((WARNINGS++))
68
- fi
69
-
70
- # Check MCP packages
71
- info "Checking MCP packages..."
72
- if npx monomind@alpha --version &> /dev/null; then
73
- VERSION=$(npx monomind@alpha --version 2>/dev/null || echo "unknown")
74
- success "monomind MCP: $VERSION"
75
- else
76
- warning "monomind MCP not installed"
77
- ((WARNINGS++))
78
- fi
79
-
80
- if npx flow-nexus@latest --version &> /dev/null; then
81
- success "flow-nexus MCP: installed (optional)"
82
- else
83
- info "flow-nexus MCP: not installed (optional)"
84
- fi
85
-
86
- # Summary
87
- echo ""
88
- echo -e "${BLUE}═══════════════════════════════════════════════════${NC}"
89
- echo -e "${BLUE} Verification Summary${NC}"
90
- echo -e "${BLUE}═══════════════════════════════════════════════════${NC}"
91
- echo ""
92
-
93
- if [ $ERRORS -eq 0 ] && [ $WARNINGS -eq 0 ]; then
94
- success "All checks passed! Plugin is ready to use."
95
- exit 0
96
- elif [ $ERRORS -eq 0 ]; then
97
- warning "$WARNINGS warning(s) found. Plugin should work but some features may be limited."
98
- exit 0
99
- else
100
- error "$ERRORS error(s) and $WARNINGS warning(s) found. Please fix errors before using the plugin."
101
- exit 1
102
- fi