opencode-orchestrator 0.9.25 → 0.9.27
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 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,10 +23,6 @@ Then in OpenCode:
|
|
|
23
23
|
/task "Build a REST API with authentication"
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
**Done.** AI agents plan, build, test, fix — and don't stop until it's sealed. ✨
|
|
27
|
-
|
|
28
|
-
> **Stop anytime:** `/stop`
|
|
29
|
-
|
|
30
26
|
---
|
|
31
27
|
|
|
32
28
|
## 🧠 Core Philosophy
|
|
@@ -65,7 +61,7 @@ Then in OpenCode:
|
|
|
65
61
|
|
|
66
62
|
---
|
|
67
63
|
|
|
68
|
-
##
|
|
64
|
+
## 🏛️ Architecture
|
|
69
65
|
|
|
70
66
|
```
|
|
71
67
|
/task "Build REST API"
|
|
@@ -104,8 +100,8 @@ Then in OpenCode:
|
|
|
104
100
|
| ⚡ **50 Parallel Sessions** | True multi-threading with isolated contexts |
|
|
105
101
|
| 🔥 **Parallel File Builds** | Workers build different files simultaneously |
|
|
106
102
|
| 🧩 **Smart Distribution** | One file = one worker. No conflicts |
|
|
107
|
-
|
|
|
108
|
-
|
|
|
103
|
+
| 🔗 **Real-Time Sync** | Shared `.opencode/` state across all agents |
|
|
104
|
+
| 🛡️ **Auto Verification** | E2E tests, import checks, integration validation |
|
|
109
105
|
| 🩹 **Self-Healing** | Auto-recovery with 3 retries per session |
|
|
110
106
|
|
|
111
107
|
### 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.27",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|