From e4e1e7d6dc48778e3a958b720a9c78f2fbdbbc1f Mon Sep 17 00:00:00 2001 From: Pomazan Bohdan Date: Mon, 1 Dec 2025 19:39:54 +0200 Subject: [PATCH] update 2024 to 2025 --- .../3-technical/game-architecture/instructions.md | 4 ++-- src/modules/bmm/testarch/knowledge/file-utils.md | 2 +- .../architecture/steps/step-03-starter.md | 10 +++++----- .../architecture/steps/step-04-decisions.md | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md b/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md index 09f2b024..6e189f2a 100644 --- a/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +++ b/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md @@ -176,7 +176,7 @@ I see {{epic_count}} epics with {{story_count}} total stories. Get current starter command and options: - {{starter_name}} CLI command options flags latest 2024 + {{starter_name}} CLI command options flags latest 2025 Document the initialization command: @@ -327,7 +327,7 @@ Let's work through the remaining {{remaining_count}} decisions." Verify current stable version: - {{technology}} latest stable version 2024 + {{technology}} latest stable version 2025 {{technology}} current LTS version diff --git a/src/modules/bmm/testarch/knowledge/file-utils.md b/src/modules/bmm/testarch/knowledge/file-utils.md index 1fa02397..1b07f433 100644 --- a/src/modules/bmm/testarch/knowledge/file-utils.md +++ b/src/modules/bmm/testarch/knowledge/file-utils.md @@ -123,7 +123,7 @@ test('should validate PDF report', async () => { const { content } = await readPDF({ filePath: downloadPath }); // content.text is extracted text from all pages - expect(content.text).toContain('Financial Report Q4 2024'); + expect(content.text).toContain('Financial Report Q4 2025'); expect(content.text).toContain('Total Revenue:'); // Validate page count diff --git a/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md b/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md index 8421851a..6f046bcd 100644 --- a/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +++ b/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md @@ -121,9 +121,9 @@ If UX specification was loaded, consider UX requirements when selecting starter: Use WebSearch to find current, maintained starter templates: ``` -WebSearch: {{primary_technology}} starter template CLI create command latest 2024 -WebSearch: {{primary_technology}} boilerplate generator latest options 2024 -WebSearch: {{primary_technology}} production-ready starter best practices 2024 +WebSearch: {{primary_technology}} starter template CLI create command latest 2025 +WebSearch: {{primary_technology}} boilerplate generator latest options 2025 +WebSearch: {{primary_technology}} production-ready starter best practices 2025 ``` ### 4. Investigate Top Starter Options @@ -134,7 +134,7 @@ For each promising starter found, investigate details: WebSearch: {{starter_name}} default setup technologies included latest WebSearch: {{starter_name}} project structure file organization WebSearch: {{starter_name}} production deployment capabilities -WebSearch: {{starter_name}} recent updates maintenance status 2024 +WebSearch: {{starter_name}} recent updates maintenance status 2025 ``` ### 5. Analyze What Each Starter Provides @@ -200,7 +200,7 @@ This is a great starting point that follows best practices and saves us from mak If user shows interest in a starter, get the exact current commands: ``` -WebSearch: {{starter_name}} CLI command options flags latest 2024 +WebSearch: {{starter_name}} CLI command options flags latest 2025 WebSearch: {{starter_name}} create new project command examples ``` diff --git a/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md b/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md index 81eca7e0..0eebb340 100644 --- a/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +++ b/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md @@ -163,9 +163,9 @@ What feels right to you?" If decision involves specific technology: ``` -WebSearch: {{technology}} latest stable version 2024 +WebSearch: {{technology}} latest stable version 2025 WebSearch: {{technology}} current LTS version -WebSearch: {{technology}} production readiness 2024 +WebSearch: {{technology}} production readiness 2025 ``` **Get User Input:**