opencode-orchestrator 0.9.27 → 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 +6 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,15 +28,18 @@ Then in OpenCode:
28
28
  ## 🧠 Core Philosophy
29
29
 
30
30
  > **Explore → Adapt → Act**
31
- > *Never assume. Always verify. Then execute.*
31
+ > *Like a human exploring unknown space — never assume, always discover.*
32
+
33
+ Behaves like an astronaut exploring the unknown.
34
+ In unfamiliar environments: **detect without assuming**, **adapt to discoveries**, **act with confidence**.
32
35
 
33
36
  ```
34
37
  ┌───────────────────────────────────────────────────────────┐
35
38
  │ │
36
39
  │ 🔍 EXPLORE → 🔄 ADAPT → ⚡ ACT │
37
40
  │ │
38
- Discover Adjust to Execute with │
39
- the reality what you find confidence │
41
+ Scan the Adjust to Execute with │
42
+ unknown what you find confidence │
40
43
  │ │
41
44
  └───────────────────────────────────────────────────────────┘
42
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.27",
5
+ "version": "0.9.29",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {