opencode-orchestrator 1.0.26 → 1.0.28

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
@@ -18,7 +18,7 @@ npm install -g opencode-orchestrator
18
18
 
19
19
  In an OpenCode environment:
20
20
  ```bash
21
- /task "Implement a real-time collaborative editor using WebSocket"
21
+ /task "Implement"
22
22
  ```
23
23
 
24
24
  ## Overview
@@ -94,7 +94,7 @@ MSVP is a structured verification process that decouples implementation from qua
94
94
  ─────────────────┬─────────────────
95
95
 
96
96
  ┌─────────▼─────────┐
97
- │ MASTER REVIEWER │ (Stage 2: System Integration)
97
+ │ MASTER REVIEWER │ (Stage 2: e2e Verification)
98
98
  └─────────┬─────────┘
99
99
 
100
100
  ┌─────────▼─────────┐
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.26",
5
+ "version": "1.0.28",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {