monomind 1.10.44 → 1.10.45
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": "1.10.
|
|
3
|
+
"version": "1.10.45",
|
|
4
4
|
"description": "Monomind - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -1453,10 +1453,6 @@ mcp:
|
|
|
1453
1453
|
const gitignore = `# Monomind — exclude files that may contain secrets or sensitive prompt data
|
|
1454
1454
|
# Sessions contain conversation history (prompts, code snippets, user data)
|
|
1455
1455
|
sessions/
|
|
1456
|
-
# Pending insights may contain raw prompt text
|
|
1457
|
-
data/pending-insights.jsonl
|
|
1458
|
-
# Routing feedback contains user prompt text
|
|
1459
|
-
routing-feedback.jsonl
|
|
1460
1456
|
# Security scan results may expose vulnerability details
|
|
1461
1457
|
security/
|
|
1462
1458
|
# Temporary and machine-specific files
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@monoes/monomindcli",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.45",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Monomind CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code",
|
|
6
6
|
"main": "dist/src/index.js",
|