multi-agents-cli 1.0.37 → 1.0.38

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.
Files changed (2) hide show
  1. package/init.js +1 -0
  2. package/package.json +1 -1
package/init.js CHANGED
@@ -1267,6 +1267,7 @@ If a dependency is not met:
1267
1267
  scripts: {
1268
1268
  init: 'multi-agents init',
1269
1269
  agent: 'node .workflow/agent.js',
1270
+ reset: 'node .workflow/reset.js',
1270
1271
  complete: 'node .workflow/complete.js',
1271
1272
  },
1272
1273
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multi-agents-cli",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "Multi-agent workflow orchestration for Claude Code — isolated git worktrees, structured state tracking, autonomous task chaining",
5
5
  "keywords": [
6
6
  "claude-code",