From 48a45409832e486969990a96b9e442ef9e452287 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:54:30 +0000 Subject: [PATCH] Initial plan for TASK-003: Update toggleCollection to flip only collection flag Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com> --- test-debug.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 test-debug.yml diff --git a/test-debug.yml b/test-debug.yml new file mode 100644 index 0000000..f4538cb --- /dev/null +++ b/test-debug.yml @@ -0,0 +1,34 @@ +# Awesome Copilot Configuration File +# Generated on 2025-09-23T23:52:57.969Z +# +# This file uses effective state precedence: +# 1. Explicit item settings (true/false) override everything +# 2. Items not listed inherit from enabled collections +# 3. Otherwise items are disabled +# +# To use: +# - Enable collections for curated sets of related items +# - Explicitly set individual items to true/false to override collections +# - Items not mentioned will follow collection settings +# +# After configuring, run: awesome-copilot apply +# + +version: "1.0" +project: + name: "My Project" + description: "A project using awesome-copilot customizations" + output_directory: ".github" +prompts: +instructions: +chatmodes: +collections: + azure-cloud-development: false + csharp-dotnet-development: false + database-data-management: false + devops-oncall: false + frontend-web-dev: false + project-planning: false + security-best-practices: false + technical-spike: false + testing-automation: true