folder rename from .bmad to _bmad

This commit is contained in:
Brian Madison
2025-12-13 16:22:34 +08:00
parent 0c873638ab
commit 25c79e3fe5
375 changed files with 1421 additions and 2745 deletions

View File

@@ -12,7 +12,7 @@ const chalk = require('chalk');
* Find BMAD directory in project
*/
function findBmadDir(projectDir = process.cwd()) {
const possibleNames = ['.bmad'];
const possibleNames = ['_bmad'];
for (const name of possibleNames) {
const bmadDir = path.join(projectDir, name);