update 2024 to 2025

This commit is contained in:
Pomazan Bohdan 2025-12-01 19:39:54 +02:00
parent fe0817f590
commit e4e1e7d6dc
4 changed files with 10 additions and 10 deletions

View File

@ -176,7 +176,7 @@ I see {{epic_count}} epics with {{story_count}} total stories.
<check if="user_accepts_starter"> <check if="user_accepts_starter">
<action>Get current starter command and options: <action>Get current starter command and options:
<WebSearch>{{starter_name}} CLI command options flags latest 2024</WebSearch> <WebSearch>{{starter_name}} CLI command options flags latest 2025</WebSearch>
</action> </action>
<action>Document the initialization command: <action>Document the initialization command:
@ -327,7 +327,7 @@ Let's work through the remaining {{remaining_count}} decisions."
<check if="decision_involves_specific_technology"> <check if="decision_involves_specific_technology">
<action>Verify current stable version: <action>Verify current stable version:
<WebSearch>{{technology}} latest stable version 2024</WebSearch> <WebSearch>{{technology}} latest stable version 2025</WebSearch>
<WebSearch>{{technology}} current LTS version</WebSearch> <WebSearch>{{technology}} current LTS version</WebSearch>
</action> </action>

View File

@ -123,7 +123,7 @@ test('should validate PDF report', async () => {
const { content } = await readPDF({ filePath: downloadPath }); const { content } = await readPDF({ filePath: downloadPath });
// content.text is extracted text from all pages // 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:'); expect(content.text).toContain('Total Revenue:');
// Validate page count // Validate page count

View File

@ -121,9 +121,9 @@ If UX specification was loaded, consider UX requirements when selecting starter:
Use WebSearch to find current, maintained starter templates: Use WebSearch to find current, maintained starter templates:
``` ```
WebSearch: {{primary_technology}} starter template CLI create command latest 2024 WebSearch: {{primary_technology}} starter template CLI create command latest 2025
WebSearch: {{primary_technology}} boilerplate generator latest options 2024 WebSearch: {{primary_technology}} boilerplate generator latest options 2025
WebSearch: {{primary_technology}} production-ready starter best practices 2024 WebSearch: {{primary_technology}} production-ready starter best practices 2025
``` ```
### 4. Investigate Top Starter Options ### 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}} default setup technologies included latest
WebSearch: {{starter_name}} project structure file organization WebSearch: {{starter_name}} project structure file organization
WebSearch: {{starter_name}} production deployment capabilities 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 ### 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: 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 WebSearch: {{starter_name}} create new project command examples
``` ```

View File

@ -163,9 +163,9 @@ What feels right to you?"
If decision involves specific technology: If decision involves specific technology:
``` ```
WebSearch: {{technology}} latest stable version 2024 WebSearch: {{technology}} latest stable version 2025
WebSearch: {{technology}} current LTS version WebSearch: {{technology}} current LTS version
WebSearch: {{technology}} production readiness 2024 WebSearch: {{technology}} production readiness 2025
``` ```
**Get User Input:** **Get User Input:**