BMAD-METHOD/test/fixtures/workflow-schema/valid/with-variables.workflow.yaml

13 lines
369 B
YAML

# Expected: PASS
# Tests: AC23 — variables with arbitrary string key-value pairs
name: variables-test
description: "A workflow with variables section"
author: "Test"
variables:
project_context: "**/project-context.md"
test_dir: "{project-root}/tests"
source_dir: "{project-root}"
tracking_system: "file-system"
project_name: "{config_source}:project_name"