monomind 2.11.6 → 2.11.8
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 +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monomind",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.8",
|
|
4
4
|
"description": "Open-source CLI extension for Claude Code and Antigravity (agy). Adds an MCP server with a codebase knowledge graph, persistent memory, multi-agent coordination, and reusable slash commands. Apache 2.0 licensed, runs locally, no data leaves your machine.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"LICENSE"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@monoes/monomindcli": "2.11.
|
|
24
|
+
"@monoes/monomindcli": "2.11.8"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@biomejs/biome": "^2.5.8",
|
|
@@ -89,6 +89,8 @@
|
|
|
89
89
|
"docs:counts": "node scripts/generate-doc-counts.mjs",
|
|
90
90
|
"docs:counts:check": "node scripts/generate-doc-counts.mjs --check",
|
|
91
91
|
"docs:refs:check": "node scripts/check-doc-refs.mjs",
|
|
92
|
+
"sync:claude-trees": "node scripts/sync-claude-trees.mjs",
|
|
93
|
+
"sync:claude-trees:check": "node scripts/sync-claude-trees.mjs --check",
|
|
92
94
|
"test": "vitest",
|
|
93
95
|
"test:all": "vitest --config vitest.workspace.ts",
|
|
94
96
|
"test:run": "vitest run",
|
|
@@ -97,7 +99,7 @@
|
|
|
97
99
|
"test:security": "vitest run tests/security/",
|
|
98
100
|
"test:semantic-eval": "node --test tests/memory/cognee-port-eval.test.mjs",
|
|
99
101
|
"test:coverage": "vitest run --coverage",
|
|
100
|
-
"verify": "pnpm run build && pnpm run typecheck && pnpm run lint && pnpm run docs:refs:check && pnpm run test:all:run && pnpm --filter @monoes/monobrowse test && pnpm --filter @monoes/monodesign test && pnpm --filter monofence-ai test",
|
|
102
|
+
"verify": "pnpm run build && pnpm run typecheck && pnpm run lint && pnpm run docs:refs:check && pnpm run sync:claude-trees:check && pnpm run test:all:run && pnpm --filter @monoes/monobrowse test && pnpm --filter @monoes/monodesign test && pnpm --filter monofence-ai test",
|
|
101
103
|
"lint": "biome check",
|
|
102
104
|
"lint:fix": "biome check --write",
|
|
103
105
|
"lint:skills": "node scripts/lint-skills.mjs",
|