diff --git a/tools/installer/bin/bmad.js b/tools/installer/bin/bmad.js index 5160bf6d..ed20bdf2 100755 --- a/tools/installer/bin/bmad.js +++ b/tools/installer/bin/bmad.js @@ -216,6 +216,7 @@ async function promptInstallation() { type: 'input', name: 'directory', message: 'Enter the full path to your project directory where BMad should be installed:', + default: process.cwd(), validate: (input) => { if (!input.trim()) { return 'Please enter a valid project path';