monomind 1.10.4 → 1.10.5

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.4",
3
+ "version": "1.10.5",
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",
@@ -121,4 +121,4 @@
121
121
  "access": "public",
122
122
  "tag": "latest"
123
123
  }
124
- }
124
+ }
@@ -145,7 +145,7 @@ function getProjectName() {
145
145
  try {
146
146
  const remote = safeExec('git remote get-url origin 2>/dev/null', 2000).trim();
147
147
  if (remote) {
148
- const m = remote.match(/[/:]([\w.-]+)\/([\w.-]+?)(?:\.git)?$/);
148
+ const m = remote.match(/[/:]([\\w.-]+)\\/([\\w.-]+?)(?:\\.git)?$/);
149
149
  if (m) return \`\${m[1]}/\${m[2]}\`;
150
150
  }
151
151
  } catch { /* ignore */ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monoes/monomindcli",
3
- "version": "1.10.4",
3
+ "version": "1.10.5",
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",
@@ -112,4 +112,4 @@
112
112
  "access": "public",
113
113
  "tag": "latest"
114
114
  }
115
- }
115
+ }