story-review renamed code-review and dev-agent performs this

This commit is contained in:
Brian Madison
2025-10-28 08:30:44 -05:00
parent 66c66f602d
commit 0dab278e7b
15 changed files with 38 additions and 38 deletions

View File

@@ -38,6 +38,6 @@ agent:
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/story-done/workflow.yaml"
description: Mark story done after DoD complete
- trigger: review
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/review-story/workflow.yaml"
- trigger: code-review
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/code-review/workflow.yaml"
description: "Perform a thorough clean context review on a story flagged Ready for Review, and appends review notes to story file"

View File

@@ -30,8 +30,8 @@ agent:
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml"
description: Implement Story with Context
- trigger: review-story
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/review-story/workflow.yaml"
- trigger: code-review
workflow: "{project-root}/bmad/bmm/workflows/4-implementation/code-review/workflow.yaml"
description: Review Story Implementation
- trigger: retro