skill-tree 0.1.2 → 0.1.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-tree",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Library for managing agent skill versions and evolution - extract, iterate, and adapt skills from agent trajectories",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -61,7 +61,6 @@
61
61
  "better-sqlite3": "^12.6.2",
62
62
  "chalk": "^5.6.2",
63
63
  "commander": "^14.0.2",
64
- "simple-git": "^3.30.0",
65
- "cognitive-core": "^0.1.1"
64
+ "simple-git": "^3.30.0"
66
65
  }
67
66
  }