opencode-orchestrator 0.9.29 → 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 +17 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -147,6 +147,23 @@ In unfamiliar environments: **detect without assuming**, **adapt to discoveries*
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.29",
5
+ "version": "0.9.31",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {