opencode-orchestrator 0.8.20 → 0.8.22

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/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,6 +28,12 @@ That's it! The Commander takes over and works until the mission is complete.
28
28
 
29
29
  ---
30
30
 
31
+ ## 💡 Why I Built This
32
+
33
+ Budget models have limits. Orchestration breaks them.
34
+
35
+ ---
36
+
31
37
  ## 🎯 What is This?
32
38
 
33
39
  A multi-agent system that **autonomously executes complex tasks** from start to finish. Just describe your mission — the Commander handles everything else.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "opencode-orchestrator",
3
3
  "displayName": "OpenCode Orchestrator",
4
4
  "description": "Distributed Cognitive Architecture for OpenCode. Turns simple prompts into specialized multi-agent workflows (Planner, Coder, Reviewer).",
5
- "version": "0.8.20",
5
+ "version": "0.8.22",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {