Commit Graph

2 Commits

Author SHA1 Message Date
Jonah Schulte 1ddf2afcea feat: enhance sprint scripts with smart path resolution and conditional batching
- Add auto-detection of project root and story directories
- Enable scripts to work from any working directory
- Add explicit path override options via CLI arguments
- Improve error messages with suggested paths when files not found
- Update smart batching to show options only when time_saved > 0
- Reduce decision fatigue by skipping batching menu when no benefit
2026-01-06 08:21:44 -05:00
Jonah Schulte afaba40f80 feat(workflows): Add --epic and --mode flags to sprint-status-updater.py
- Add --epic flag to filter validation to specific epic (e.g., epic-1)
- Add --mode flag with 'validate' and 'fix' options
- Filter logic extracts epic number and matches story file prefixes
- Enables per-epic validation for validate-all-epics workflow

Part of: validate-all-epics workflow infrastructure
2026-01-02 17:46:27 -05:00