fix: documentation and trademark updates

This commit is contained in:
Brian Madison
2025-08-17 19:23:50 -05:00
parent f3cc410fb0
commit 80d73d9093
245 changed files with 1019 additions and 82 deletions

View File

@@ -8,7 +8,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)')