opencode-orchestrator 0.9.28 → 0.9.29

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 +2 -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
  ┌───────────────────────────────────────────────────────────┐
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.29",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {