opencode-orchestrator 0.9.59 → 0.9.62
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 -9
- 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.png" alt="logo" width="280" />
|
|
3
3
|
<h1>OpenCode Orchestrator</h1>
|
|
4
4
|
|
|
5
5
|
[](LICENSE)
|
|
@@ -22,6 +22,10 @@ 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
|
+
|
|
25
29
|
---
|
|
26
30
|
|
|
27
31
|
## 🎄 Core Philosophy
|
|
@@ -33,9 +37,9 @@ Then in OpenCode:
|
|
|
33
37
|
└───────────────────────────────────────────────────┘
|
|
34
38
|
```
|
|
35
39
|
|
|
36
|
-
|
|
40
|
+
---
|
|
37
41
|
|
|
38
|
-
|
|
42
|
+
## 👨🚀 The Agents (Crews)
|
|
39
43
|
|
|
40
44
|
| Agent | Role | What It Does |
|
|
41
45
|
|:------|:-----|:-------------|
|
|
@@ -44,9 +48,9 @@ Then in OpenCode:
|
|
|
44
48
|
| 🔨 **Worker** | Implementer | Writes code, modifies files, follows the project's patterns |
|
|
45
49
|
| ✅ **Reviewer** | Verifier | Tests changes, checks for errors, confirms quality |
|
|
46
50
|
|
|
47
|
-
|
|
51
|
+
---
|
|
48
52
|
|
|
49
|
-
|
|
53
|
+
## 📖 Core Principles
|
|
50
54
|
|
|
51
55
|
| Principle | What It Means |
|
|
52
56
|
|:----------|:--------------|
|
|
@@ -77,7 +81,7 @@ Then in OpenCode:
|
|
|
77
81
|
└───────────────┼───────────────┘
|
|
78
82
|
▼
|
|
79
83
|
╔═══════════════════════════════════╗
|
|
80
|
-
║ ✅ REVIEWER — "Verify everything"
|
|
84
|
+
║ ✅ REVIEWER — "Verify everything"║
|
|
81
85
|
╚═══════════════╤═══════════════════╝
|
|
82
86
|
│
|
|
83
87
|
┌────────┴────────┐
|
|
@@ -88,8 +92,6 @@ Then in OpenCode:
|
|
|
88
92
|
♻️ LOOP ✅ COMPLETE
|
|
89
93
|
```
|
|
90
94
|
|
|
91
|
-
---
|
|
92
|
-
|
|
93
95
|
## Features
|
|
94
96
|
|
|
95
97
|
| Feature | What It Does |
|
|
@@ -102,7 +104,9 @@ Then in OpenCode:
|
|
|
102
104
|
| 🩹 **Auto-Recovery** | Retry failed tasks automatically (up to 3 times) |
|
|
103
105
|
| 🧬 **Adaptive AI** | Agents learn and adapt based on the project |
|
|
104
106
|
|
|
105
|
-
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
## 🚨 Error Handling
|
|
106
110
|
|
|
107
111
|
| Error | What Happens |
|
|
108
112
|
|:------|:-------------|
|
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.62",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|