- Fixed path references in all agent definition files
- Fixed path references in all task definition files
- Fixed path references in documentation files
- Fixed path references in dist/ directory files
- Resolves agent activation failures caused by incorrect file path
This fixes issue #526 where agents failed to load core-config.yaml during
activation because references pointed to 'bmad-core/core-config.yaml'
instead of the correct '.bmad-core/core-config.yaml' path.
Files modified: 35+ files across bmad-core/ and dist/ directories
* fix: correct typos in documentation and agent files
Fix multiple instances of "assest" typo to "assets" in documentation
Correct "quetsions" typo to "questions" in repository structure sections
Add new words to cSpell dictionary in VS Code settings
* feat(trae): add support for trae ide integration
- Add trae guide documentation
- Update installer to support trae configuration
- Include trae in ide options and documentation references
- Fix typo in architect agent documentation
---------
Co-authored-by: Devin Stagner <devin@blackstag.family>
- Add markdownExploder setting to core-config.yml
- Update shard-doc task to use md-tree command when enabled
- Implement proper fallback handling when tool is unavailable
- Update core-config structure to remove nested wrapper
- Fix field naming to use camelCase throughout