claude-flow 3.6.3 → 3.6.4
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.
|
@@ -100,6 +100,11 @@
|
|
|
100
100
|
"name": "ruflo-plugin-creator",
|
|
101
101
|
"source": "./plugins/ruflo-plugin-creator",
|
|
102
102
|
"description": "Scaffold, validate, and publish new Claude Code plugins with proper structure"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "ruflo-goals",
|
|
106
|
+
"source": "./plugins/ruflo-goals",
|
|
107
|
+
"description": "Long-horizon goal planning, deep research orchestration, and adaptive replanning using GOAP"
|
|
103
108
|
}
|
|
104
109
|
]
|
|
105
110
|
}
|
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ Install Ruflo as a native Claude Code plugin -- adds skills, commands, agents, a
|
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
<details>
|
|
54
|
-
<summary><strong>All
|
|
54
|
+
<summary><strong>All 20 plugins</strong></summary>
|
|
55
55
|
|
|
56
56
|
| Plugin | What it adds |
|
|
57
57
|
|--------|-------------|
|
|
@@ -74,6 +74,7 @@ Install Ruflo as a native Claude Code plugin -- adds skills, commands, agents, a
|
|
|
74
74
|
| **ruflo-testgen** | Test gap detection, TDD workflow, tester agent |
|
|
75
75
|
| **ruflo-docs** | Doc generation, drift detection, docs-writer agent |
|
|
76
76
|
| **ruflo-plugin-creator** | Scaffold, validate, and publish new plugins |
|
|
77
|
+
| **ruflo-goals** | GOAP planning, deep research, long-horizon tracking |
|
|
77
78
|
|
|
78
79
|
</details>
|
|
79
80
|
|
|
@@ -108,7 +109,7 @@ claude mcp add ruflo -- npx -y @claude-flow/cli@latest
|
|
|
108
109
|
| 🧠 **Self-Learning** | SONA neural patterns, ReasoningBank, trajectory learning |
|
|
109
110
|
| 💾 **Vector Memory** | HNSW-indexed AgentDB with 150x-12,500x faster search |
|
|
110
111
|
| ⚡ **Background Workers** | 12 auto-triggered workers (audit, optimize, testgaps, etc.) |
|
|
111
|
-
| 🧩 **Plugin Marketplace** |
|
|
112
|
+
| 🧩 **Plugin Marketplace** | 20 native Claude Code plugins + 20 npm plugins |
|
|
112
113
|
| 🔌 **Multi-Provider** | Claude, GPT, Gemini, Cohere, Ollama with smart routing |
|
|
113
114
|
| 🛡️ **Security** | AIDefence, input validation, CVE remediation, path traversal prevention |
|
|
114
115
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-flow",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.4",
|
|
4
4
|
"description": "Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -51,7 +51,7 @@ Install Ruflo as a native Claude Code plugin -- adds skills, commands, agents, a
|
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
<details>
|
|
54
|
-
<summary><strong>All
|
|
54
|
+
<summary><strong>All 20 plugins</strong></summary>
|
|
55
55
|
|
|
56
56
|
| Plugin | What it adds |
|
|
57
57
|
|--------|-------------|
|
|
@@ -74,6 +74,7 @@ Install Ruflo as a native Claude Code plugin -- adds skills, commands, agents, a
|
|
|
74
74
|
| **ruflo-testgen** | Test gap detection, TDD workflow, tester agent |
|
|
75
75
|
| **ruflo-docs** | Doc generation, drift detection, docs-writer agent |
|
|
76
76
|
| **ruflo-plugin-creator** | Scaffold, validate, and publish new plugins |
|
|
77
|
+
| **ruflo-goals** | GOAP planning, deep research, long-horizon tracking |
|
|
77
78
|
|
|
78
79
|
</details>
|
|
79
80
|
|
|
@@ -108,7 +109,7 @@ claude mcp add ruflo -- npx -y @claude-flow/cli@latest
|
|
|
108
109
|
| 🧠 **Self-Learning** | SONA neural patterns, ReasoningBank, trajectory learning |
|
|
109
110
|
| 💾 **Vector Memory** | HNSW-indexed AgentDB with 150x-12,500x faster search |
|
|
110
111
|
| ⚡ **Background Workers** | 12 auto-triggered workers (audit, optimize, testgaps, etc.) |
|
|
111
|
-
| 🧩 **Plugin Marketplace** |
|
|
112
|
+
| 🧩 **Plugin Marketplace** | 20 native Claude Code plugins + 20 npm plugins |
|
|
112
113
|
| 🔌 **Multi-Provider** | Claude, GPT, Gemini, Cohere, Ollama with smart routing |
|
|
113
114
|
| 🛡️ **Security** | AIDefence, input validation, CVE remediation, path traversal prevention |
|
|
114
115
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claude-flow/cli",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Ruflo CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code",
|
|
6
6
|
"main": "dist/src/index.js",
|