test: clarify Suite 17 fixture comment per PR review

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) <noreply@anthropic.com>
This commit is contained in:
jheyworth 2026-04-30 09:19:34 +01:00
parent 2c7619a083
commit 6ee23f39eb
1 changed files with 2 additions and 2 deletions

View File

@ -616,8 +616,8 @@ async function runTests() {
); );
} }
// Note: bmad-help intentionally has NO customize.toml — it exercises // Note: bmad-help intentionally has NO customize.toml — it exercises
// the toml-driven filter's exclusion path (a skill with no [agent] // the toml-driven filter's exclusion path (a skill with no
// section is correctly kept out of the Copilot agents picker). // customize.toml is correctly kept out of the Copilot agents picker).
// [agent] customize.toml for the two persona fixtures. // [agent] customize.toml for the two persona fixtures.
await fs.writeFile( await fs.writeFile(
path.join(installedBmadDir17, 'core', 'bmad-agent-fixture', 'customize.toml'), path.join(installedBmadDir17, 'core', 'bmad-agent-fixture', 'customize.toml'),