opencode-orchestrator 1.0.55 → 1.0.56

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -128,6 +128,8 @@ The Planner's `TODO.md` serves as an **Externalized Working Memory** (Scratchpad
128
128
 
129
129
  [System Architecture →](docs/SYSTEM_ARCHITECTURE.md)
130
130
 
131
+ [Architectural Verification Report →](docs/ARCHITECTURAL_VERIFICATION_REPORT.md)
132
+
131
133
  ---
132
134
 
133
135
  ## 📄 License
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.55",
5
+ "version": "1.0.56",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {