opencode-orchestrator 0.9.62 → 0.9.63
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 +4 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="assets/
|
|
2
|
+
<img src="assets/starship_approaching_planet.png" alt="logo" width="280" />
|
|
3
3
|
<h1>OpenCode Orchestrator</h1>
|
|
4
4
|
|
|
5
5
|
[](LICENSE)
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[]()
|
|
8
8
|
</div>
|
|
9
9
|
|
|
10
|
-
>
|
|
10
|
+
> **🚀🪐 Multi-Agent Orchestration Plugin for [OpenCode](https://opencode.ai)**
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
|
@@ -22,17 +22,13 @@ Then in OpenCode:
|
|
|
22
22
|
/task "Build a REST API with authentication"
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
<div align="center">
|
|
26
|
-
<img src="assets/starship_space.png" alt="logo" width="280" />
|
|
27
|
-
</div>
|
|
28
|
-
|
|
29
25
|
---
|
|
30
26
|
|
|
31
|
-
##
|
|
27
|
+
## ⭐ Core Philosophy
|
|
32
28
|
|
|
33
29
|
```
|
|
34
30
|
┌───────────────────────────────────────────────────┐
|
|
35
|
-
│ 🔍 EXPLORE → 📝 LEARN → 🔄 ADAPT → ⚡ ACT
|
|
31
|
+
│ 🔍 EXPLORE → 📝 LEARN → 🔄 ADAPT → ⚡ ACT │
|
|
36
32
|
│ Scan Document Adjust Execute │
|
|
37
33
|
└───────────────────────────────────────────────────┘
|
|
38
34
|
```
|
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.63",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|