Skip to content

Commit 6682614

Browse files
committed
chore(workflows): emphasize difference between minor and epcc
1 parent 65c41db commit 6682614

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/visualizer/src/services/workflow-list.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const workflowList = [
1111
'greenfield',
1212
'minor',
1313
'posts',
14+
'pr-review',
1415
'sdd-bugfix',
1516
'sdd-bugfix-crowd',
1617
'sdd-feature',

resources/workflows/epcc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml-language-server: $schema=../state-machine-schema.json
22
---
33
name: 'epcc'
4-
description: "A comprehensive development workflow based on Anthropic's best practices: Explore, Plan, Code, Commit - ideal for smaller features and iterative development"
4+
description: 'Explore, Plan, Code, Commit - ideal for features and iterative development'
55
initial_state: 'explore'
66

77
# Enhanced metadata for better discoverability

resources/workflows/minor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml-language-server: $schema=../state-machine-schema.json
22
---
33
name: 'minor'
4-
description: 'A streamlined workflow for small-impact changes: Explore (analysis + design) → Implement (code + test + commit) - optimized for minor enhancements'
4+
description: 'A streamlined workflow for small-impact changes. Only use it for really trivial cases.'
55
initial_state: 'explore'
66

77
# Enhanced metadata for better discoverability

0 commit comments

Comments
 (0)