monomind 2.7.2 → 2.7.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": "monomind",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.3",
|
|
4
4
|
"description": "Open-source CLI extension for Claude Code. Adds an MCP server with a codebase knowledge graph, persistent memory, multi-agent coordination, and reusable slash commands. MIT licensed, runs locally, no data leaves your machine.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@anthropic-ai/claude-agent-sdk": "^0.3.207",
|
|
65
65
|
"@monoes/monobrowse": "^1.0.6",
|
|
66
|
-
"@monoes/monograph": "^1.5.
|
|
66
|
+
"@monoes/monograph": "^1.5.3",
|
|
67
67
|
"@noble/ed25519": "^2.1.0",
|
|
68
68
|
"mammoth": "^1.12.0",
|
|
69
69
|
"pdf-parse": "^2.4.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@monoes/monomindcli",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI engine for Monomind — an open-source MCP server that extends Claude Code with a codebase knowledge graph (tree-sitter + SQLite), persistent memory, multi-agent task coordination, and session hooks. MIT licensed, fully local.",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@anthropic-ai/claude-agent-sdk": "^0.3.207",
|
|
98
98
|
"@monoes/monobrowse": "^1.0.6",
|
|
99
99
|
"@monoes/monodesign": "^1.2.0",
|
|
100
|
-
"@monoes/monograph": "^1.5.
|
|
100
|
+
"@monoes/monograph": "^1.5.3",
|
|
101
101
|
"@noble/ed25519": "^2.1.0",
|
|
102
102
|
"mammoth": "^1.12.0",
|
|
103
103
|
"pdf-parse": "^2.4.5",
|