ai-flow-dev 2.4.2 → 2.4.4
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.
- package/README.md +1 -1
- package/package.json +1 -1
- package/prompts/backend/flow-build-phase-1.md +1 -1
- package/prompts/backend/flow-build-phase-2.md +2 -2
- package/prompts/backend/flow-build-phase-3.md +2 -2
- package/prompts/backend/flow-build-phase-4.md +1 -1
- package/prompts/backend/flow-build-phase-5.md +1 -1
- package/prompts/backend/flow-build-phase-6.md +1 -1
- package/prompts/backend/flow-build-phase-7.md +1 -1
- package/prompts/backend/flow-build.md +1 -1
- package/prompts/backend/flow-docs-sync.md +5 -5
- package/prompts/frontend/flow-build-phase-1.md +1 -1
- package/prompts/frontend/flow-build-phase-2.md +2 -2
- package/prompts/frontend/flow-build-phase-3.md +2 -2
- package/prompts/frontend/flow-build-phase-4.md +1 -1
- package/prompts/frontend/flow-build-phase-5.md +1 -1
- package/prompts/frontend/flow-build-phase-6.md +1 -1
- package/prompts/frontend/flow-build-phase-7.md +1 -1
- package/prompts/frontend/flow-build.md +1 -1
- package/prompts/mobile/flow-build-phase-1.md +1 -1
- package/prompts/mobile/flow-build-phase-2.md +2 -2
- package/prompts/mobile/flow-build-phase-3.md +2 -2
- package/prompts/mobile/flow-build-phase-4.md +1 -1
- package/prompts/mobile/flow-build-phase-5.md +1 -1
- package/prompts/mobile/flow-build-phase-6.md +1 -1
- package/prompts/mobile/flow-build-phase-7.md +1 -1
- package/prompts/mobile/flow-build.md +1 -1
- package/prompts/shared/smart-skip-preflight.md +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AI Flow
|
|
2
2
|
|
|
3
|
-
[](https://github.com/victorvelazquez/ai-flow/actions/workflows/nodejs.yml)
|
|
4
4
|
|
|
5
5
|
## English
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-flow-dev",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.4",
|
|
4
4
|
"description": "AI-powered development workflow from idea to production. Generate specs, plan features, and build with AI assistance throughout your project lifecycle.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cli.js",
|
|
@@ -13,7 +13,7 @@ Define the project's core purpose, business rules, and high-level requirements t
|
|
|
13
13
|
|
|
14
14
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
15
15
|
|
|
16
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
16
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
17
17
|
|
|
18
18
|
**Execute Pre-Flight Check for Phase 1:**
|
|
19
19
|
|
|
@@ -14,7 +14,7 @@ Design the database model, entities, and relationships.
|
|
|
14
14
|
|
|
15
15
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
16
16
|
|
|
17
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
17
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
18
18
|
|
|
19
19
|
**Execute Pre-Flight Check for Phase 2:**
|
|
20
20
|
|
|
@@ -528,7 +528,7 @@ Is this correct? (Yes/No)
|
|
|
528
528
|
|
|
529
529
|
#### 🎨 MERMAID ER DIAGRAM FORMAT - CRITICAL
|
|
530
530
|
|
|
531
|
-
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](
|
|
531
|
+
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](.ai-flow/prompts/shared/mermaid-guidelines.md) for ER diagram syntax, relationship notation, and common mistakes.
|
|
532
532
|
|
|
533
533
|
## **Example ER Diagram:**
|
|
534
534
|
|
|
@@ -20,7 +20,7 @@ Define the technical stack, architecture patterns, and system design.
|
|
|
20
20
|
|
|
21
21
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
22
22
|
|
|
23
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
23
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
24
24
|
|
|
25
25
|
**Execute Pre-Flight Check for Phase 3:**
|
|
26
26
|
|
|
@@ -39,7 +39,7 @@ Define the technical stack, architecture patterns, and system design.
|
|
|
39
39
|
|
|
40
40
|
#### 🎨 MERMAID ARCHITECTURE DIAGRAM FORMAT - CRITICAL
|
|
41
41
|
|
|
42
|
-
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](
|
|
42
|
+
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](.ai-flow/prompts/shared/mermaid-guidelines.md) for architecture diagram syntax, node shapes, and styling.
|
|
43
43
|
|
|
44
44
|
**Example Architecture Diagram:**
|
|
45
45
|
|
|
@@ -16,7 +16,7 @@ Define security policies, authentication, authorization, and compliance requirem
|
|
|
16
16
|
|
|
17
17
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
18
18
|
|
|
19
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
19
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
20
20
|
|
|
21
21
|
**Execute Pre-Flight Check for Phase 4:**
|
|
22
22
|
|
|
@@ -16,7 +16,7 @@ Establish code quality rules, naming conventions, and development practices.
|
|
|
16
16
|
|
|
17
17
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
18
18
|
|
|
19
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
19
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
20
20
|
|
|
21
21
|
**Execute Pre-Flight Check for Phase 5:**
|
|
22
22
|
|
|
@@ -22,7 +22,7 @@ Define testing approach, tools, and quality gates.
|
|
|
22
22
|
|
|
23
23
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
24
24
|
|
|
25
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
25
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
26
26
|
|
|
27
27
|
**Execute Pre-Flight Check for Phase 6:**
|
|
28
28
|
|
|
@@ -16,7 +16,7 @@ Define deployment, monitoring, and operational practices.
|
|
|
16
16
|
|
|
17
17
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
18
18
|
|
|
19
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
19
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
20
20
|
|
|
21
21
|
**Execute Pre-Flight Check for Phase 7:**
|
|
22
22
|
|
|
@@ -114,7 +114,7 @@ Each phase is modularized for better maintainability and reduced context usage.
|
|
|
114
114
|
## 📋 Scope Selection (MVP / Production / Enterprise)
|
|
115
115
|
|
|
116
116
|
Before starting Phase 1, ask the user to select the Project Scope.
|
|
117
|
-
> 📎 **Reference:** See [
|
|
117
|
+
> 📎 **Reference:** See [scope-levels.md](.ai-flow/prompts/shared/scope-levels.md)
|
|
118
118
|
|
|
119
119
|
---
|
|
120
120
|
## 🔄 Documentation Sync
|
|
@@ -93,24 +93,24 @@ No se requiere ninguna actualización.
|
|
|
93
93
|
---
|
|
94
94
|
## 📊 MERMAID DIAGRAM REGENERATION GUIDELINES
|
|
95
95
|
|
|
96
|
-
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](
|
|
96
|
+
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](.ai-flow/prompts/shared/mermaid-guidelines.md) for all Mermaid diagram formatting rules (ER, Architecture, Flow).
|
|
97
97
|
|
|
98
98
|
### ER Diagrams (data-model.md)
|
|
99
99
|
|
|
100
|
-
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](
|
|
100
|
+
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](.ai-flow/prompts/shared/mermaid-guidelines.md) for ER diagram syntax, relationship notation, and common mistakes.
|
|
101
101
|
---
|
|
102
102
|
### Architecture Diagrams (architecture.md)
|
|
103
103
|
|
|
104
|
-
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](
|
|
104
|
+
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](.ai-flow/prompts/shared/mermaid-guidelines.md) for architecture diagram syntax, node shapes, and styling.
|
|
105
105
|
---
|
|
106
106
|
---
|
|
107
107
|
### Business Flow Diagrams (project-brief.md)
|
|
108
108
|
|
|
109
|
-
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](
|
|
109
|
+
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](.ai-flow/prompts/shared/mermaid-guidelines.md) for business flow syntax, decision points, and styling.
|
|
110
110
|
---
|
|
111
111
|
### Common Formatting Rules (ALL Diagrams)
|
|
112
112
|
|
|
113
|
-
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](
|
|
113
|
+
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](.ai-flow/prompts/shared/mermaid-guidelines.md) for critical code fence syntax and indentation rules.
|
|
114
114
|
---
|
|
115
115
|
- Do NOT indent the entire code block
|
|
116
116
|
|
|
@@ -13,7 +13,7 @@ Define the project's core purpose, business rules, and high-level requirements t
|
|
|
13
13
|
|
|
14
14
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
15
15
|
|
|
16
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
16
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
17
17
|
|
|
18
18
|
**Execute Pre-Flight Check for Phase 1:**
|
|
19
19
|
|
|
@@ -14,7 +14,7 @@ Design the database model, entities, and relationships.
|
|
|
14
14
|
|
|
15
15
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
16
16
|
|
|
17
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
17
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
18
18
|
|
|
19
19
|
**Execute Pre-Flight Check for Phase 2:**
|
|
20
20
|
|
|
@@ -528,7 +528,7 @@ Is this correct? (Yes/No)
|
|
|
528
528
|
|
|
529
529
|
#### 🎨 MERMAID ER DIAGRAM FORMAT - CRITICAL
|
|
530
530
|
|
|
531
|
-
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](
|
|
531
|
+
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](.ai-flow/prompts/shared/mermaid-guidelines.md) for ER diagram syntax, relationship notation, and common mistakes.
|
|
532
532
|
|
|
533
533
|
## **Example ER Diagram:**
|
|
534
534
|
|
|
@@ -20,7 +20,7 @@ Define the technical stack, architecture patterns, and system design.
|
|
|
20
20
|
|
|
21
21
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
22
22
|
|
|
23
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
23
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
24
24
|
|
|
25
25
|
**Execute Pre-Flight Check for Phase 3:**
|
|
26
26
|
|
|
@@ -39,7 +39,7 @@ Define the technical stack, architecture patterns, and system design.
|
|
|
39
39
|
|
|
40
40
|
#### 🎨 MERMAID ARCHITECTURE DIAGRAM FORMAT - CRITICAL
|
|
41
41
|
|
|
42
|
-
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](
|
|
42
|
+
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](.ai-flow/prompts/shared/mermaid-guidelines.md) for architecture diagram syntax, node shapes, and styling.
|
|
43
43
|
|
|
44
44
|
**Example Architecture Diagram:**
|
|
45
45
|
|
|
@@ -16,7 +16,7 @@ Define security policies, authentication, authorization, and compliance requirem
|
|
|
16
16
|
|
|
17
17
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
18
18
|
|
|
19
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
19
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
20
20
|
|
|
21
21
|
**Execute Pre-Flight Check for Phase 4:**
|
|
22
22
|
|
|
@@ -16,7 +16,7 @@ Establish code quality rules, naming conventions, and development practices.
|
|
|
16
16
|
|
|
17
17
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
18
18
|
|
|
19
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
19
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
20
20
|
|
|
21
21
|
**Execute Pre-Flight Check for Phase 5:**
|
|
22
22
|
|
|
@@ -22,7 +22,7 @@ Define testing approach, tools, and quality gates.
|
|
|
22
22
|
|
|
23
23
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
24
24
|
|
|
25
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
25
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
26
26
|
|
|
27
27
|
**Execute Pre-Flight Check for Phase 6:**
|
|
28
28
|
|
|
@@ -16,7 +16,7 @@ Define deployment, monitoring, and operational practices.
|
|
|
16
16
|
|
|
17
17
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
18
18
|
|
|
19
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
19
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
20
20
|
|
|
21
21
|
**Execute Pre-Flight Check for Phase 7:**
|
|
22
22
|
|
|
@@ -114,7 +114,7 @@ Each phase is modularized for better maintainability and reduced context usage.
|
|
|
114
114
|
## 📋 Scope Selection (MVP / Production / Enterprise)
|
|
115
115
|
|
|
116
116
|
Before starting Phase 1, ask the user to select the Project Scope.
|
|
117
|
-
> 📎 **Reference:** See [
|
|
117
|
+
> 📎 **Reference:** See [scope-levels.md](.ai-flow/prompts/shared/scope-levels.md)
|
|
118
118
|
|
|
119
119
|
---
|
|
120
120
|
## 🔄 Documentation Sync
|
|
@@ -13,7 +13,7 @@ Define the project's core purpose, business rules, and high-level requirements t
|
|
|
13
13
|
|
|
14
14
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
15
15
|
|
|
16
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
16
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
17
17
|
|
|
18
18
|
**Execute Pre-Flight Check for Phase 1:**
|
|
19
19
|
|
|
@@ -14,7 +14,7 @@ Design the database model, entities, and relationships.
|
|
|
14
14
|
|
|
15
15
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
16
16
|
|
|
17
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
17
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
18
18
|
|
|
19
19
|
**Execute Pre-Flight Check for Phase 2:**
|
|
20
20
|
|
|
@@ -528,7 +528,7 @@ Is this correct? (Yes/No)
|
|
|
528
528
|
|
|
529
529
|
#### 🎨 MERMAID ER DIAGRAM FORMAT - CRITICAL
|
|
530
530
|
|
|
531
|
-
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](
|
|
531
|
+
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](.ai-flow/prompts/shared/mermaid-guidelines.md) for ER diagram syntax, relationship notation, and common mistakes.
|
|
532
532
|
|
|
533
533
|
## **Example ER Diagram:**
|
|
534
534
|
|
|
@@ -20,7 +20,7 @@ Define the technical stack, architecture patterns, and system design.
|
|
|
20
20
|
|
|
21
21
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
22
22
|
|
|
23
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
23
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
24
24
|
|
|
25
25
|
**Execute Pre-Flight Check for Phase 3:**
|
|
26
26
|
|
|
@@ -39,7 +39,7 @@ Define the technical stack, architecture patterns, and system design.
|
|
|
39
39
|
|
|
40
40
|
#### 🎨 MERMAID ARCHITECTURE DIAGRAM FORMAT - CRITICAL
|
|
41
41
|
|
|
42
|
-
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](
|
|
42
|
+
> 📎 **Reference:** See [prompts/shared/mermaid-guidelines.md](.ai-flow/prompts/shared/mermaid-guidelines.md) for architecture diagram syntax, node shapes, and styling.
|
|
43
43
|
|
|
44
44
|
**Example Architecture Diagram:**
|
|
45
45
|
|
|
@@ -16,7 +16,7 @@ Define security policies, authentication, authorization, and compliance requirem
|
|
|
16
16
|
|
|
17
17
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
18
18
|
|
|
19
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
19
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
20
20
|
|
|
21
21
|
**Execute Pre-Flight Check for Phase 4:**
|
|
22
22
|
|
|
@@ -16,7 +16,7 @@ Establish code quality rules, naming conventions, and development practices.
|
|
|
16
16
|
|
|
17
17
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
18
18
|
|
|
19
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
19
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
20
20
|
|
|
21
21
|
**Execute Pre-Flight Check for Phase 5:**
|
|
22
22
|
|
|
@@ -22,7 +22,7 @@ Define testing approach, tools, and quality gates.
|
|
|
22
22
|
|
|
23
23
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
24
24
|
|
|
25
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
25
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
26
26
|
|
|
27
27
|
**Execute Pre-Flight Check for Phase 6:**
|
|
28
28
|
|
|
@@ -16,7 +16,7 @@ Define deployment, monitoring, and operational practices.
|
|
|
16
16
|
|
|
17
17
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
18
18
|
|
|
19
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
19
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
20
20
|
|
|
21
21
|
**Execute Pre-Flight Check for Phase 7:**
|
|
22
22
|
|
|
@@ -112,7 +112,7 @@ Your choice (A/B): __
|
|
|
112
112
|
## 📋 Scope Selection (MVP / Production / Enterprise)
|
|
113
113
|
|
|
114
114
|
Before starting Phase 1, ask the user to select the Project Scope.
|
|
115
|
-
> 📎 **Reference:** See [
|
|
115
|
+
> 📎 **Reference:** See [scope-levels.md](.ai-flow/prompts/shared/scope-levels.md)
|
|
116
116
|
|
|
117
117
|
---
|
|
118
118
|
## 🔄 Documentation Sync
|
|
@@ -181,7 +181,7 @@ Each phase references this template with specific parameters:
|
|
|
181
181
|
```markdown
|
|
182
182
|
## 🔍 Pre-Flight Check (Smart Skip Logic)
|
|
183
183
|
|
|
184
|
-
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](
|
|
184
|
+
> 📎 **Reference:** See [prompts/shared/smart-skip-preflight.md](.ai-flow/prompts/shared/smart-skip-preflight.md) for the complete smart skip logic.
|
|
185
185
|
|
|
186
186
|
**Execute Pre-Flight Check for this phase:**
|
|
187
187
|
|