From 23573d0f3576f69c1ef4db4af84efeb29f850ee4 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 01:38:47 +0000 Subject: [PATCH] refactor: Simplify template output filenames This commit simplifies the output filenames for the templates in the `bmad-wechat-mini-game-dev` expansion pack, as requested by the user. The following templates have been updated: - `game-brief-tmpl.yaml` now outputs `docs/brief.md`. - `prd-tmpl.yaml` now outputs `docs/prd.md`. - `game-design-doc-tmpl.yaml` now outputs `docs/gdd.md`. - `game-architecture-tmpl.yaml` now outputs `docs/architecture.md`. This change makes the filenames more direct and predictable. --- .../templates/game-architecture-tmpl.yaml | 2 +- .../bmad-wechat-mini-game-dev/templates/game-brief-tmpl.yaml | 2 +- .../templates/game-design-doc-tmpl.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/expansion-packs/bmad-wechat-mini-game-dev/templates/game-architecture-tmpl.yaml b/expansion-packs/bmad-wechat-mini-game-dev/templates/game-architecture-tmpl.yaml index 8726ca0c..f6d6e582 100644 --- a/expansion-packs/bmad-wechat-mini-game-dev/templates/game-architecture-tmpl.yaml +++ b/expansion-packs/bmad-wechat-mini-game-dev/templates/game-architecture-tmpl.yaml @@ -5,7 +5,7 @@ template: version: 1.0 output: format: markdown - filename: "docs/{{game_name}}-game-architecture.md" + filename: "docs/architecture.md" title: "{{game_title}} WeChat Mini-Game Architecture Document" workflow: diff --git a/expansion-packs/bmad-wechat-mini-game-dev/templates/game-brief-tmpl.yaml b/expansion-packs/bmad-wechat-mini-game-dev/templates/game-brief-tmpl.yaml index c0257156..edec4c00 100644 --- a/expansion-packs/bmad-wechat-mini-game-dev/templates/game-brief-tmpl.yaml +++ b/expansion-packs/bmad-wechat-mini-game-dev/templates/game-brief-tmpl.yaml @@ -5,7 +5,7 @@ template: version: 1.0 output: format: markdown - filename: "docs/{{game_name}}-game-brief.md" + filename: "docs/brief.md" title: "{{game_title}} Game Brief" workflow: diff --git a/expansion-packs/bmad-wechat-mini-game-dev/templates/game-design-doc-tmpl.yaml b/expansion-packs/bmad-wechat-mini-game-dev/templates/game-design-doc-tmpl.yaml index 7a4536a6..e3c037e0 100644 --- a/expansion-packs/bmad-wechat-mini-game-dev/templates/game-design-doc-tmpl.yaml +++ b/expansion-packs/bmad-wechat-mini-game-dev/templates/game-design-doc-tmpl.yaml @@ -5,7 +5,7 @@ template: version: 1.0 output: format: markdown - filename: "docs/{{game_name}}-game-design-document.md" + filename: "docs/gdd.md" title: "{{game_title}} Game Design Document (GDD)" workflow: