BMAD-METHOD/src/bmm
Chandan Veerabhadrappa d09cc6b87f fix: use last_updated instead of generated for sprint-status staleness check
The staleness warning in sprint-status always fired after 7 days because
it checked the 'generated' timestamp, which is only set once during
sprint-planning. Other workflows (dev-story, create-story, code-review,
retrospective) update statuses but never touched 'generated'.

This adds a 'last_updated' field that is:
- Set initially alongside 'generated' during sprint-planning
- Bumped to current date by every workflow that modifies sprint-status.yaml
- Used by the staleness check (with fallback to 'generated' for backward
  compatibility)

Fixes bmad-code-org/BMAD-METHOD#1820

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-03-06 16:36:40 +00:00
..
agents feat(quick-flow): add quick-dev2 unified workflow (#1807) 2026-03-02 19:36:14 -06:00
data standardize installer flat command list with naming convention standardization to make workflow update 2026-01-21 12:22:32 -06:00
teams feat: removed tea module, added sdet with 1 workflow for automate (#1443) 2026-01-28 22:26:04 -08:00
workflows fix: use last_updated instead of generated for sprint-status staleness check 2026-03-06 16:36:40 +00:00
module-help.csv feat(quick-flow): add quick-dev2 unified workflow (#1807) 2026-03-02 19:36:14 -06:00
module.yaml refactor: replace module installer scripts with declarative directories config 2026-02-08 19:21:48 -06:00