chore(skills): keep bmad-prefixed sidecar manifest filenames
This commit is contained in:
parent
18277c0ba1
commit
d5bb2398bd
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue