opencode-orchestrator 0.1.17 → 0.1.21
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 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
[](https://www.npmjs.com/package/opencode-orchestrator)
|
|
9
|
+
[](https://www.npmjs.com/package/opencode-orchestrator)
|
|
9
10
|
[](https://opencode.ai)
|
|
10
|
-
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
13
|
---
|
|
@@ -27,7 +27,7 @@ A 6-agent collaborative system that turns any LLM into a reliable coding team.
|
|
|
27
27
|
| One big prompt → Hope it works | Atomic tasks → Verified every step |
|
|
28
28
|
| Expensive model required | Any model works |
|
|
29
29
|
| Errors compound silently | Self-correcting loop |
|
|
30
|
-
| Unpredictable results |
|
|
30
|
+
| Unpredictable results | **Relentless execution until success** |
|
|
31
31
|
|
|
32
32
|
---
|
|
33
33
|
|
|
@@ -37,8 +37,8 @@ A 6-agent collaborative system that turns any LLM into a reliable coding team.
|
|
|
37
37
|
- **🧠 Micro-Task Architecture** — Atomic task decomposition for reliability
|
|
38
38
|
- **🔄 Self-Correcting Loop** — Every change reviewed, errors auto-fixed
|
|
39
39
|
- **👥 6-Agent Team** — Specialized roles working together
|
|
40
|
-
- **🛡️
|
|
41
|
-
- **⚡ Full Autonomy** — `/auto`
|
|
40
|
+
- **🛡️ Resilient Execution** — Never stops on errors. Pivots strategy (Plan/Search) until success.
|
|
41
|
+
- **⚡ Full Autonomy** — `/auto` is all you need. Relentless execution until 100% complete.
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
|
@@ -59,7 +59,7 @@ User Request
|
|
|
59
59
|
│ Search → Code → Review → Fix │
|
|
60
60
|
│ ↑ │ │
|
|
61
61
|
│ └──────────────────────┘ │
|
|
62
|
-
│ (
|
|
62
|
+
│ (Never gives up) │
|
|
63
63
|
└──────────────────────────────────────────┘
|
|
64
64
|
│
|
|
65
65
|
▼
|