opencode-orchestrator 0.9.61 → 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.
Files changed (2) hide show
  1. package/README.md +13 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -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,11 +37,9 @@ Then in OpenCode:
33
37
  └───────────────────────────────────────────────────┘
34
38
  ```
35
39
 
36
- <div align="center">
37
- <img src="assets/starship_space.png" alt="logo" width="280" />
38
- </div>
40
+ ---
39
41
 
40
- ### 👨‍🚀 The Agents (Crews)
42
+ ## 👨‍🚀 The Agents (Crews)
41
43
 
42
44
  | Agent | Role | What It Does |
43
45
  |:------|:-----|:-------------|
@@ -46,7 +48,9 @@ Then in OpenCode:
46
48
  | 🔨 **Worker** | Implementer | Writes code, modifies files, follows the project's patterns |
47
49
  | ✅ **Reviewer** | Verifier | Tests changes, checks for errors, confirms quality |
48
50
 
49
- ### 📖 Core Principles
51
+ ---
52
+
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
- ### 🚨 Error Handling
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.61",
5
+ "version": "0.9.62",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {