Skip to content

Commit 6036448

Browse files
sjenningsclaude
andcommitted
feat: convert agents to native skill format, complete gds- prefix rename (v0.2.2)
Convert 7 agent YAML files to gds-agent-* skill directories with SKILL.md and bmad-skill-manifest.yaml. Rename remaining 22 workflow directories to use gds- prefix for module coexistence. Add SKILL.md passthrough files to all renamed directories. Update module-help.csv to use skill: references. Remove teams folder and agent schema tests. Bump version to 0.2.2. Agents: Cloud Dragonborn (Architect), Samus Shepard (Designer), Link Freeman (Dev), Indie (Solo Dev), Max (Scrum Master), GLaDOS (QA), Paige (Tech Writer). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 962c91e commit 6036448

File tree

321 files changed

+886
-3035
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+886
-3035
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "bmad-game-dev-studio",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"description": "A BMad MEthod Core Module that offers a substantial stand alone module for Game Development across multiple supported platforms",
66
"keywords": [
77
"bmad",
@@ -30,9 +30,7 @@
3030
"release:minor": "npm version minor && git push --follow-tags",
3131
"release:patch": "npm version patch && git push --follow-tags",
3232
"release:prerelease": "npm version prerelease && git push --follow-tags",
33-
"test": "npm run test:schemas && npm run validate:schemas && npm run lint && npm run lint:md && npm run format:check",
34-
"test:schemas": "node test/test-agent-schema.cjs",
35-
"validate:schemas": "node test/validate-agent-schema.cjs"
33+
"test": "npm run lint && npm run lint:md && npm run format:check"
3634
},
3735
"lint-staged": {
3836
"*.{js,cjs,mjs}": [

src/agents/game-architect.agent.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/agents/game-designer.agent.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/agents/game-dev.agent.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/agents/game-qa.agent.yaml

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/agents/game-scrum-master.agent.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/agents/game-solo-dev.agent.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)