BMAD-METHOD/test/fixtures/workflow-schema/valid/with-required-tools.workflo...

14 lines
285 B
YAML

# Expected: PASS
# Tests: AC21 (positive) — required_tools as array of strings
name: required-tools-test
description: "A workflow with required tools"
author: "Test"
standalone: true
web_bundle: false
required_tools:
- read_file
- write_file
- create_directory
- list_files