From 6ee23f39ebb5ce0057a3da0324c7284c528b5b7c Mon Sep 17 00:00:00 2001 From: jheyworth <8269695+jheyworth@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:19:34 +0100 Subject: [PATCH] test: clarify Suite 17 fixture comment per PR review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The fixture creates no customize.toml at all for bmad-help, so the exclusion path being exercised is the missing-file branch — not the file-without-[agent]-section branch. Reword the comment accordingly. Per @augmentcode review on #2359. Co-Authored-By: Claude Opus 4.7 (1M context) --- test/test-installation-components.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-installation-components.js b/test/test-installation-components.js index ff5e48178..0a5ebed5b 100644 --- a/test/test-installation-components.js +++ b/test/test-installation-components.js @@ -616,8 +616,8 @@ async function runTests() { ); } // Note: bmad-help intentionally has NO customize.toml — it exercises - // the toml-driven filter's exclusion path (a skill with no [agent] - // section is correctly kept out of the Copilot agents picker). + // the toml-driven filter's exclusion path (a skill with no + // customize.toml is correctly kept out of the Copilot agents picker). // [agent] customize.toml for the two persona fixtures. await fs.writeFile( path.join(installedBmadDir17, 'core', 'bmad-agent-fixture', 'customize.toml'),