opencode-orchestrator 0.9.26 → 0.9.27

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 +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,10 +23,6 @@ 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
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.27",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {