awesome-copilot/test-effective-config.yml
copilot-swe-agent[bot] 18846b91f4 Implement effective state computation and update apply logic
Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
2025-09-21 22:41:27 +00:00

31 lines
902 B
YAML

# Awesome Copilot Configuration File
# Manual test for effective state computation
#
# Testing precedence rules with undefined values
version: "1.0"
project:
name: "Test Project"
description: "Testing effective state precedence"
output_directory: ".awesome-copilot"
collections:
testing-automation: true
prompts:
playwright-generate-test: true
# Note: playwright-explore-website is not defined (undefined)
# Note: csharp-nunit is not defined (undefined)
# Note: java-junit is not defined (undefined)
ai-prompt-engineering-safety-review: false
instructions:
# Note: playwright-typescript is not defined (undefined)
# Note: playwright-python is not defined (undefined)
chatmodes:
# Note: tdd-red is not defined (undefined)
# Note: tdd-green is not defined (undefined)
# Note: tdd-refactor is not defined (undefined)
# Note: playwright-tester is not defined (undefined)