opencode-orchestrator 0.9.25 → 0.9.26
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ Then in OpenCode:
|
|
|
65
65
|
|
|
66
66
|
---
|
|
67
67
|
|
|
68
|
-
##
|
|
68
|
+
## 🏛️ Architecture
|
|
69
69
|
|
|
70
70
|
```
|
|
71
71
|
/task "Build REST API"
|
|
@@ -104,8 +104,8 @@ Then in OpenCode:
|
|
|
104
104
|
| ⚡ **50 Parallel Sessions** | True multi-threading with isolated contexts |
|
|
105
105
|
| 🔥 **Parallel File Builds** | Workers build different files simultaneously |
|
|
106
106
|
| 🧩 **Smart Distribution** | One file = one worker. No conflicts |
|
|
107
|
-
|
|
|
108
|
-
|
|
|
107
|
+
| 🔗 **Real-Time Sync** | Shared `.opencode/` state across all agents |
|
|
108
|
+
| 🛡️ **Auto Verification** | E2E tests, import checks, integration validation |
|
|
109
109
|
| 🩹 **Self-Healing** | Auto-recovery with 3 retries per session |
|
|
110
110
|
|
|
111
111
|
### Self-Healing Details
|
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.9.
|
|
5
|
+
"version": "0.9.26",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|