Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/visualizer/src/services/workflow-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const workflowList = [
'greenfield',
'minor',
'posts',
'pr-review',
'sdd-bugfix',
'sdd-bugfix-crowd',
'sdd-feature',
Expand Down
2 changes: 1 addition & 1 deletion resources/workflows/epcc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=../state-machine-schema.json
---
name: 'epcc'
description: "A comprehensive development workflow based on Anthropic's best practices: Explore, Plan, Code, Commit - ideal for smaller features and iterative development"
description: 'Explore, Plan, Code, Commit - ideal for features and iterative development'
initial_state: 'explore'

# Enhanced metadata for better discoverability
Expand Down
2 changes: 1 addition & 1 deletion resources/workflows/minor.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=../state-machine-schema.json
---
name: 'minor'
description: 'A streamlined workflow for small-impact changes: Explore (analysis + design) → Implement (code + test + commit) - optimized for minor enhancements'
description: 'A streamlined workflow for small-impact changes. Only use it for really trivial cases.'
initial_state: 'explore'

# Enhanced metadata for better discoverability
Expand Down
Loading