opencode-orchestrator 1.0.52 → 1.0.53

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 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,9 +23,13 @@ In an OpenCode environment:
23
23
 
24
24
  ## Overview
25
25
 
26
- OpenCode Orchestrator is an **autonomous software engineering engine** designed for mission-critical tasks. Unlike simple chat assistants, it operates on a strict **"verify, then trust"** philosophy.
26
+ OpenCode Orchestrator is a testament to the operational paradox: **Complexity is easy; Simplicity is hard.**
27
+
28
+ While the user interaction remains elegantly minimal, the internal architecture encapsulates a rigorous alignment of **microscopic state management** (`Rust atoms`) and **macroscopic strategic planning** (`Agent Topology`). Every component reflects a deep design philosophy aimed at abstracting chaos into order.
27
29
 
28
- The Commander orchestrates specialized agents (Planner, Worker, Reviewer) to execute complex engineering workflows—adapting to new requirements, writing strict tests, and persisting until the job is done.
30
+ Building this system reaffirmed a timeless engineering truth: **"Simple is Best" is the ultimate complexity to conquer.** This engine is our answer to that challenge—hiding the heavy machinery of autonomous intelligence behind a seamless veil of collaboration.
31
+
32
+ This philosophy extends to efficiency. We achieved **Zero-Configuration** usability while rigorously optimizing for **Token Efficiency** (saving ~40% vs major alternatives). By maximizing the potential of cost-effective models like **GLM-4.7**, we prove that superior engineering—not just raw model size—is the key to autonomous performance.
29
33
 
30
34
  ---
31
35
 
@@ -114,14 +118,6 @@ The Planner's `TODO.md` serves as an **Externalized Working Memory**. This persi
114
118
 
115
119
  ## Developer's Note
116
120
 
117
- OpenCode Orchestrator is a testament to the operational paradox: **Complexity is easy; Simplicity is hard.**
118
-
119
- While the user interaction remains elegantly minimal, the internal architecture encapsulates a rigorous alignment of **microscopic state management** (`Rust atoms`) and **macroscopic strategic planning** (`Agent Topology`). Every component reflects a deep design philosophy aimed at abstracting chaos into order.
120
-
121
- Building this system reaffirmed a timeless engineering truth: **"Simple is Best" is the ultimate complexity to conquer.** This engine is our answer to that challenge—hiding the heavy machinery of autonomous intelligence behind a seamless veil of collaboration.
122
-
123
- This philosophy extends to efficiency. We achieved **Zero-Configuration** usability while rigorously optimizing for **Token Efficiency** (saving ~40% vs major alternatives). By maximizing the potential of cost-effective models like **GLM-4.7**, we prove that superior engineering—not just raw model size—is the key to autonomous performance.
124
-
125
121
  [Full Developer's Note →](docs/DEVELOPERS_NOTE.md)
126
122
 
127
123
  [System Architecture →](docs/SYSTEM_ARCHITECTURE.md)
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.52",
5
+ "version": "1.0.53",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {