stigmergy 1.0.93 → 1.0.94

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/bin/stigmergy.cmd CHANGED
@@ -2,4 +2,4 @@
2
2
  SETLOCAL
3
3
  SET "NODE_PATH=%~dp0\node_modules;%NODE_PATH%"
4
4
  SET "PATH=%~dp0;%PATH%"
5
- node "%~dp0..\src\main_english.js" %*
5
+ node "%~dp0\..\src\main_english.js" %*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stigmergy",
3
- "version": "1.0.93",
3
+ "version": "1.0.94",
4
4
  "description": "Stigmergy CLI - Multi-Agents Cross-AI CLI Tools Collaboration System",
5
5
  "main": "src/main_english.js",
6
6
  "bin": {
@@ -820,7 +820,7 @@ class StigmergyInstaller {
820
820
 
821
821
  const configFile = path.join(this.configDir, 'config.json');
822
822
  const config = {
823
- version: '1.0.93',
823
+ version: '1.0.94',
824
824
  initialized: true,
825
825
  createdAt: new Date().toISOString(),
826
826
  lastUpdated: new Date().toISOString(),