opencode-orchestrator 0.9.70 → 0.9.73

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ npm install -g opencode-orchestrator
18
18
 
19
19
  Then in OpenCode:
20
20
  ```bash
21
- /task "Build a REST API with authentication"
21
+ /task "Implement a Diablo2 Online Game for Web"
22
22
  ```
23
23
 
24
24
  ## ⭐ 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.70",
5
+ "version": "0.9.73",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {