opencode-orchestrator 0.9.28 → 0.9.31

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 +19 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,8 +30,8 @@ Then in OpenCode:
30
30
  > **Explore → Adapt → Act**
31
31
  > *Like a human exploring unknown space — never assume, always discover.*
32
32
 
33
- 우주를 탐사하는 인간처럼 행동합니다.
34
- 낯선 환경에서 **가정하지 않고 탐지**하고, **발견한 것에 적응**하며, **확신을 갖고 행동**합니다.
33
+ Behaves like an astronaut exploring the unknown.
34
+ In unfamiliar environments: **detect without assuming**, **adapt to discoveries**, **act with confidence**.
35
35
 
36
36
  ```
37
37
  ┌───────────────────────────────────────────────────────────┐
@@ -147,6 +147,23 @@ Then in OpenCode:
147
147
  npm uninstall -g opencode-orchestrator
148
148
  ```
149
149
 
150
+ ---
151
+
152
+ ## 🎹 Developer's Words
153
+
154
+ <div align="center">
155
+ <img src="assets/image.png" alt="Piano and Code" width="600" />
156
+ </div>
157
+
158
+ <br />
159
+
160
+ > *I believe playing the piano is also a form of orchestration.*
161
+ >
162
+ > *The harmony of polyphony — multiple voices — and homophony — a single melodic line.*
163
+ >
164
+ > *Each voice sings its most beautiful song from its own place, yet when combined, they create one grand, beautiful melody. I believe this structure is no different from AI agents.*
165
+
166
+
150
167
  ---
151
168
 
152
169
  ## 📄 License
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.28",
5
+ "version": "0.9.31",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {