diff --git a/expansion-packs/bmad-2d-unity-game-dev/game-core-config.yaml b/expansion-packs/bmad-2d-unity-game-dev/config.yaml similarity index 84% rename from expansion-packs/bmad-2d-unity-game-dev/game-core-config.yaml rename to expansion-packs/bmad-2d-unity-game-dev/config.yaml index 8ab9661d..d082ac28 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/game-core-config.yaml +++ b/expansion-packs/bmad-2d-unity-game-dev/config.yaml @@ -1,11 +1,10 @@ name: bmad-2d-unity-game-dev -version: 1.4.0 +version: 1.4.1 short-title: Unity C# 2D Game Dev Pack description: 2D Game Development expansion pack for BMad Method - Unity & C# focused author: pbean (PinkyD) slashPrefix: bmad2du markdownExploder: true -# Game-specific document locations gdd: gddVersion: v4 gddSharded: true @@ -22,8 +21,7 @@ gamebriefdocLocation: docs/game-brief.md levelDesignLocation: docs/level-design.md devDebugLog: .ai/debug-log.md devStoryLocation: docs/stories -# Unity-specific files to load -- assuming per sharding devLoadAlwaysFiles: - docs/game-architecture/9-coding-standards.md - docs/game-architecture/3-tech-stack.md - - docs/game-architecture/8-unity-project-structure.md \ No newline at end of file + - docs/game-architecture/8-unity-project-structure.md diff --git a/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md b/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md index 8d455399..b136e1b8 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +++ b/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md @@ -8,9 +8,9 @@ To comprehensively validate a Unity 2D game development story draft before imple ### 0. Load Core Configuration and Inputs -- Load `{root}/game-core-config.yaml` from the project root +- Load `{root}/config.yaml` from the project root - If the file does not exist, check for `{root}/core-config.yaml` as fallback -- If neither exists, HALT and inform the user: "game-core-config.yaml (or core-config.yaml) not found. This file is required for story validation." +- If neither exists, HALT and inform the user: "config.yaml (or core-config.yaml) not found. This file is required for story validation." - Extract key configurations: `devStoryLocation`, `gdd.*`, `architecture.*`, `workflow.*` - Identify and load the following inputs: - **Story file**: The drafted game story to validate (provided by user or discovered in `devStoryLocation`)