opencode-orchestrator 0.9.26 → 0.9.28

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 +6 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,24 +23,23 @@ Then in OpenCode:
23
23
  /task "Build a REST API with authentication"
24
24
  ```
25
25
 
26
- **Done.** AI agents plan, build, test, fix — and don't stop until it's sealed. ✨
27
-
28
- > **Stop anytime:** `/stop`
29
-
30
26
  ---
31
27
 
32
28
  ## 🧠 Core Philosophy
33
29
 
34
30
  > **Explore → Adapt → Act**
35
- > *Never assume. Always verify. Then execute.*
31
+ > *Like a human exploring unknown space — never assume, always discover.*
32
+
33
+ 우주를 탐사하는 인간처럼 행동합니다.
34
+ 낯선 환경에서 **가정하지 않고 탐지**하고, **발견한 것에 적응**하며, **확신을 갖고 행동**합니다.
36
35
 
37
36
  ```
38
37
  ┌───────────────────────────────────────────────────────────┐
39
38
  │ │
40
39
  │ 🔍 EXPLORE → 🔄 ADAPT → ⚡ ACT │
41
40
  │ │
42
- Discover Adjust to Execute with │
43
- the reality what you find confidence │
41
+ Scan the Adjust to Execute with │
42
+ unknown what you find confidence │
44
43
  │ │
45
44
  └───────────────────────────────────────────────────────────┘
46
45
  ```
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.26",
5
+ "version": "0.9.28",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {