claude-flow 2.7.12 → 2.7.13
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.
- package/bin/claude-flow +1 -1
- package/package.json +7 -3
package/bin/claude-flow
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-flow",
|
|
3
|
-
"version": "2.7.
|
|
4
|
-
"description": "Enterprise-grade AI agent orchestration with WASM-powered ReasoningBank memory
|
|
3
|
+
"version": "2.7.13",
|
|
4
|
+
"description": "Enterprise-grade AI agent orchestration with WASM-powered ReasoningBank memory (always uses latest agentic-flow). AgentDB vector database support available via manual installation.",
|
|
5
5
|
"mcpName": "io.github.ruvnet/claude-flow",
|
|
6
6
|
"main": "cli.mjs",
|
|
7
7
|
"bin": {
|
|
@@ -141,12 +141,16 @@
|
|
|
141
141
|
"yaml": "^2.8.0"
|
|
142
142
|
},
|
|
143
143
|
"optionalDependencies": {
|
|
144
|
-
"agentdb": "^1.3.9",
|
|
145
144
|
"better-sqlite3": "^12.2.0",
|
|
146
145
|
"diskusage": "^1.1.3",
|
|
147
146
|
"node-pty": "^1.0.0",
|
|
148
147
|
"@types/better-sqlite3": "^7.6.13"
|
|
149
148
|
},
|
|
149
|
+
"peerDependenciesMeta": {
|
|
150
|
+
"agentdb": {
|
|
151
|
+
"optional": true
|
|
152
|
+
}
|
|
153
|
+
},
|
|
150
154
|
"devDependencies": {
|
|
151
155
|
"@babel/core": "^7.28.0",
|
|
152
156
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|