opencode-conductor-plugin 1.8.0 → 1.8.1

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/dist/index.js CHANGED
@@ -79,7 +79,7 @@ const ConductorPlugin = async (ctx) => {
79
79
  injection += "Follow these TDD and Commit rules precisely.\n";
80
80
  injection += "```markdown\n" + workflowMd + "\n```\n";
81
81
  }
82
- injection += "\n### 3. YOUR MANDATE (LEAD ENGINEER)\n";
82
+ injection += "\n### 3. DELEGATED AUTHORITY\n";
83
83
  injection += "- **EXECUTE:** Implement the requested task using the Workflow.\n";
84
84
  injection += "- **REFINE:** You have authority to update `plan.md` if it is flawed.\n";
85
85
  injection += "- **ESCALATE:** If you modify the Plan or Spec, report 'PLAN_UPDATED' immediately.\n";
@@ -70,7 +70,7 @@ CRITICAL: You must validate the success of every tool call. If any tool call fai
70
70
  5. **Execute Tasks and Update Track Plan:**
71
71
  a. **Announce:** State that you will now execute the tasks from the track's `plan.md` by following the procedures in `workflow.md`.
72
72
  b. **OMO Delegation (Synergy Mode):** If `isOMOActive` is "true", you act as the **Architect**.
73
- - *Role:* You delegate the execution of tasks to **Sisyphus**, who acts as the **Lead Engineer**.
73
+ - *Role:* You delegate the execution of tasks to **Sisyphus**.
74
74
  - *System Note:* When you call `@sisyphus`, the system will automatically inject the full project context (Plan, Spec, Workflow, Protocol) for you.
75
75
  - *Action:* For each task, call `@sisyphus` with this directive:
76
76
  > "I am delegating the implementation of task: '[Task Name]' to you.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-conductor-plugin",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Conductor plugin for OpenCode",
5
5
  "type": "module",
6
6
  "repository": "derekbar90/opencode-conductor",