opencode-orchestrator 0.9.50 → 0.9.51
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 +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<img src="assets/starship_space.png" alt="STARSHIP" width="280" />
|
|
3
3
|
<h1>OpenCode Orchestrator</h1>
|
|
4
|
-
<p><em>🚀 The mothership that deploys AI crews to unknown planet</em></p>
|
|
5
4
|
|
|
6
5
|
[](LICENSE)
|
|
7
6
|
[](https://www.npmjs.com/package/opencode-orchestrator)
|
|
@@ -10,7 +9,7 @@
|
|
|
10
9
|
|
|
11
10
|
---
|
|
12
11
|
|
|
13
|
-
>
|
|
12
|
+
> The STARSHIP lands on a new planet: an unfamiliar codebase. No docs. No tests. Just a mission. The crew doesn't ask — they explore, adapt, and conquer.
|
|
14
13
|
|
|
15
14
|
---
|
|
16
15
|
|
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.51",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|