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

12 lines
250 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"
required_tools:
- read_file
- write_file
- create_directory
- list_files