opencode-orchestrator 1.0.71 → 1.0.72

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 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ Inside an OpenCode environment:
23
23
 
24
24
  ---
25
25
 
26
- ## Engine Workflow
26
+ ## 🚀 Engine Workflow
27
27
 
28
28
  OpenCode Orchestrator executes a **Linear Strategy** through **Parallel Sessions**.
29
29
 
@@ -38,11 +38,11 @@ OpenCode Orchestrator executes a **Linear Strategy** through **Parallel Sessions
38
38
  │ PLANNER │ (Symbolic Todo)
39
39
  └──────────┬──────────┘
40
40
 
41
- ┌────────────┴────────────┐
42
- (Session Pool)
43
- [ Session A ] [ Session B ]
44
- [ Worker ] [ Reviewer ] (Parallel Async)
45
- └────────────┬────────────┘
41
+ ┌──────────────┼──────────────┐
42
+ (Async Session Pool)
43
+ [ Session A ] [ Session B ] [ Session C ]
44
+ [ Worker ] [ Worker ] [ Reviewer ]
45
+ └──────────────┬──────────────┘
46
46
 
47
47
  ┌──────────▼──────────┐
48
48
  │ MISSION LOOP │ (State Verification)
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.71",
5
+ "version": "1.0.72",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {