ai-flow-dev 2.1.9 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,6 +26,7 @@ Break down technical roadmap tasks into user-centric Agile requirements (User St
26
26
 
27
27
  ## Workflow: 4 Steps
28
28
 
29
+ // turbo
29
30
  ### Step 10.1: Load Context from Roadmap
30
31
 
31
32
  **Extract from `docs/roadmap.md`:**
@@ -22,13 +22,12 @@ This final phase will:
22
22
 
23
23
  > ⚠️ **PRE-REQUISITE CHECK:** Before proceeding, verify that README.md does NOT exist yet (unless it's a framework-generated one from previous initialization). If README.md exists and was NOT generated by a framework, this indicates an error in previous phases.
24
24
 
25
- ```
25
+ // turbo
26
26
  🔍 Detecting current project state...
27
- ```
28
27
 
29
- **⚠️ CRITICAL: Ignore AI Flow documentation files during detection:**
30
- - Files: `project-brief.md`, `ai-instructions.md`, `.env.example`
31
- - Directories: `.ai-flow/`, `docs/`, `specs/`
28
+ **⚠️ CRITICAL: Ignore AI Flow documentation and Meta files during detection:**
29
+ - Files: `project-brief.md`, `ai-instructions.md`, `AGENT.md`, `.env.example`, `.cursorrules`, `.clauderules`, `.geminirules`
30
+ - Directories: `.ai-flow/`, `.agent/`, `docs/`, `specs/`
32
31
 
33
32
  **Auto-detect Checklist:**
34
33
 
@@ -1404,5 +1403,5 @@ Read: `.ai-flow/prompts/backend/flow-build-phase-9.md`
1404
1403
 
1405
1404
  ---
1406
1405
 
1407
- **Last Updated:** 2025-12-20
1408
- **Version:** 2.1.8
1406
+ **Last Updated:** 2025-12-21
1407
+ **Version:** 2.1.9
@@ -89,6 +89,7 @@ From docs/architecture.md:
89
89
 
90
90
  ## Workflow: 6 Steps
91
91
 
92
+ // turbo
92
93
  ### Step 9.1: Extract Context & Inventory (10-15 min)
93
94
 
94
95
  **1. Extract context variables from `ai-instructions.md`:**