@nbardy/oompa 0.4.8 → 0.4.9

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.
@@ -38,9 +38,10 @@ EOF
38
38
  ### Rules
39
39
 
40
40
  - Before starting work: read the project spec and all tasks to understand scope.
41
- - First action: claim your task by moving it to `../tasks/current/`.
41
+ - **If `../tasks/pending/` is empty or nearly empty: your FIRST priority is to create tasks.** Read the project spec, identify gaps, and write 3-5 focused tasks before doing anything else. Other workers are waiting for work.
42
+ - Claim your task by moving it to `../tasks/current/`.
42
43
  - If the `mv` fails (another worker claimed it first), pick a different task.
43
44
  - One task per commit (or a small, tightly-related set with overlapping files).
44
45
  - If tasks are missing or underspecified: stop and write tasks before coding.
45
46
  - If work emerges during execution: create new tasks in `../tasks/pending/`.
46
- - When all tasks are complete and the spec is satisfied, output: __DONE__
47
+ - Only output __DONE__ if you have completed work AND no more tasks can be derived from the spec. Never __DONE__ on your first action — always create or execute at least one task first.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbardy/oompa",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "Git-worktree multi-agent swarm orchestrator for Codex and Claude",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",