24 lines
871 B
YAML
24 lines
871 B
YAML
# Expected: PASS
|
|
# Tests: Implementation-style workflow with sprint_status, story_dir, project_context
|
|
name: implementation-style-test
|
|
description: "Execute a story by implementing tasks"
|
|
author: "BMad"
|
|
|
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
output_folder: "{config_source}:output_folder"
|
|
user_name: "{config_source}:user_name"
|
|
communication_language: "{config_source}:communication_language"
|
|
date: system-generated
|
|
|
|
installed_path: "{project-root}/_bmad/bmm/workflows/4-implementation/dev-story"
|
|
instructions: "{installed_path}/instructions.xml"
|
|
validation: "{installed_path}/checklist.md"
|
|
|
|
story_dir: "{config_source}:implementation_artifacts"
|
|
sprint_status: "{implementation_artifacts}/sprint-status.yaml"
|
|
project_context: "**/project-context.md"
|
|
implementation_artifacts: "{config_source}:implementation_artifacts"
|
|
|
|
standalone: true
|
|
web_bundle: false
|