opencode-orchestrator 1.2.52 → 1.2.58
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,8 @@ Inside an OpenCode environment:
|
|
|
23
23
|
|
|
24
24
|
---
|
|
25
25
|
|
|
26
|
+
---
|
|
27
|
+
|
|
26
28
|
## 🚀 Engine Workflow
|
|
27
29
|
|
|
28
30
|
OpenCode Orchestrator utilizes a **Hub-and-Spoke Topology** with **Work-Stealing Queues** to execute complex engineering tasks through parallel, context-isolated sessions.
|
|
@@ -196,6 +198,7 @@ Runtime agent configuration is strictly validated using **Zod schemas**, ensurin
|
|
|
196
198
|
|
|
197
199
|
## 📚 Documentation
|
|
198
200
|
|
|
201
|
+
- [Why We Built a Custom Orchestrator Instead of Using OpenCode's APIs →](docs/WHY_CUSTOM_ORCHESTRATOR.md)
|
|
199
202
|
- [System Architecture Deep-Dive →](docs/SYSTEM_ARCHITECTURE.md)
|
|
200
203
|
- [Windows Configuration Guide →](docs/WINDOWS_CONFIGURATION.md)
|
|
201
204
|
- [Developer Notes →](docs/DEVELOPERS_NOTE.md)
|
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": "1.2.
|
|
5
|
+
"version": "1.2.58",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|