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.
Files changed (2) hide show
  1. package/README.md +1 -2
  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
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7
6
  [![npm](https://img.shields.io/npm/v/opencode-orchestrator.svg)](https://www.npmjs.com/package/opencode-orchestrator)
@@ -10,7 +9,7 @@
10
9
 
11
10
  ---
12
11
 
13
- > *The **STARSHIP** hovers above an uncharted planet. No docs. No tests. Just a mission. The Commander speaks: "We don't assume. We explore. We adapt. We conquer."* — **OpenCode Orchestrator** is that STARSHIP, deploying AI crews to complete missions in any planet.
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.50",
5
+ "version": "0.9.51",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {