commit 6600faba5e1f2578bf1b874514c3955e4d8e607c Author: Zhongwei Li Date: Sat Nov 29 17:58:18 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..068b287 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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 + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..9608961 --- /dev/null +++ b/README.md @@ -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 diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..8c44953 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file