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:
parent
2c7619a083
commit
6ee23f39eb
|
|
@ -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'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue