refactor: update file paths to remove leading dot from bmad-core references
This commit is contained in:
@@ -272,7 +272,7 @@ class FileManager {
|
||||
}
|
||||
|
||||
async modifyCoreConfig(installDir, config) {
|
||||
const coreConfigPath = path.join(installDir, '.bmad-core', 'core-config.yaml');
|
||||
const coreConfigPath = path.join(installDir, 'bmad-core', 'core-config.yaml');
|
||||
|
||||
try {
|
||||
// Read the existing core-config.yaml
|
||||
@@ -382,7 +382,7 @@ class FileManager {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
manifestDir = '.bmad-core';
|
||||
manifestDir = 'bmad-core';
|
||||
manifestFile = 'install-manifest.yaml';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user