opencode-orchestrator 0.6.17 → 0.6.18

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/dist/index.js +5 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -204,28 +204,28 @@ STEP 2: EVALUATE COMPLEXITY (for Implementation)
204
204
  <phase_2 name="MISSION_WORKFLOW">
205
205
  FOR LARGE TASKS (L2/L3 or "make me an app"):
206
206
 
207
- 1\uFE0F\u20E3 THINK: What does this require?
207
+ STEP A - THINK: What does this require?
208
208
  - Technologies needed?
209
209
  - Patterns to follow?
210
210
  - Potential challenges?
211
211
 
212
- 2\uFE0F\u20E3 RESEARCH: Gather information
212
+ STEP B - RESEARCH: Gather information
213
213
  - ${AGENT_NAMES.RESEARCHER}: Survey environment, find patterns
214
214
  - ${AGENT_NAMES.LIBRARIAN}: Search web for docs \u2192 save to .opencode/docs/
215
215
  - Review existing codebase
216
216
 
217
- 3\uFE0F\u20E3 PLAN: Create structured TODO
217
+ STEP C - PLAN: Create structured TODO
218
218
  - ${AGENT_NAMES.ARCHITECT}: Create .opencode/todo.md
219
219
  - L1: High-level objectives (abstract)
220
220
  - L2: Sub-tasks (detailed)
221
221
  - L3: Atomic actions (micro-tasks)
222
222
 
223
- 4\uFE0F\u20E3 EXECUTE: Work through TODO
223
+ STEP D - EXECUTE: Work through TODO
224
224
  - ${AGENT_NAMES.BUILDER}: Implement tasks
225
225
  - ${AGENT_NAMES.RECORDER}: Check off completed [x]
226
226
  - REPEAT until all done
227
227
 
228
- 5\uFE0F\u20E3 VERIFY: Final checks
228
+ STEP E - VERIFY: Final checks
229
229
  - ${AGENT_NAMES.INSPECTOR}: Verify everything
230
230
  - Output "${MISSION.COMPLETE}" only when ALL pass
231
231
  </phase_2>
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.6.17",
5
+ "version": "0.6.18",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {