commit ce6aa6892ccacad94afe2190b2f9856b49f5a76c Author: Zhongwei Li Date: Sun Nov 30 08:53:22 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..24076e8 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file