BMAD-METHOD/scripts
Caleb 51e31ada91 feat(epic-execute): implement low-priority UX improvements (L1-L5)
- L1: Add checkpoint/resume capability with --resume flag
  - load_checkpoint(), save_checkpoint(), clear_checkpoint() in utils.sh
  - Auto-saves progress after each story, 7-day expiration
- L2: Add comprehensive --help option with grouped options and examples
  - show_help() function with environment variables and file locations
- L3: Add verbose Claude output streaming
  - execute_claude_verbose() for real-time output when --verbose set
- L4: Add metrics file archival to prevent unbounded growth
  - Archives to metrics/archive/, keeps last 10 per epic
- L5: Add workflow file content validation
  - validate_yaml_content(), validate_xml_content() with fallbacks
  - Integrated into validate_workflows()

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 15:18:20 -06:00
..
epic-execute-lib feat(epic-execute): implement low-priority UX improvements (L1-L5) 2026-01-26 15:18:20 -06:00
epic-chain.sh feat: implement UAT validation with self-healing fix loop 2026-01-05 19:24:18 -06:00
epic-execute.sh feat(epic-execute): implement low-priority UX improvements (L1-L5) 2026-01-26 15:18:20 -06:00
uat-validate.sh feat(uat-validate): add human intervention detection and enhanced fix context 2026-01-19 04:37:29 -06:00