opencode-orchestrator 1.0.56 → 1.0.57

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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,10 +12,13 @@
12
12
 
13
13
  ## ⚡ Quick Start
14
14
 
15
+ > 💡 **Tip**: Updated daily. Run this command everyday to stay up to date.
16
+
15
17
  ```bash
16
18
  npm install -g opencode-orchestrator
17
19
  ```
18
20
 
21
+
19
22
  In an OpenCode environment:
20
23
  ```bash
21
24
  /task "Implement"
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": "1.0.56",
5
+ "version": "1.0.57",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {