opencode-orchestrator 1.0.74 → 1.0.76

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.
@@ -4,8 +4,7 @@
4
4
  * - /plan: Planning only
5
5
  * - /agents: Show architecture
6
6
  */
7
- export declare const COMMANDER_SYSTEM_PROMPT: string;
8
- export declare const MISSION_MODE_TEMPLATE: string;
7
+ export declare const MISSION_MODE_TEMPLATE = "<mission>\n<task>\n$ARGUMENTS\n</task>\n\n<execution_rules>\n1. Complete this mission without user intervention.\n2. Use your full capabilities: hierarchical planning, parallel execution, and strict verification.\n3. Conclude ONLY when all items in .opencode/todo.md are verified and marked [x].\n</execution_rules>\n</mission>";
9
8
  export declare const COMMANDS: Record<string, {
10
9
  description: string;
11
10
  template: string;
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.74",
5
+ "version": "1.0.76",
6
6
  "author": "agnusdei1207",
7
7
  "license": "MIT",
8
8
  "repository": {