opencode-orchestrator 0.9.61 → 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 +13 -13
- 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
|
|
|
@@ -24,20 +24,18 @@ Then in OpenCode:
|
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
-
##
|
|
27
|
+
## ⭐ Core Philosophy
|
|
28
28
|
|
|
29
29
|
```
|
|
30
30
|
┌───────────────────────────────────────────────────┐
|
|
31
|
-
│ 🔍 EXPLORE → 📝 LEARN → 🔄 ADAPT → ⚡ ACT
|
|
31
|
+
│ 🔍 EXPLORE → 📝 LEARN → 🔄 ADAPT → ⚡ ACT │
|
|
32
32
|
│ Scan Document Adjust Execute │
|
|
33
33
|
└───────────────────────────────────────────────────┘
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
|
|
37
|
-
<img src="assets/starship_space.png" alt="logo" width="280" />
|
|
38
|
-
</div>
|
|
36
|
+
---
|
|
39
37
|
|
|
40
|
-
|
|
38
|
+
## 👨🚀 The Agents (Crews)
|
|
41
39
|
|
|
42
40
|
| Agent | Role | What It Does |
|
|
43
41
|
|:------|:-----|:-------------|
|
|
@@ -46,7 +44,9 @@ Then in OpenCode:
|
|
|
46
44
|
| 🔨 **Worker** | Implementer | Writes code, modifies files, follows the project's patterns |
|
|
47
45
|
| ✅ **Reviewer** | Verifier | Tests changes, checks for errors, confirms quality |
|
|
48
46
|
|
|
49
|
-
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## 📖 Core Principles
|
|
50
50
|
|
|
51
51
|
| Principle | What It Means |
|
|
52
52
|
|:----------|:--------------|
|
|
@@ -77,7 +77,7 @@ Then in OpenCode:
|
|
|
77
77
|
└───────────────┼───────────────┘
|
|
78
78
|
▼
|
|
79
79
|
╔═══════════════════════════════════╗
|
|
80
|
-
║ ✅ REVIEWER — "Verify everything"
|
|
80
|
+
║ ✅ REVIEWER — "Verify everything"║
|
|
81
81
|
╚═══════════════╤═══════════════════╝
|
|
82
82
|
│
|
|
83
83
|
┌────────┴────────┐
|
|
@@ -88,8 +88,6 @@ Then in OpenCode:
|
|
|
88
88
|
♻️ LOOP ✅ COMPLETE
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
---
|
|
92
|
-
|
|
93
91
|
## Features
|
|
94
92
|
|
|
95
93
|
| Feature | What It Does |
|
|
@@ -102,7 +100,9 @@ Then in OpenCode:
|
|
|
102
100
|
| 🩹 **Auto-Recovery** | Retry failed tasks automatically (up to 3 times) |
|
|
103
101
|
| 🧬 **Adaptive AI** | Agents learn and adapt based on the project |
|
|
104
102
|
|
|
105
|
-
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## 🚨 Error Handling
|
|
106
106
|
|
|
107
107
|
| Error | What Happens |
|
|
108
108
|
|:------|:-------------|
|
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": {
|