opencode-orchestrator 1.0.73 → 1.0.74

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,7 @@ Inside an OpenCode environment:
28
28
  OpenCode Orchestrator executes a **Linear Strategy** through **Parallel Sessions**.
29
29
 
30
30
  ```text
31
- [ User Task ]
31
+ [ User Task ]
32
32
 
33
33
  ┌──────────▼──────────┐
34
34
  │ COMMANDER │◄───────────┐
@@ -52,7 +52,7 @@ OpenCode Orchestrator executes a **Linear Strategy** through **Parallel Sessions
52
52
  │ FINAL REVIEW SEAL │
53
53
  └────────┬──────────┘
54
54
 
55
- [ COMPLETED ]
55
+ [COMPLETED ]
56
56
  ```
57
57
 
58
58
  ---
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.73",
5
+ "version": "1.0.74",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {