chore: correct formatting in cursor rules directory path

This commit is contained in:
Stefan Klümpers 2025-08-14 21:45:22 +02:00
parent 7e5ec02a37
commit 6b33adbab2
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class IdeSetup extends BaseIdeSetup {
}
async setupCursor(installDir, selectedAgent) {
const cursorRulesDir = path.join(installDir, ".cursor", "rules","bmad");
const cursorRulesDir = path.join(installDir, ".cursor", "rules", "bmad");
const agents = selectedAgent ? [selectedAgent] : await this.getAllAgentIds(installDir);
await fileManager.ensureDirectory(cursorRulesDir);