claude-flow-novice 1.1.0 → 1.1.1
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/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-flow-novice",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "Simplified Claude Flow for beginners - AI agent orchestration made easy. 65% MCP tool reduction (36 essential tools) while preserving all core capabilities. Includes AI-readable project soul system for consistent Claude Code sessions.",
|
|
3
|
+
"version": "1.1.1",
|
|
4
|
+
"description": "Simplified Claude Flow for beginners - AI agent orchestration made easy. 65% MCP tool reduction (36 essential tools) while preserving all core capabilities. Fixed memory leak by making TensorFlow optional. Includes AI-readable project soul system for consistent Claude Code sessions.",
|
|
5
5
|
"mcpName": "io.github.ruvnet/claude-flow",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -202,7 +202,6 @@
|
|
|
202
202
|
"./hooks/session-start-soul": "./src/cli/simple-commands/hooks/session-start-soul.js"
|
|
203
203
|
},
|
|
204
204
|
"dependencies": {
|
|
205
|
-
"@tensorflow/tfjs-node": "^4.22.0",
|
|
206
205
|
"boxen": "^8.0.1",
|
|
207
206
|
"chalk": "^4.1.2",
|
|
208
207
|
"commander": "^13.1.0",
|