stigmergy 1.3.5 → 1.3.6

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": "stigmergy",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "Stigmergy CLI - Multi-Agents Cross-AI CLI Tools Collaboration System",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -95,7 +95,7 @@ async function main() {
95
95
 
96
96
  // Program setup
97
97
  program
98
- .version('1.3.3')
98
+ .version('1.3.5')
99
99
  .description('Stigmergy CLI - Multi-Agents Cross-AI CLI Tools Collaboration System')
100
100
  .name('stigmergy');
101
101