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

@@ -93,7 +93,7 @@ class ConfigLoader {
description: config['short-title'] || config.description || 'No description available',
fullDescription: config.description || config['short-title'] || 'No description available',
version: config.version || '1.0.0',
author: config.author || 'BMAD Team',
author: config.author || 'BMad Team',
packPath: packPath,
dependencies: config.dependencies?.agents || []
});
@@ -113,7 +113,7 @@ class ConfigLoader {
description: 'No description available',
fullDescription: 'No description available',
version: '1.0.0',
author: 'BMAD Team',
author: 'BMad Team',
packPath: packPath,
dependencies: []
});