opencode-orchestrator 1.0.55 → 1.0.57
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.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,10 +12,13 @@
|
|
|
12
12
|
|
|
13
13
|
## ⚡ Quick Start
|
|
14
14
|
|
|
15
|
+
> 💡 **Tip**: Updated daily. Run this command everyday to stay up to date.
|
|
16
|
+
|
|
15
17
|
```bash
|
|
16
18
|
npm install -g opencode-orchestrator
|
|
17
19
|
```
|
|
18
20
|
|
|
21
|
+
|
|
19
22
|
In an OpenCode environment:
|
|
20
23
|
```bash
|
|
21
24
|
/task "Implement"
|
|
@@ -128,6 +131,8 @@ The Planner's `TODO.md` serves as an **Externalized Working Memory** (Scratchpad
|
|
|
128
131
|
|
|
129
132
|
[System Architecture →](docs/SYSTEM_ARCHITECTURE.md)
|
|
130
133
|
|
|
134
|
+
[Architectural Verification Report →](docs/ARCHITECTURAL_VERIFICATION_REPORT.md)
|
|
135
|
+
|
|
131
136
|
---
|
|
132
137
|
|
|
133
138
|
## 📄 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.
|
|
5
|
+
"version": "1.0.57",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|