Skip to content

Commit 5f7cf0f

Browse files
committed
Merge chore/sync-upstreams-v6.3.0.2 into main for local testing
Brings main up to 6.3.0.2 (core v6.3.0, TEA v1.12.2, GDS v0.3.0) so the fork's main branch can be used as a Claude Code marketplace source for testing before upstream PR PabloLION#60 merges.
2 parents 17efb6c + 59fdcd9 commit 5f7cf0f

761 files changed

Lines changed: 189056 additions & 4464 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": "GDS Module",
4-
"message": "v0.2.2",
4+
"message": "v0.3.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.3",
4+
"message": "v1.12.2",
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.2",
4+
"message": "v6.3.0",
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.2.0
1+
v6.3.0.2

.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.2",
3-
"syncedAt": "2026-03-30"
2+
"version": "v6.3.0",
3+
"syncedAt": "2026-04-19"
44
}

.upstream-versions/gds.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "v0.2.2",
3-
"syncedAt": "2026-03-30"
2+
"version": "v0.3.0",
3+
"syncedAt": "2026-04-19"
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.3",
3-
"syncedAt": "2026-03-30"
2+
"version": "v1.12.2",
3+
"syncedAt": "2026-04-19"
44
}

README.md

Lines changed: 4 additions & 4 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.2.0
16+
**Plugin version:** v6.3.0.2
1717

1818
| Module | Version | Released | Last Checked |
1919
|---|---|---|---|
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 |
20+
| [BMAD Method](https://github.com/bmadcode/BMAD-METHOD) | v6.3.0 | 2026-04-10 | 2026-04-19 |
21+
| [TEA](https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise) | v1.12.2 | 2026-04-17 | 2026-04-19 |
2222
| [BMB](https://github.com/bmad-code-org/bmad-builder) | v1.4.0 | 2026-03-29 | 2026-03-30 |
2323
| [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 |
24+
| [GDS](https://github.com/bmad-code-org/bmad-module-game-dev-studio) | v0.3.0 | 2026-04-14 | 2026-04-19 |
2525
<!-- upstream-version-end -->
2626

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

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bmad-plugin",
3-
"version": "6.2.2.0",
3+
"version": "6.3.0.2",
44
"type": "module",
55
"scripts": {
66
"prepare": "husky",
@@ -16,6 +16,8 @@
1616
"generate:manifest": "bun scripts/generate-agent-manifest.ts",
1717
"sync-all": "bun scripts/sync-all.ts",
1818
"clean:orphaned": "bun scripts/clean-orphaned-skills.ts",
19+
"find-orphans": "bun scripts/find-orphan-files.ts",
20+
"find-orphans:delete": "bun scripts/find-orphan-files.ts --delete",
1921
"bump-core": "bun scripts/bump-core.ts",
2022
"bump-module": "bun scripts/bump-module.ts",
2123
"update-readme": "bun scripts/update-readme-version.ts",

plugins/bmad/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bmad",
3-
"version": "6.2.2.0",
3+
"version": "6.3.0.2",
44
"description": "BMAD Method - Breakthrough Method for Agile AI-Driven Development",
55
"author": {
66
"name": "PabloLION",

0 commit comments

Comments
 (0)