@codemcp/workflows 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 +2 -2
- package/packages/cli/package.json +1 -1
- package/packages/cli/resources/workflows/epcc.yaml +1 -1
- package/packages/cli/resources/workflows/minor.yaml +1 -1
- package/packages/core/package.json +1 -1
- package/packages/core/resources/workflows/epcc.yaml +1 -1
- package/packages/core/resources/workflows/minor.yaml +1 -1
- package/packages/docs/.vitepress/dist/workflows/epcc.yaml +1 -1
- package/packages/docs/.vitepress/dist/workflows/minor.yaml +1 -1
- package/packages/docs/package.json +1 -1
- package/packages/mcp-server/package.json +1 -1
- package/packages/mcp-server/resources/workflows/epcc.yaml +1 -1
- package/packages/mcp-server/resources/workflows/minor.yaml +1 -1
- package/packages/opencode-plugin/package.json +1 -1
- package/packages/opencode-plugin/resources/workflows/epcc.yaml +1 -1
- package/packages/opencode-plugin/resources/workflows/minor.yaml +1 -1
- package/packages/opencode-tui-plugin/package.json +1 -1
- package/packages/visualizer/package.json +1 -1
- package/resources/workflows/epcc.yaml +1 -1
- package/resources/workflows/minor.yaml +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codemcp/workflows",
|
|
3
|
-
"version": "6.16.
|
|
3
|
+
"version": "6.16.1",
|
|
4
4
|
"description": "A Model Context Protocol server that acts as an intelligent conversation state manager and development guide for LLMs, featuring comprehensive long-term memory with persistent project artifacts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "packages/cli/dist/index.js",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"typescript": "^5.9.3",
|
|
52
52
|
"vitepress": "^1.6.4",
|
|
53
53
|
"vitest": "4.0.18",
|
|
54
|
-
"@codemcp/workflows-core": "6.16.
|
|
54
|
+
"@codemcp/workflows-core": "6.16.1"
|
|
55
55
|
},
|
|
56
56
|
"lint-staged": {
|
|
57
57
|
"*.{ts,js,mts,cts,tsx,jsx}": [
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|
@@ -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
|