chore(skills): keep bmad-prefixed sidecar manifest filenames

This commit is contained in:
Dicky Moore 2026-03-07 20:10:27 +00:00
parent 18277c0ba1
commit d5bb2398bd
3 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ async function createTestBmadFixture() {
await fs.ensureDir(path.join(fixtureDir, 'core', 'agents')); await fs.ensureDir(path.join(fixtureDir, 'core', 'agents'));
await fs.writeFile(path.join(fixtureDir, 'core', 'agents', 'bmad-master.md'), minimalAgent); await fs.writeFile(path.join(fixtureDir, 'core', 'agents', 'bmad-master.md'), minimalAgent);
// Skill manifest so the installer uses 'bmad-master' as the canonical skill name // Skill manifest so the installer uses 'bmad-master' as the canonical skill name
await fs.writeFile(path.join(fixtureDir, 'core', 'agents', 'skill-manifest.yaml'), 'bmad-master.md:\n canonicalId: bmad-master\n'); await fs.writeFile(path.join(fixtureDir, 'core', 'agents', 'bmad-skill-manifest.yaml'), 'bmad-master.md:\n canonicalId: bmad-master\n');
// Minimal compiled agent for bmm module (tests use selectedModules: ['bmm']) // Minimal compiled agent for bmm module (tests use selectedModules: ['bmm'])
await fs.ensureDir(path.join(fixtureDir, 'bmm', 'agents')); await fs.ensureDir(path.join(fixtureDir, 'bmm', 'agents'));
@ -91,7 +91,7 @@ async function createShardDocPrototypeFixture() {
); );
await fs.writeFile( await fs.writeFile(
path.join(fixtureDir, 'core', 'tasks', 'skill-manifest.yaml'), path.join(fixtureDir, 'core', 'tasks', 'bmad-skill-manifest.yaml'),
[ [
'shard-doc.xml:', 'shard-doc.xml:',
' canonicalId: bmad-shard-doc', ' canonicalId: bmad-shard-doc',