chore(repo): remove unused BMAD method workflows and Cursor rules#209
Merged
Conversation
The .agent/workflows/bmad/ tree (63 files) and .cursor/rules/bmad/ tree (66 files) were imported when BMAD was being trialled as a workflow framework. We standardised on Matt Pocock skills (triage, to-prd, to-issues, tdd) plus Claude Code agents instead, leaving ~524 KB of BMAD scaffolding unused but visible in IDE rule pickers and skill discovery. Both parent directories (.agent/, .cursor/) contained only BMAD content, so they are removed entirely. Add both to .gitignore as a soft guard against accidental re-commits if BMAD or another scaffolder is ever run locally. Verified: zero references in tracked source, docs, CLAUDE.md, AGENTS.md. Closes #207.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.agent/workflows/bmad/(63 files) and.cursor/rules/bmad/(66 files) — BMAD method scaffolding we no longer use (we standardised on Matt Pocock skills + Claude Code agents)..agent/,.cursor/)..agent/and.cursor/to.gitignoreas a soft guard against accidental re-commits.Total: 129 files / ~524 KB removed in a single atomic chore commit.
Closes #207.
Verification
git grep -i bmadreturns no real matches in tracked files (only our own.gitignorecomment + base64 PSI noise under untrackedtmp/)git ls-files .agent .cursorreturns emptypnpm typecheck && pnpm checkgreen locally.agent/.cursor/bmadinapp/,CLAUDE.md,AGENTS.md, ordocs/Recovery
If anything turns out to depend on these trees (it shouldn't):
git revertthis commit. Both trees are entirely self-contained.