Commit Graph

5 Commits

Author SHA1 Message Date
Christopher McKenna 247da8329b Fix: Update core-config.yaml path references from bmad-core/ to .bmad-core/
- 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
2025-08-29 19:14:29 -04:00
Brian Madison 80d73d9093 fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00
manjaroblack db80eda9df
refactor: centralize qa paths in core-config.yaml and update agent activation flows (#451)
Co-authored-by: Brian <bmadcode@gmail.com>
2025-08-16 21:38:33 -05:00
manjaroblack ed539432fb
chore: add code formatting config and pre-commit hooks (#450) 2025-08-16 19:08:39 -05:00
Murat K Ozcan 0b61175d98
feat: transform QA agent into Test Architect with advanced quality ca… (#433)
* feat: transform QA agent into Test Architect with advanced quality capabilities

  - Add 6 specialized quality assessment commands
  - Implement risk-based testing with scoring
  - Create quality gate system with deterministic decisions
  - Add comprehensive test design and NFR validation
  - Update documentation with stage-based workflow integration

* feat: transform QA agent into Test Architect with advanced quality capabilities

  - Add 6 specialized quality assessment commands
  - Implement risk-based testing with scoring
  - Create quality gate system with deterministic decisions
  - Add comprehensive test design and NFR validation
  - Update documentation with stage-based workflow integration

* docs: refined the docs for test architect

* fix: addressed review comments from manjaroblack, round 1

* fix: addressed review comments from manjaroblack, round 1

---------

Co-authored-by: Murat Ozcan <murat@mac.lan>
Co-authored-by: Brian <bmadcode@gmail.com>
2025-08-15 21:02:37 -05:00