@codemcp/workflows-opencode 6.13.4 → 6.13.5

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 +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -28754,7 +28754,7 @@ var WorkflowsPlugin = async (input) => {
28754
28754
  messageID: hookInput.messageID || output.message.id,
28755
28755
  type: "text",
28756
28756
  synthetic: true,
28757
- text: `No Active Workflow Use the \`start_development\` tool to begin.`
28757
+ text: `No Active Workflow Detected. You MUST initiate a new development workflow before proceeding. Call the \`start_development\` tool to begin. Do NOT attempt any file edits or tool executions until a workflow is active.`
28758
28758
  });
28759
28759
  return;
28760
28760
  }
@@ -28771,7 +28771,7 @@ var WorkflowsPlugin = async (input) => {
28771
28771
  messageID: hookInput.messageID || output.message.id,
28772
28772
  type: "text",
28773
28773
  synthetic: true,
28774
- text: `No Active Workflow Use the \`start_development\` tool to begin.`
28774
+ text: `No Active Workflow Detected. You MUST initiate a new development workflow before proceeding. Call the \`start_development\` tool to begin. Do NOT attempt any file edits or tool executions until a workflow is active.`
28775
28775
  });
28776
28776
  return;
28777
28777
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-opencode",
3
- "version": "6.13.4",
3
+ "version": "6.13.5",
4
4
  "description": "OpenCode plugin for structured development workflows",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,8 +19,8 @@
19
19
  "rimraf": "^6.0.1",
20
20
  "tsup": "^8.0.0",
21
21
  "vitest": "4.0.18",
22
- "@codemcp/workflows-core": "6.13.4",
23
- "@codemcp/workflows-server": "6.13.4"
22
+ "@codemcp/workflows-core": "6.13.5",
23
+ "@codemcp/workflows-server": "6.13.5"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@anthropic-ai/sdk": "*"