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.
- package/README.md +14 -13
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
- package/prompts/backend/flow-build-phase-0.md +68 -1810
- package/prompts/backend/flow-build-phase-10.md +1 -0
- package/prompts/backend/flow-build-phase-8.md +6 -7
- package/prompts/backend/flow-build-phase-9.md +1 -0
- package/prompts/backend/flow-build.md +59 -836
- package/prompts/frontend/flow-build-phase-0.md +46 -477
- package/prompts/frontend/flow-build-phase-10.md +33 -0
- package/prompts/frontend/flow-build-phase-8.md +27 -16
- package/prompts/frontend/flow-build-phase-9.md +80 -0
- package/prompts/frontend/flow-build.md +68 -414
- package/prompts/mobile/flow-build-phase-0.md +47 -360
- package/prompts/mobile/flow-build-phase-10.md +32 -0
- package/prompts/mobile/flow-build-phase-8.md +27 -16
- package/prompts/mobile/flow-build-phase-9.md +76 -0
- package/prompts/mobile/flow-build.md +67 -426
|
@@ -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-
|
|
1408
|
-
**Version:** 2.1.
|
|
1406
|
+
**Last Updated:** 2025-12-21
|
|
1407
|
+
**Version:** 2.1.9
|