@codemcp/workflows-opencode 6.18.0 → 6.18.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -28625,7 +28625,7 @@ function createStartDevelopmentTool(projectDir, getServerContext, setBufferedIns
28625
28625
  return tool({
28626
28626
  description: toolDescription,
28627
28627
  args: {
28628
- workflow: z9.string().describe("Workflow name"),
28628
+ workflow: z9.enum(buildWorkflowEnum(workflowNames)).describe(generateWorkflowDescription(availableWorkflows)),
28629
28629
  require_reviews: z9.boolean().optional().describe("Require reviews before phase transitions")
28630
28630
  },
28631
28631
  execute: async (args2, context3) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-opencode",
3
- "version": "6.18.0",
3
+ "version": "6.18.1",
4
4
  "description": "OpenCode plugin for structured development workflows",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,8 +20,8 @@
20
20
  "rimraf": "^6.0.1",
21
21
  "tsup": "^8.0.0",
22
22
  "vitest": "4.0.18",
23
- "@codemcp/workflows-server": "6.18.0",
24
- "@codemcp/workflows-core": "6.18.0"
23
+ "@codemcp/workflows-core": "6.18.1",
24
+ "@codemcp/workflows-server": "6.18.1"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@anthropic-ai/sdk": "*"