opencode-orchestrator 0.8.14 → 0.8.15

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -66,7 +66,7 @@ Multi-agent system that autonomously executes complex tasks. Commander delegates
66
66
  ║ + JWT docs ║ ║ Setup package.json║ ║ + user.model.ts ║
67
67
  ║ ║ ║ ║ ║ ║
68
68
  ║ 📥 websearch() ║ ║ 📥 write files ║ ║ 📥 write files ║
69
- cache_docs() ║ ║ run_background ║ ║ ║
69
+ cache_docs() ║ ║ run_background ║ ║ ║
70
70
  ╚═══════════════════╝ ║ → npm install ║ ╚═══════════════════╝
71
71
  │ ╚═══════════════════╝ │
72
72
  │ │ │
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": "0.8.14",
5
+ "version": "0.8.15",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {