opencode-orchestrator 0.6.8 → 0.6.9

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 +10 -10
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -13850,13 +13850,13 @@ var COMMANDS = {
13850
13850
 
13851
13851
  | Agent | Role | Capabilities |
13852
13852
  |-------|------|--------------|
13853
- | **Commander** \u{1F3AF} | Orchestrator | Autonomous mission control, parallel task coordination, never stops until \u2705 MISSION COMPLETE |
13854
- | **Architect** \u{1F3D7}\uFE0F | Strategic Planner | Task decomposition, dependency analysis, parallel group optimization |
13855
- | **Builder** \u{1F528} | Full-Stack Developer | Code implementation, file operations, terminal commands, UI + logic |
13856
- | **Inspector** \u{1F50D} | Quality Assurance | 5-point audit, LSP diagnostics, auto-fix bugs, test verification |
13857
- | **Recorder** \u{1F4BE} | Context Manager | Progress tracking, state persistence, session memory across restarts |
13858
- | **Librarian** \u{1F4DA} | Research Specialist | API documentation lookup, anti-hallucination, cache official docs |
13859
- | **Researcher** \u{1F52C} | Pre-task Analyst | Deep investigation before implementation, gathers all needed info |
13853
+ | **${AGENT_NAMES.COMMANDER}** \u{1F3AF} | Orchestrator | Autonomous mission control, parallel task coordination, never stops until \u2705 MISSION COMPLETE |
13854
+ | **${AGENT_NAMES.ARCHITECT}** \u{1F3D7}\uFE0F | Strategic Planner | Task decomposition, dependency analysis, parallel group optimization |
13855
+ | **${AGENT_NAMES.BUILDER}** \u{1F528} | Full-Stack Developer | Code implementation, file operations, terminal commands, UI + logic |
13856
+ | **${AGENT_NAMES.INSPECTOR}** \u{1F50D} | Quality Assurance | 5-point audit, LSP diagnostics, auto-fix bugs, test verification |
13857
+ | **${AGENT_NAMES.RECORDER}** \u{1F4BE} | Context Manager | Progress tracking, state persistence, session memory across restarts |
13858
+ | **${AGENT_NAMES.LIBRARIAN}** \u{1F4DA} | Research Specialist | API documentation lookup, anti-hallucination, cache official docs |
13859
+ | **${AGENT_NAMES.RESEARCHER}** \u{1F52C} | Pre-task Analyst | Deep investigation before implementation, gathers all needed info |
13860
13860
 
13861
13861
  ## \u26A1 Parallel Execution System
13862
13862
  \`\`\`
@@ -13874,14 +13874,14 @@ TRIAGE \u2192 RESEARCH \u2192 DELEGATE \u2192 EXECUTE \u2192 VERIFY \u2192 COMPL
13874
13874
  \`\`\`
13875
13875
 
13876
13876
  ## \u{1F6E1}\uFE0F Anti-Hallucination
13877
- - Librarian researches BEFORE implementation
13877
+ - ${AGENT_NAMES.LIBRARIAN} researches BEFORE implementation
13878
13878
  - webfetch caches official documentation
13879
13879
  - Never assumes - always verifies from sources
13880
13880
 
13881
13881
  ## \u{1F4A1} Usage
13882
- - Select **Commander** and type your request
13882
+ - Select **${AGENT_NAMES.COMMANDER}** and type your request
13883
13883
  - Or use \`/task "your mission"\` explicitly
13884
- - Commander automatically coordinates all agents`
13884
+ - ${AGENT_NAMES.COMMANDER} automatically coordinates all agents`
13885
13885
  }
13886
13886
  };
13887
13887
  function createSlashcommandTool() {
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.8",
5
+ "version": "0.6.9",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {