@codemcp/workflows-opencode 6.16.0 → 6.16.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codemcp/workflows-opencode",
|
|
3
|
-
"version": "6.16.
|
|
3
|
+
"version": "6.16.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-
|
|
24
|
-
"@codemcp/workflows-
|
|
23
|
+
"@codemcp/workflows-core": "6.16.1",
|
|
24
|
+
"@codemcp/workflows-server": "6.16.1"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@anthropic-ai/sdk": "*"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# yaml-language-server: $schema=../state-machine-schema.json
|
|
2
2
|
---
|
|
3
3
|
name: 'epcc'
|
|
4
|
-
description:
|
|
4
|
+
description: 'Explore, Plan, Code, Commit - ideal for features and iterative development'
|
|
5
5
|
initial_state: 'explore'
|
|
6
6
|
|
|
7
7
|
# Enhanced metadata for better discoverability
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# yaml-language-server: $schema=../state-machine-schema.json
|
|
2
2
|
---
|
|
3
3
|
name: 'minor'
|
|
4
|
-
description: 'A streamlined workflow for small-impact changes
|
|
4
|
+
description: 'A streamlined workflow for small-impact changes. Only use it for really trivial cases.'
|
|
5
5
|
initial_state: 'explore'
|
|
6
6
|
|
|
7
7
|
# Enhanced metadata for better discoverability
|