@codemcp/workflows-core 4.12.8 → 5.0.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
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'responsible-vibe'
|
|
3
|
+
displayName: 'Responsible Vibe Development Workflows'
|
|
4
|
+
description: >
|
|
5
|
+
Structured development workflows for AI-assisted coding. Provides guided
|
|
6
|
+
phases for feature development, bug fixing, TDD, and more.
|
|
7
|
+
keywords:
|
|
8
|
+
- 'development'
|
|
9
|
+
- 'workflow'
|
|
10
|
+
- 'feature'
|
|
11
|
+
- 'bug fix'
|
|
12
|
+
- 'TDD'
|
|
13
|
+
- 'test driven'
|
|
14
|
+
- 'refactor'
|
|
15
|
+
- 'planning'
|
|
16
|
+
- 'start development'
|
|
17
|
+
- 'new feature'
|
|
18
|
+
license: MIT
|
|
19
|
+
metadata:
|
|
20
|
+
version: '${VERSION}'
|
|
21
|
+
repository: https://github.com/mrsimpson/responsible-vibe-mcp
|
|
22
|
+
author: mrsimpson
|
|
23
|
+
---
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: responsible-vibe
|
|
3
|
+
description: >
|
|
4
|
+
Structured development workflows for AI-assisted coding. Use when starting
|
|
5
|
+
new features, fixing bugs, following TDD, refactoring code, or any development
|
|
6
|
+
task that benefits from planning and structure. Activates automatically when
|
|
7
|
+
users mention "start development", "new feature", "fix bug", "TDD", or similar.
|
|
8
|
+
allowed-tools: >
|
|
9
|
+
whats_next proceed_to_phase conduct_review start_development
|
|
10
|
+
resume_workflow reset_development list_workflows get_tool_info
|
|
11
|
+
setup_project_docs
|
|
12
|
+
license: MIT
|
|
13
|
+
metadata:
|
|
14
|
+
version: '${VERSION}'
|
|
15
|
+
repository: https://github.com/mrsimpson/responsible-vibe-mcp
|
|
16
|
+
author: mrsimpson
|
|
17
|
+
---
|