Initial commit
This commit is contained in:
41
.claude-plugin/plugin.json
Normal file
41
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"name": "claude-flow",
|
||||||
|
"description": "Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities",
|
||||||
|
"version": "2.5.0",
|
||||||
|
"author": {
|
||||||
|
"name": "rUv",
|
||||||
|
"email": "ruv@ruv.net"
|
||||||
|
},
|
||||||
|
"mcp": {
|
||||||
|
"claude-flow": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": [
|
||||||
|
"claude-flow@alpha",
|
||||||
|
"mcp",
|
||||||
|
"start"
|
||||||
|
],
|
||||||
|
"description": "Core Claude Flow MCP server for swarm coordination, agent management, and task orchestration (40+ tools)",
|
||||||
|
"optional": false
|
||||||
|
},
|
||||||
|
"ruv-swarm": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": [
|
||||||
|
"ruv-swarm",
|
||||||
|
"mcp",
|
||||||
|
"start"
|
||||||
|
],
|
||||||
|
"description": "Enhanced swarm coordination with WASM acceleration (2.8-4.4x speed improvement)",
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"flow-nexus": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": [
|
||||||
|
"flow-nexus@latest",
|
||||||
|
"mcp",
|
||||||
|
"start"
|
||||||
|
],
|
||||||
|
"description": "Cloud-based orchestration platform with 70+ tools (requires authentication)",
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# claude-flow
|
||||||
|
|
||||||
|
Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities
|
||||||
41
plugin.lock.json
Normal file
41
plugin.lock.json
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||||
|
"pluginId": "gh:ruvnet/claude-flow:",
|
||||||
|
"normalized": {
|
||||||
|
"repo": null,
|
||||||
|
"ref": "refs/tags/v20251128.0",
|
||||||
|
"commit": "e9c7c9e5a3d68e5f3a7bb22abc12843568971491",
|
||||||
|
"treeHash": "c49d8e96f382808ed5c4e32e5ddcdd3165660a08bae6f82dd93f3dd77fe7d701",
|
||||||
|
"generatedAt": "2025-11-28T10:28:05.499778Z",
|
||||||
|
"toolVersion": "publish_plugins.py@0.2.0"
|
||||||
|
},
|
||||||
|
"origin": {
|
||||||
|
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||||
|
"branch": "master",
|
||||||
|
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||||
|
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||||
|
},
|
||||||
|
"manifest": {
|
||||||
|
"name": "claude-flow",
|
||||||
|
"description": "Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities",
|
||||||
|
"version": "2.5.0"
|
||||||
|
},
|
||||||
|
"content": {
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"path": "README.md",
|
||||||
|
"sha256": "fb268cb9354a04d19b0ed57d2d1d14718e45850d9b64a5aeee2113997ad1e6c7"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".claude-plugin/plugin.json",
|
||||||
|
"sha256": "df0bcfc8ce889d1e27c33c514972f2546c9ba71a28e8b92d895b137671e0ed77"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dirSha256": "c49d8e96f382808ed5c4e32e5ddcdd3165660a08bae6f82dd93f3dd77fe7d701"
|
||||||
|
},
|
||||||
|
"security": {
|
||||||
|
"scannedAt": null,
|
||||||
|
"scannerVersion": null,
|
||||||
|
"flags": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user