Skip to content

Commit 6c0b88d

Browse files
PabloLIONclaude
andcommitted
fix: sync core v6.2.2, BMB v1.4.0, TEA v1.7.3 upstream updates
Major upstream restructures handled: - Core: src/bmm/workflows/ → src/bmm-skills/, agents embedded in skill dirs, src/core/skills/ → src/core-skills/ - BMB: src/skills/ → skills/ (top-level) - Delete 93 stale bmad-skill-manifest.yaml + bmad-manifest.json files - Add expected path patterns for new runtime layout - Rename README column "Last Synced" → "Last Checked" - Update all syncedAt dates to 2026-03-30 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a0e6e9e commit 6c0b88d

369 files changed

Lines changed: 16229 additions & 10262 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": 1,
33
"label": "BMB Module",
4-
"message": "v1.1.0",
4+
"message": "v1.4.0",
55
"color": "green"
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": 1,
33
"label": "TEA Module",
4-
"message": "v1.7.1",
4+
"message": "v1.7.3",
55
"color": "green"
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": 1,
33
"label": "BMAD Method",
4-
"message": "v6.2.0",
4+
"message": "v6.2.2",
55
"color": "blue"
66
}

.plugin-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v6.2.0.4
1+
v6.2.2.0

.upstream-versions/bmb.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "v1.1.0",
3-
"syncedAt": "2026-03-23"
2+
"version": "v1.4.0",
3+
"syncedAt": "2026-03-30"
44
}

.upstream-versions/cis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"version": "v0.1.9",
3-
"syncedAt": "2026-03-23"
3+
"syncedAt": "2026-03-30"
44
}

.upstream-versions/core.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "v6.2.0",
3-
"syncedAt": "2026-03-17"
2+
"version": "v6.2.2",
3+
"syncedAt": "2026-03-30"
44
}

.upstream-versions/gds.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"version": "v0.2.2",
3-
"syncedAt": "2026-03-17"
3+
"syncedAt": "2026-03-30"
44
}

.upstream-versions/tea.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "v1.7.1",
3-
"syncedAt": "2026-03-23"
2+
"version": "v1.7.3",
3+
"syncedAt": "2026-03-30"
44
}

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<!-- upstream-badges-end -->
1414

1515
<!-- upstream-version-start -->
16-
**Plugin version:** v6.2.0.4
16+
**Plugin version:** v6.2.2.0
1717

18-
| Module | Version | Released | Last Synced |
18+
| Module | Version | Released | Last Checked |
1919
|---|---|---|---|
20-
| [BMAD Method](https://github.com/bmadcode/BMAD-METHOD) | v6.2.0 | 2026-03-15 | 2026-03-17 |
21-
| [TEA](https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise) | v1.7.1 | 2026-03-19 | 2026-03-23 |
22-
| [BMB](https://github.com/bmad-code-org/bmad-builder) | v1.1.0 | 2026-03-19 | 2026-03-23 |
23-
| [CIS](https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite) | v0.1.9 | 2026-03-18 | 2026-03-23 |
24-
| [GDS](https://github.com/bmad-code-org/bmad-module-game-dev-studio) | v0.2.2 | 2026-03-16 | 2026-03-17 |
20+
| [BMAD Method](https://github.com/bmadcode/BMAD-METHOD) | v6.2.2 | 2026-03-26 | 2026-03-30 |
21+
| [TEA](https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise) | v1.7.3 | 2026-03-27 | 2026-03-30 |
22+
| [BMB](https://github.com/bmad-code-org/bmad-builder) | v1.4.0 | 2026-03-29 | 2026-03-30 |
23+
| [CIS](https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite) | v0.1.9 | 2026-03-18 | 2026-03-30 |
24+
| [GDS](https://github.com/bmad-code-org/bmad-module-game-dev-studio) | v0.2.2 | 2026-03-16 | 2026-03-30 |
2525
<!-- upstream-version-end -->
2626

2727
A Claude Code plugin that transforms Claude into a complete agile development

0 commit comments

Comments
 (0)