You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found some inconsistencies when updating from 6.30 -> 6.5.0, so I did a clean BMAD 6.5.0 reinstall to separate package issues from local drift. Some things improved, but a few problems still reproduce immediately in the fresh install, so this looks worth maintainer review. Running BMAD in VS Code with Github Copilot.
Still wrong after clean reinstall
1. bmad-help appears out of sync with generated bmad-help.csv
The live skill describes the old CSV shape, but the freshly generated _bmad/_config/bmad-help.csv now has a different header.
Key evidence:
.agents/skills/bmad-help/SKILL.md
_bmad/_config/bmad-help.csv
This seems like the most important issue, as it may affect the live help/orientation skill.
2. Fresh skill-manifest.csv points to non-existent paths
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I found some inconsistencies when updating from 6.30 -> 6.5.0, so I did a clean BMAD 6.5.0 reinstall to separate package issues from local drift. Some things improved, but a few problems still reproduce immediately in the fresh install, so this looks worth maintainer review. Running BMAD in VS Code with Github Copilot.
Still wrong after clean reinstall
1.
bmad-helpappears out of sync with generatedbmad-help.csvThe live skill describes the old CSV shape, but the freshly generated
_bmad/_config/bmad-help.csvnow has a different header.Key evidence:
.agents/skills/bmad-help/SKILL.md_bmad/_config/bmad-help.csvThis seems like the most important issue, as it may affect the live help/orientation skill.
2. Fresh
skill-manifest.csvpoints to non-existent pathsFreshly generated
_bmad/_config/skill-manifest.csvcontains paths like:_bmad/core/bmad-help/SKILL.md_bmad/core/bmad-party-mode/SKILL.mdThose locations do not exist in the installed tree.
3. Fresh
files-manifest.csvinventories legacy-style paths_bmad/_config/files-manifest.csvlists paths such as:bmm/4-implementation/bmad-create-story/checklist.mdbmm/4-implementation/bmad-dev-story/checklist.mdAgain, these do not match the actual installed layout.
4. TEA config generates duplicated output paths
Fresh
_bmad/tea/config.yamlcontains values like:_bmad-output/test-artifacts/_bmad-output/test-artifacts/test-designSo the base path appears duplicated.
Current read
My current impression is:
bmad-helpmismatch looks like the main live issueI have not fully executed every workflow end-to-end yet, but these all reproduce on a fresh install and do not look like leftover local state.
Thoughts?
All reactions