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:arvindcr4/flow:",
|
||||||
|
"normalized": {
|
||||||
|
"repo": null,
|
||||||
|
"ref": "refs/tags/v20251128.0",
|
||||||
|
"commit": "2a543b380d728cfdde05a0e1638faad7d2d86d67",
|
||||||
|
"treeHash": "4ac5d4e37c47cb8a99053973b6af600ba155fa880f9db4c1d3b49db5bfdc8ce3",
|
||||||
|
"generatedAt": "2025-11-28T10:13:56.834366Z",
|
||||||
|
"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": "f6ad834b985aaa9c7ca86833b3fabb3f9ce21ce52303dba9357f827924e385d8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".claude-plugin/plugin.json",
|
||||||
|
"sha256": "df0bcfc8ce889d1e27c33c514972f2546c9ba71a28e8b92d895b137671e0ed77"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dirSha256": "4ac5d4e37c47cb8a99053973b6af600ba155fa880f9db4c1d3b49db5bfdc8ce3"
|
||||||
|
},
|
||||||
|
"security": {
|
||||||
|
"scannedAt": null,
|
||||||
|
"scannerVersion": null,
|
||||||
|
"flags": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user