opencode-orchestrator 0.9.56 → 0.9.57

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 +0 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,16 +62,11 @@ Then in OpenCode:
62
62
 
63
63
  ## 🏛️ Mission Control
64
64
 
65
- *Inside the STARSHIP, Mission Control coordinates everything:*
66
65
 
67
66
  ```
68
- 🌍 UNKNOWN CODEBASE
69
-
70
67
  /task "Build REST API"
71
68
 
72
69
  ╔═══════════════════════════════════╗
73
- ║ 🛸 STARSHIP MISSION CONTROL ║
74
- ╠═══════════════════════════════════╣
75
70
  ║ 🎯 COMMANDER — "Deploy the crew" ║
76
71
  ╚═══════════════╤═══════════════════╝
77
72
 
@@ -124,22 +119,6 @@ Then in OpenCode:
124
119
 
125
120
  ---
126
121
 
127
- ## 📸 Screenshots
128
-
129
- <div align="center">
130
- <p><strong>TUI</strong></p>
131
- <img src="assets/tui_image.png" alt="Commander TUI" width="600" />
132
- </div>
133
-
134
- <br />
135
-
136
- <div align="center">
137
- <p><strong>Window</strong></p>
138
- <img src="assets/window_image.png" alt="Commander Window" width="600" />
139
- </div>
140
-
141
- ---
142
-
143
122
  ## 📚 Documentation
144
123
 
145
124
  - **[System Architecture](docs/SYSTEM_ARCHITECTURE.md)** — Full technical deep-dive
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.56",
5
+ "version": "0.9.57",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {