Revert "chore(bmad): replace upstream BMAD scaffold with Specter-specific agent framework"#23
Merged
maggo83 merged 1 commit intok9ert:mainfrom Mar 11, 2026
Merged
Conversation
…ific agent framework" This reverts commit b3ba1a2.
al-munazzim
approved these changes
Mar 11, 2026
Contributor
al-munazzim
left a comment
There was a problem hiding this comment.
Review
LGTM — approve the revert.
What this does
Reverts commit b3ba1a2 from PR #21 which accidentally included a full BMAD agent framework customization (Specter-specific agents, workflows, adapters) that was meant to stay local to maggo83's fork.
Impact
- 942 files changed (413 removed, 410 added, 116 renamed, 3 modified) — looks scary but it's a clean single-commit revert
- Restores the upstream BMAD scaffold (
.bmad/bmm/,.bmad/bmb/,.bmad/core/) and removes the Specter-specific agents/workflows CLAUDE.mdgoes back to a simpler version — loses some nice documentation (key file locations, essential commands, i18n rules, MicroPython constraints) but that belonged in the fork, not upstream- Adds
.beads/directory (beads worktree tooling) — looks intentional/separate from the revert
One thing to note
The reverted CLAUDE.md had genuinely useful project context (build commands, file locations, absolute rules). Might be worth re-adding a lighter version of that in a follow-up, independent of the BMAD framework choice.
Verdict
Clean revert of an accidental commit. No functional code affected (only agent framework config). ✅
k9ert
approved these changes
Mar 11, 2026
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.
In one of the past PRs (#21) one commit (b3ba1a2) that reworked the AI agents setup of the team slipped through.
It should have remained local to my own fork.
This revert will undo it and restore the AI agent setup of the playground as before.