@codemcp/workflows 6.15.0 → 6.16.0

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",
3
- "version": "6.15.0",
3
+ "version": "6.16.0",
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.15.0"
54
+ "@codemcp/workflows-core": "6.16.0"
55
55
  },
56
56
  "lint-staged": {
57
57
  "*.{ts,js,mts,cts,tsx,jsx}": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-cli",
3
- "version": "6.15.0",
3
+ "version": "6.16.0",
4
4
  "description": "CLI tools for responsible-vibe development workflows",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -53,6 +53,7 @@ states:
53
53
  - Create detailed story outline with clear beginning, middle, end
54
54
  - Identify key messages and memorable metaphors/examples
55
55
  - Define content scope boundaries to maintain focus and avoid adjacent topics
56
+ - Decide primary platform — it influences narrative depth and scope
56
57
  - Plan how content will adapt across different platforms
57
58
  - Ensure narrative arc matches chosen format (concise for short posts, comprehensive for long-form)
58
59
  - Structure content to maintain user's personal voice and conversational style
@@ -89,6 +90,8 @@ states:
89
90
 
90
91
  - Write content following the established story outline
91
92
  - Maintain consistent narrative flow and personal voice
93
+ - Create emotional resonance: include moments where the author is uncertain, surprised or affected — readers connect through emotions, not just arguments
94
+ - Adapt formatting to primary platform (paragraph length, structure, takeaways)
92
95
  - Create engaging, conversational content in user's style
93
96
  - Ensure content length matches chosen format (3-10 lines for short, 2000-5000+ words for long)
94
97
  - Stay within defined content scope to avoid adjacent topics
@@ -166,6 +169,7 @@ states:
166
169
  - Create compelling, SEO-optimized titles and descriptions
167
170
  - Add appropriate tags and metadata for discoverability
168
171
  - Adapt content formatting for different platforms (LinkedIn, Medium, HN)
172
+ - For LinkedIn: open with scroll-stopping hook, close with concrete takeaways, 3-5 targeted hashtags, cross-link co-authors
169
173
  - Maintain core message while adjusting for platform-specific requirements
170
174
  - Conduct final quality review and polish
171
175
  - Prepare publishing materials and schedule
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-core",
3
- "version": "6.15.0",
3
+ "version": "6.16.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -53,6 +53,7 @@ states:
53
53
  - Create detailed story outline with clear beginning, middle, end
54
54
  - Identify key messages and memorable metaphors/examples
55
55
  - Define content scope boundaries to maintain focus and avoid adjacent topics
56
+ - Decide primary platform — it influences narrative depth and scope
56
57
  - Plan how content will adapt across different platforms
57
58
  - Ensure narrative arc matches chosen format (concise for short posts, comprehensive for long-form)
58
59
  - Structure content to maintain user's personal voice and conversational style
@@ -89,6 +90,8 @@ states:
89
90
 
90
91
  - Write content following the established story outline
91
92
  - Maintain consistent narrative flow and personal voice
93
+ - Create emotional resonance: include moments where the author is uncertain, surprised or affected — readers connect through emotions, not just arguments
94
+ - Adapt formatting to primary platform (paragraph length, structure, takeaways)
92
95
  - Create engaging, conversational content in user's style
93
96
  - Ensure content length matches chosen format (3-10 lines for short, 2000-5000+ words for long)
94
97
  - Stay within defined content scope to avoid adjacent topics
@@ -166,6 +169,7 @@ states:
166
169
  - Create compelling, SEO-optimized titles and descriptions
167
170
  - Add appropriate tags and metadata for discoverability
168
171
  - Adapt content formatting for different platforms (LinkedIn, Medium, HN)
172
+ - For LinkedIn: open with scroll-stopping hook, close with concrete takeaways, 3-5 targeted hashtags, cross-link co-authors
169
173
  - Maintain core message while adjusting for platform-specific requirements
170
174
  - Conduct final quality review and polish
171
175
  - Prepare publishing materials and schedule
@@ -53,6 +53,7 @@ states:
53
53
  - Create detailed story outline with clear beginning, middle, end
54
54
  - Identify key messages and memorable metaphors/examples
55
55
  - Define content scope boundaries to maintain focus and avoid adjacent topics
56
+ - Decide primary platform — it influences narrative depth and scope
56
57
  - Plan how content will adapt across different platforms
57
58
  - Ensure narrative arc matches chosen format (concise for short posts, comprehensive for long-form)
58
59
  - Structure content to maintain user's personal voice and conversational style
@@ -89,6 +90,8 @@ states:
89
90
 
90
91
  - Write content following the established story outline
91
92
  - Maintain consistent narrative flow and personal voice
93
+ - Create emotional resonance: include moments where the author is uncertain, surprised or affected — readers connect through emotions, not just arguments
94
+ - Adapt formatting to primary platform (paragraph length, structure, takeaways)
92
95
  - Create engaging, conversational content in user's style
93
96
  - Ensure content length matches chosen format (3-10 lines for short, 2000-5000+ words for long)
94
97
  - Stay within defined content scope to avoid adjacent topics
@@ -166,6 +169,7 @@ states:
166
169
  - Create compelling, SEO-optimized titles and descriptions
167
170
  - Add appropriate tags and metadata for discoverability
168
171
  - Adapt content formatting for different platforms (LinkedIn, Medium, HN)
172
+ - For LinkedIn: open with scroll-stopping hook, close with concrete takeaways, 3-5 targeted hashtags, cross-link co-authors
169
173
  - Maintain core message while adjusting for platform-specific requirements
170
174
  - Conduct final quality review and polish
171
175
  - Prepare publishing materials and schedule
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-docs",
3
- "version": "6.15.0",
3
+ "version": "6.16.0",
4
4
  "description": "Documentation site for Responsible Vibe MCP",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-server",
3
- "version": "6.15.0",
3
+ "version": "6.16.0",
4
4
  "description": "MCP server for responsible-vibe development workflows - provides structured workflow guidance",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -53,6 +53,7 @@ states:
53
53
  - Create detailed story outline with clear beginning, middle, end
54
54
  - Identify key messages and memorable metaphors/examples
55
55
  - Define content scope boundaries to maintain focus and avoid adjacent topics
56
+ - Decide primary platform — it influences narrative depth and scope
56
57
  - Plan how content will adapt across different platforms
57
58
  - Ensure narrative arc matches chosen format (concise for short posts, comprehensive for long-form)
58
59
  - Structure content to maintain user's personal voice and conversational style
@@ -89,6 +90,8 @@ states:
89
90
 
90
91
  - Write content following the established story outline
91
92
  - Maintain consistent narrative flow and personal voice
93
+ - Create emotional resonance: include moments where the author is uncertain, surprised or affected — readers connect through emotions, not just arguments
94
+ - Adapt formatting to primary platform (paragraph length, structure, takeaways)
92
95
  - Create engaging, conversational content in user's style
93
96
  - Ensure content length matches chosen format (3-10 lines for short, 2000-5000+ words for long)
94
97
  - Stay within defined content scope to avoid adjacent topics
@@ -166,6 +169,7 @@ states:
166
169
  - Create compelling, SEO-optimized titles and descriptions
167
170
  - Add appropriate tags and metadata for discoverability
168
171
  - Adapt content formatting for different platforms (LinkedIn, Medium, HN)
172
+ - For LinkedIn: open with scroll-stopping hook, close with concrete takeaways, 3-5 targeted hashtags, cross-link co-authors
169
173
  - Maintain core message while adjusting for platform-specific requirements
170
174
  - Conduct final quality review and polish
171
175
  - Prepare publishing materials and schedule
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-opencode",
3
- "version": "6.15.0",
3
+ "version": "6.16.0",
4
4
  "description": "OpenCode plugin for structured development workflows",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -53,6 +53,7 @@ states:
53
53
  - Create detailed story outline with clear beginning, middle, end
54
54
  - Identify key messages and memorable metaphors/examples
55
55
  - Define content scope boundaries to maintain focus and avoid adjacent topics
56
+ - Decide primary platform — it influences narrative depth and scope
56
57
  - Plan how content will adapt across different platforms
57
58
  - Ensure narrative arc matches chosen format (concise for short posts, comprehensive for long-form)
58
59
  - Structure content to maintain user's personal voice and conversational style
@@ -89,6 +90,8 @@ states:
89
90
 
90
91
  - Write content following the established story outline
91
92
  - Maintain consistent narrative flow and personal voice
93
+ - Create emotional resonance: include moments where the author is uncertain, surprised or affected — readers connect through emotions, not just arguments
94
+ - Adapt formatting to primary platform (paragraph length, structure, takeaways)
92
95
  - Create engaging, conversational content in user's style
93
96
  - Ensure content length matches chosen format (3-10 lines for short, 2000-5000+ words for long)
94
97
  - Stay within defined content scope to avoid adjacent topics
@@ -166,6 +169,7 @@ states:
166
169
  - Create compelling, SEO-optimized titles and descriptions
167
170
  - Add appropriate tags and metadata for discoverability
168
171
  - Adapt content formatting for different platforms (LinkedIn, Medium, HN)
172
+ - For LinkedIn: open with scroll-stopping hook, close with concrete takeaways, 3-5 targeted hashtags, cross-link co-authors
169
173
  - Maintain core message while adjusting for platform-specific requirements
170
174
  - Conduct final quality review and polish
171
175
  - Prepare publishing materials and schedule
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-opencode-tui",
3
- "version": "6.15.0",
3
+ "version": "6.16.0",
4
4
  "description": "OpenCode TUI sidebar plugin that displays the current responsible-vibe workflow phase and name",
5
5
  "main": "workflows-phase.tsx",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-visualizer",
3
- "version": "6.15.0",
3
+ "version": "6.16.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.ts",
6
6
  "module": "dist/index.ts",
@@ -53,6 +53,7 @@ states:
53
53
  - Create detailed story outline with clear beginning, middle, end
54
54
  - Identify key messages and memorable metaphors/examples
55
55
  - Define content scope boundaries to maintain focus and avoid adjacent topics
56
+ - Decide primary platform — it influences narrative depth and scope
56
57
  - Plan how content will adapt across different platforms
57
58
  - Ensure narrative arc matches chosen format (concise for short posts, comprehensive for long-form)
58
59
  - Structure content to maintain user's personal voice and conversational style
@@ -89,6 +90,8 @@ states:
89
90
 
90
91
  - Write content following the established story outline
91
92
  - Maintain consistent narrative flow and personal voice
93
+ - Create emotional resonance: include moments where the author is uncertain, surprised or affected — readers connect through emotions, not just arguments
94
+ - Adapt formatting to primary platform (paragraph length, structure, takeaways)
92
95
  - Create engaging, conversational content in user's style
93
96
  - Ensure content length matches chosen format (3-10 lines for short, 2000-5000+ words for long)
94
97
  - Stay within defined content scope to avoid adjacent topics
@@ -166,6 +169,7 @@ states:
166
169
  - Create compelling, SEO-optimized titles and descriptions
167
170
  - Add appropriate tags and metadata for discoverability
168
171
  - Adapt content formatting for different platforms (LinkedIn, Medium, HN)
172
+ - For LinkedIn: open with scroll-stopping hook, close with concrete takeaways, 3-5 targeted hashtags, cross-link co-authors
169
173
  - Maintain core message while adjusting for platform-specific requirements
170
174
  - Conduct final quality review and polish
171
175
  - Prepare publishing materials and schedule