@nick848/sf-cli 1.0.16 → 1.0.18

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/dist/index.d.mts CHANGED
@@ -408,7 +408,7 @@ interface CLIConfig {
408
408
  theme: 'light' | 'dark' | 'auto';
409
409
  }
410
410
  type WorkflowStep = 'explore' | 'new' | 'continue' | 'apply' | 'archive' | 'propose';
411
- type WorkflowPhase = 'context' | 'clarify' | 'analysis' | 'bdd' | 'spec' | 'tdd' | 'develop' | 'review';
411
+ type WorkflowPhase = 'context' | 'clarify' | 'reference' | 'analysis' | 'bdd' | 'spec' | 'tdd' | 'develop' | 'review';
412
412
  type WorkflowType = 'complex' | 'simple';
413
413
  type WorkflowStatus = 'pending' | 'running' | 'completed' | 'failed' | 'cancelled';
414
414
  interface WorkflowState {
package/dist/index.d.ts CHANGED
@@ -408,7 +408,7 @@ interface CLIConfig {
408
408
  theme: 'light' | 'dark' | 'auto';
409
409
  }
410
410
  type WorkflowStep = 'explore' | 'new' | 'continue' | 'apply' | 'archive' | 'propose';
411
- type WorkflowPhase = 'context' | 'clarify' | 'analysis' | 'bdd' | 'spec' | 'tdd' | 'develop' | 'review';
411
+ type WorkflowPhase = 'context' | 'clarify' | 'reference' | 'analysis' | 'bdd' | 'spec' | 'tdd' | 'develop' | 'review';
412
412
  type WorkflowType = 'complex' | 'simple';
413
413
  type WorkflowStatus = 'pending' | 'running' | 'completed' | 'failed' | 'cancelled';
414
414
  interface WorkflowState {