@nbardy/oompa 0.4.6 → 0.4.7

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.
@@ -492,7 +492,7 @@
492
492
  (recur (inc iter) completed errors))))
493
493
 
494
494
  :continue
495
- (recur (inc iter) (inc completed) 0))))))))
495
+ (recur (inc iter) (inc completed) 0)))))))
496
496
 
497
497
  ;; =============================================================================
498
498
  ;; Multi-Worker Execution
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbardy/oompa",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Git-worktree multi-agent swarm orchestrator for Codex and Claude",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",