opencode-orchestrator 0.9.59 → 0.9.61
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 +5 -5
- 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)
|
|
@@ -33,9 +33,11 @@ Then in OpenCode:
|
|
|
33
33
|
└───────────────────────────────────────────────────┘
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
<div align="center">
|
|
37
|
+
<img src="assets/starship_space.png" alt="logo" width="280" />
|
|
38
|
+
</div>
|
|
37
39
|
|
|
38
|
-
|
|
40
|
+
### 👨🚀 The Agents (Crews)
|
|
39
41
|
|
|
40
42
|
| Agent | Role | What It Does |
|
|
41
43
|
|:------|:-----|:-------------|
|
|
@@ -46,8 +48,6 @@ Then in OpenCode:
|
|
|
46
48
|
|
|
47
49
|
### 📖 Core Principles
|
|
48
50
|
|
|
49
|
-
*Rules that guide every agent:*
|
|
50
|
-
|
|
51
51
|
| Principle | What It Means |
|
|
52
52
|
|:----------|:--------------|
|
|
53
53
|
| 🔍 **Never Assume** | Always check the actual code and config files first |
|
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.61",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|