-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
feat: add new debug agent and workflows #866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
hi @mkellerman - thanks for making the conversion. There are a few workflows missing an instruction file. Please update if you can, meanwhile I will review the details later today and also share with @muratkeremozcan to review the test file changes. Look forward to testing these out. |
…BMAD-METHOD into debug-agent-workflow
This reverts commit 7d461c9.
…BMAD-METHOD into debug-agent-workflow
…BMAD-METHOD into debug-agent-workflow
|
Yes, this is very exciting! And something I personally struggled with last week, not exactly the next step to take after realizing that there some bugs in the code generated. I tried using the course-correct workflow, but that is higher level and less specific that this :) |
- Resolved directory structure conflicts (bmad/ → .bmad/) - Preserved Diana debug agent and workflows - Updated TEA agent paths to new testarch knowledge location - Resolved configuration file conflicts with upstream versions - Cleaned up old file locations after directory restructure - Fixed TEA test to use new knowledge path structure
- Added XML escaping for agent metadata attributes (id, name, title, icon) - Fixed validation error in debug.xml where ampersand in title wasn't escaped - Now all XML bundle validation passes
|
@will-flowers-pangia , I have updated from main, fixed the merge conflict, and cleaned up everything. Are you able to test this agent a bit? |
|
I was able to get it installed and run the 🔍 QUICK DEBUG - ANALYSIS flow. I thought it did a good job of fixing the bug. I didn't run other flows like validate_fix, etc. I will plan to gather more feedback as I continue exploring |

This PR includes:
Changes