doc and text cleanup

This commit is contained in:
Brian Madison
2025-07-04 07:47:57 -05:00
parent be4fcd8668
commit f440d14565
77 changed files with 243 additions and 78705 deletions

View File

@@ -10,7 +10,7 @@ const program = new Command();
program
.name('bmad-build')
.description('BMAD-METHOD build tool for creating web bundles')
.description('BMad-Method build tool for creating web bundles')
.version('4.0.0');
program
@@ -136,7 +136,7 @@ program
program
.command('upgrade')
.description('Upgrade a BMAD-METHOD V3 project to V4')
.description('Upgrade a BMad-Method V3 project to V4')
.option('-p, --project <path>', 'Path to V3 project (defaults to current directory)')
.option('--dry-run', 'Show what would be changed without making changes')
.option('--no-backup', 'Skip creating backup (not recommended)')