ai-flow-dev 2.9.0 → 2.9.1
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 +6 -6
- package/package.json +1 -1
- package/prompts/backend/flow-finish.md +76 -77
- package/templates/pr-description.template.md +36 -40
package/README.md
CHANGED
|
@@ -140,7 +140,7 @@ Or using uv (Python tool manager):
|
|
|
140
140
|
uv tool install ai-flow-dev
|
|
141
141
|
```
|
|
142
142
|
|
|
143
|
-
## **Current version:** 2.9.
|
|
143
|
+
## **Current version:** 2.9.1
|
|
144
144
|
|
|
145
145
|
## 🚀 Quick Start
|
|
146
146
|
|
|
@@ -265,7 +265,7 @@ After initialization, use these slash commands in your AI tool:
|
|
|
265
265
|
|
|
266
266
|
> **Note:** Command prefix may vary by AI tool. Examples use `/flow-` (GitHub Copilot), but Claude may use `/` alone, Cursor may use `@`, etc. Check your tool's documentation.
|
|
267
267
|
|
|
268
|
-
**Backend Projects:**
|
|
268
|
+
**Backend Projects:** 24 prompts (flow-build.md with phases 0-10, flow-work.md and variants, flow-check.md and variants, flow-commit.md, flow-finish.md, flow-docs-sync.md, flow-release.md)
|
|
269
269
|
**Frontend Projects:** 26 prompts (same structure tailored for frontend apps)
|
|
270
270
|
**Mobile Projects:** 26 prompts (same structure tailored for mobile apps)
|
|
271
271
|
**Desktop Projects:** 25 prompts (same structure tailored for desktop apps)
|
|
@@ -395,19 +395,19 @@ AI Flow organizes your project with clear separation of concerns:
|
|
|
395
395
|
|
|
396
396
|
## 🎯 Generated Documentation
|
|
397
397
|
|
|
398
|
-
**Backend** (
|
|
398
|
+
**Backend** (17 files): AGENT.md, ai-instructions.md, copilot-instructions.md, project-brief.md, README.md, pr-description.md, work.md, plus 8 docs (ARCHITECTURE.md, API.md, DATABASE.md, DEVELOPMENT.md, DEPLOYMENT.md, ERRORS.md, SECURITY.md, TESTING.md) and 2 specs (API_DESIGN.md, DATA_MODEL.md).
|
|
399
399
|
|
|
400
400
|
**Frontend** (15 files): AGENT.md, ai-instructions.md, project-brief.md, plus 12 technical docs/specs.
|
|
401
401
|
|
|
402
402
|
**Mobile** (13 files): AGENT.md, ai-instructions.md, project-brief.md, plus 10 technical docs/specs.
|
|
403
403
|
|
|
404
|
-
**Desktop** (
|
|
404
|
+
**Desktop** (6 files): AGENT.md, ai-instructions.md, copilot-instructions.md, project-brief.md, README.md, .clauderules, .cursorrules (NetBeans/Eclipse Java projects).
|
|
405
405
|
|
|
406
406
|
**Fullstack** (30+ files): Combined Backend + Frontend documentation structures.
|
|
407
407
|
|
|
408
|
-
**Slash Commands/Prompts** (
|
|
408
|
+
**Slash Commands/Prompts** (98 total):
|
|
409
409
|
|
|
410
|
-
- Backend:
|
|
410
|
+
- Backend: 24 prompts (flow-build.md with phases 0-10, flow-work.md and variants, flow-check.md and variants, flow-commit.md, flow-finish.md, flow-docs-sync.md, flow-release.md)
|
|
411
411
|
- Frontend: 26 prompts (same structure tailored for frontend + /flow-work-api + /flow-finish + /flow-release + /flow-report)
|
|
412
412
|
- Mobile: 26 prompts (same structure tailored for mobile apps + /flow-work-api + /flow-finish + /flow-release + /flow-report)
|
|
413
413
|
- Desktop: 25 prompts (same structure tailored for desktop apps + /flow-finish + /flow-release + /flow-report)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-flow-dev",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.1",
|
|
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",
|
|
@@ -774,7 +774,7 @@ Read the structured summary from `/tmp/ai-context-summary.md` (400-600 words) an
|
|
|
774
774
|
**AI Prompt:**
|
|
775
775
|
|
|
776
776
|
```markdown
|
|
777
|
-
|
|
777
|
+
Generate two professional descriptions (PR in **ENGLISH**, Jira in **SPANISH**) using the OFFICIAL TEMPLATE in `.ai-flow/templates/pr-description.template.md`.
|
|
778
778
|
|
|
779
779
|
<context-summary>
|
|
780
780
|
$(cat /tmp/ai-context-summary.md)
|
|
@@ -813,7 +813,7 @@ TESTS_PASSED=$TESTS_PASSED
|
|
|
813
813
|
TESTS_TOTAL=$TESTS_TOTAL
|
|
814
814
|
TESTS_NEW=$TESTS_NEW
|
|
815
815
|
COVERAGE=$COVERAGE
|
|
816
|
-
DOCS_STATUS=$([ -n "$(git diff --name-only main..HEAD | grep '\.md$')" ] && echo "✅
|
|
816
|
+
DOCS_STATUS=$([ -n "$(git diff --name-only main..HEAD | grep '\.md$')" ] && echo "✅ Updated" || echo "⚠️ Review needed")
|
|
817
817
|
|
|
818
818
|
## Code Metrics
|
|
819
819
|
|
|
@@ -825,7 +825,7 @@ LINES_DELETED=$LINES_DELETED
|
|
|
825
825
|
## Breaking Changes
|
|
826
826
|
|
|
827
827
|
HAS_BREAKING_CHANGES=$HAS_BREAKING_CHANGES
|
|
828
|
-
BREAKING_CHANGES_STATUS=$([ "$HAS_BREAKING_CHANGES" = "true" ] && echo "⚠️
|
|
828
|
+
BREAKING_CHANGES_STATUS=$([ "$HAS_BREAKING_CHANGES" = "true" ] && echo "⚠️ YES (see below)" || echo "✅ No")
|
|
829
829
|
BREAKING_CHANGES_LIST=$([ "$HAS_BREAKING_CHANGES" = "true" ] && echo "$COMMIT_BREAKING" || echo "")
|
|
830
830
|
MIGRATION_GUIDE=$([ "$HAS_BREAKING_CHANGES" = "true" ] && echo "[TODO: Usuario debe completar guía de migración]" || echo "")
|
|
831
831
|
|
|
@@ -898,38 +898,43 @@ OBSERVABILITY=[Analiza qué logging/monitoring se agregó o debe considerarse:
|
|
|
898
898
|
</template-variables>
|
|
899
899
|
|
|
900
900
|
<instructions>
|
|
901
|
-
**
|
|
902
|
-
|
|
903
|
-
1. **PR Description (GitHub/GitLab/Bitbucket) -
|
|
904
|
-
-
|
|
905
|
-
-
|
|
906
|
-
-
|
|
907
|
-
-
|
|
908
|
-
-
|
|
909
|
-
|
|
910
|
-
-
|
|
911
|
-
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
-
|
|
917
|
-
-
|
|
918
|
-
-
|
|
919
|
-
-
|
|
920
|
-
-
|
|
921
|
-
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
-
|
|
928
|
-
-
|
|
929
|
-
-
|
|
930
|
-
-
|
|
931
|
-
-
|
|
932
|
-
-
|
|
901
|
+
**Read the template in `.ai-flow/templates/pr-description.template.md`** and generate TWO descriptions following EXACTLY that structure:
|
|
902
|
+
|
|
903
|
+
1. **PR Description (GitHub/GitLab/Bitbucket) - TECHNICAL, COMPLETE, IN ENGLISH:**
|
|
904
|
+
- Use ALL sections from the template
|
|
905
|
+
- Render variables with real values
|
|
906
|
+
- Audience: Developers and Reviewers
|
|
907
|
+
- Focus: "How it was implemented" (technical details)
|
|
908
|
+
- **LANGUAGE: English (all text, headers, descriptions)**
|
|
909
|
+
- Include conditional sections ONLY if applicable:
|
|
910
|
+
- Breaking Changes Details (if HAS_BREAKING_CHANGES=true)
|
|
911
|
+
- Deployment Notes (if SHOW_DEPLOYMENT_NOTES=true)
|
|
912
|
+
- Screenshots (if HAS_UI_CHANGES=true)
|
|
913
|
+
- Generate context-specific TEST_STEPS (not generic)
|
|
914
|
+
|
|
915
|
+
2. **Jira Comment (Task Update) - BUSINESS-ORIENTED, COMPACT, IN SPANISH:**
|
|
916
|
+
- Audience: QA, PM, Stakeholders + Devs
|
|
917
|
+
- Focus: "What was achieved and how to test it" (business outcome)
|
|
918
|
+
- Maximum 20-25 lines (scannable in 30 seconds)
|
|
919
|
+
- **LANGUAGE: Spanish (all text, headers, descriptions)**
|
|
920
|
+
- BUSINESS_SUMMARY is MOST IMPORTANT: must explain value without technical jargon
|
|
921
|
+
- TEST_STEPS must be actionable for QA (no code knowledge required)
|
|
922
|
+
- DEPLOYMENT_NOTES_COMPACT only if critical (1 line max)
|
|
923
|
+
- QA_NOTES only if there's something non-obvious QA should know
|
|
924
|
+
|
|
925
|
+
**Important Rules:**
|
|
926
|
+
|
|
927
|
+
- Use professional but clear language (senior engineer level)
|
|
928
|
+
- Be specific with technical changes (use real file/module names)
|
|
929
|
+
- Use commit links already formatted in $COMMIT_HASHES_SUMMARY
|
|
930
|
+
- Generate context-specific TEST_STEPS (not generic steps)
|
|
931
|
+
- If MIGRATION_GUIDE is empty and there are breaking changes, recommend user to complete it
|
|
932
|
+
- Escape special characters correctly for valid Markdown
|
|
933
|
+
- Use `---` separators (not `━━━━` or Unicode characters)
|
|
934
|
+
- If NEW_DEPENDENCIES is empty but HAS_NEW_DEPS=true, detect from diff
|
|
935
|
+
- **PR Description: 100% English**
|
|
936
|
+
- **Jira Comment: 100% Spanish**
|
|
937
|
+
- **NO SIGNATURES**: Do not include "Generated by AI Flow" or similar footers
|
|
933
938
|
|
|
934
939
|
**Output Format:**
|
|
935
940
|
|
|
@@ -947,40 +952,40 @@ IMPORTANTE: Responde directamente con este formato EXACTO usando 5 BACKTICKS (m
|
|
|
947
952
|
|
|
948
953
|
---
|
|
949
954
|
|
|
950
|
-
## 🎯
|
|
955
|
+
## 🎯 Change Type
|
|
951
956
|
|
|
952
|
-
- [{{IS_FEATURE}}] ✨ Feature (
|
|
953
|
-
- [{{IS_FIX}}] 🐛 Fix (
|
|
954
|
-
- [{{IS_REFACTOR}}] ♻️ Refactor (
|
|
955
|
-
- [{{IS_DOCS}}] 📝 Docs (
|
|
956
|
-
- [{{IS_PERF}}] ⚡ Performance (
|
|
957
|
-
- [{{IS_TEST}}] 🧪 Test (
|
|
957
|
+
- [{{IS_FEATURE}}] ✨ Feature (new functionality)
|
|
958
|
+
- [{{IS_FIX}}] 🐛 Fix (bug fix)
|
|
959
|
+
- [{{IS_REFACTOR}}] ♻️ Refactor (no functional change)
|
|
960
|
+
- [{{IS_DOCS}}] 📝 Docs (documentation only)
|
|
961
|
+
- [{{IS_PERF}}] ⚡ Performance (improvement)
|
|
962
|
+
- [{{IS_TEST}}] 🧪 Test (add/improve tests)
|
|
958
963
|
|
|
959
|
-
## 🎯
|
|
964
|
+
## 🎯 Impact Area
|
|
960
965
|
|
|
961
966
|
**{{IMPACT_AREA}}**
|
|
962
967
|
|
|
963
|
-
## 💡
|
|
968
|
+
## 💡 Context
|
|
964
969
|
|
|
965
970
|
{{CONTEXT}}
|
|
966
971
|
|
|
967
972
|
{{RELATED_ISSUES}}
|
|
968
973
|
|
|
969
|
-
## ✅
|
|
974
|
+
## ✅ Implemented Solution
|
|
970
975
|
|
|
971
976
|
{{SOLUTION}}
|
|
972
977
|
|
|
973
|
-
## 🔧
|
|
978
|
+
## 🔧 Main Changes
|
|
974
979
|
|
|
975
980
|
{{MAIN_CHANGES}}
|
|
976
981
|
|
|
977
|
-
## 🧪
|
|
982
|
+
## 🧪 How to Test
|
|
978
983
|
|
|
979
984
|
{{TEST_STEPS}}
|
|
980
985
|
|
|
981
986
|
{{SCREENSHOTS_SECTION}}
|
|
982
987
|
|
|
983
|
-
##
|
|
988
|
+
## 🔒 Security Impact
|
|
984
989
|
|
|
985
990
|
{{SECURITY_IMPACT}}
|
|
986
991
|
|
|
@@ -992,33 +997,33 @@ IMPORTANTE: Responde directamente con este formato EXACTO usando 5 BACKTICKS (m
|
|
|
992
997
|
|
|
993
998
|
{{OBSERVABILITY}}
|
|
994
999
|
|
|
995
|
-
##
|
|
1000
|
+
## 📊 Validation
|
|
996
1001
|
|
|
997
|
-
|
|
|
998
|
-
| ----------- |
|
|
999
|
-
| 🧪 Tests | {{TESTS_PASSED}}/{{TESTS_TOTAL}} passing (+{{TESTS_NEW}}
|
|
1000
|
-
| 📈 Coverage | {{COVERAGE}}%
|
|
1001
|
-
| 🔍 Lint | ✅
|
|
1002
|
-
| 📝 Docs | {{DOCS_STATUS}}
|
|
1002
|
+
| Aspect | Result |
|
|
1003
|
+
| ----------- | ------------------------------------------------------------- |
|
|
1004
|
+
| 🧪 Tests | {{TESTS_PASSED}}/{{TESTS_TOTAL}} passing (+{{TESTS_NEW}} new) |
|
|
1005
|
+
| 📈 Coverage | {{COVERAGE}}% |
|
|
1006
|
+
| 🔍 Lint | ✅ No errors |
|
|
1007
|
+
| 📝 Docs | {{DOCS_STATUS}} |
|
|
1003
1008
|
|
|
1004
|
-
## 📈
|
|
1009
|
+
## 📈 Metrics
|
|
1005
1010
|
|
|
1006
|
-
|
|
|
1007
|
-
| ------------------- |
|
|
1008
|
-
| 💾 Commits | {{TOTAL_COMMITS}} ([
|
|
1009
|
-
| 📁
|
|
1010
|
-
| ⚠️ Breaking Changes | {{BREAKING_CHANGES_STATUS}}
|
|
1011
|
-
| ⏱️
|
|
1011
|
+
| Metric | Value |
|
|
1012
|
+
| ------------------- | -------------------------------------------------------------------- |
|
|
1013
|
+
| 💾 Commits | {{TOTAL_COMMITS}} ([view commits]({{COMMIT_HASHES_SUMMARY}})) |
|
|
1014
|
+
| 📁 Files | {{FILES_COUNT}} modified (+{{LINES_ADDED}}/-{{LINES_DELETED}} lines) |
|
|
1015
|
+
| ⚠️ Breaking Changes | {{BREAKING_CHANGES_STATUS}} |
|
|
1016
|
+
| ⏱️ Duration | {{DURATION}} ({{STORY_POINTS}} SP) |
|
|
1012
1017
|
|
|
1013
1018
|
{{BREAKING_CHANGES_DETAILS}}
|
|
1014
1019
|
|
|
1015
1020
|
{{DEPLOYMENT_NOTES}}
|
|
1016
1021
|
|
|
1017
|
-
## 📦
|
|
1022
|
+
## 📦 Dependencies
|
|
1018
1023
|
|
|
1019
1024
|
{{DEPENDENCIES_SECTION}}
|
|
1020
1025
|
|
|
1021
|
-
## 🔗
|
|
1026
|
+
## 🔗 References
|
|
1022
1027
|
|
|
1023
1028
|
- **Commits:** {{COMMIT_HASHES_SUMMARY}}
|
|
1024
1029
|
- **Platform:** {{PLATFORM}}
|
|
@@ -1026,17 +1031,14 @@ IMPORTANTE: Responde directamente con este formato EXACTO usando 5 BACKTICKS (m
|
|
|
1026
1031
|
|
|
1027
1032
|
## ✅ Reviewer Checklist
|
|
1028
1033
|
|
|
1029
|
-
- [ ]
|
|
1030
|
-
- [ ]
|
|
1031
|
-
- [ ]
|
|
1032
|
-
- [ ] No
|
|
1033
|
-
- [ ]
|
|
1034
|
-
- [ ]
|
|
1035
|
-
- [ ]
|
|
1034
|
+
- [ ] Code follows project standards
|
|
1035
|
+
- [ ] Logic is clear and well documented
|
|
1036
|
+
- [ ] Tests cover critical and edge cases
|
|
1037
|
+
- [ ] No security or performance risks
|
|
1038
|
+
- [ ] Documentation is up to date
|
|
1039
|
+
- [ ] No undocumented breaking changes
|
|
1040
|
+
- [ ] PR size is appropriate (not too large)
|
|
1036
1041
|
|
|
1037
|
-
---
|
|
1038
|
-
|
|
1039
|
-
**Generated by AI Flow**
|
|
1040
1042
|
\`\`\`\`\`
|
|
1041
1043
|
|
|
1042
1044
|
---
|
|
@@ -1099,9 +1101,6 @@ IMPORTANTE: Responde directamente con este formato EXACTO usando 5 BACKTICKS (m
|
|
|
1099
1101
|
|
|
1100
1102
|
💡 _Después de crear el PR, reemplaza `[PEGAR_LINK_AQUI]` con el link real._
|
|
1101
1103
|
|
|
1102
|
-
---
|
|
1103
|
-
|
|
1104
|
-
_Generado automáticamente por AI Flow • Platform: {{PLATFORM}}_
|
|
1105
1104
|
\`\`\`\`\`
|
|
1106
1105
|
|
|
1107
1106
|
---
|
|
@@ -47,40 +47,40 @@ This template is used by `/flow-finish` to generate professional Pull Request de
|
|
|
47
47
|
|
|
48
48
|
---
|
|
49
49
|
|
|
50
|
-
## 🎯
|
|
50
|
+
## 🎯 Change Type
|
|
51
51
|
|
|
52
|
-
- [{{IS_FEATURE}}] ✨ Feature (
|
|
53
|
-
- [{{IS_FIX}}] 🐛 Fix (
|
|
54
|
-
- [{{IS_REFACTOR}}] ♻️ Refactor (
|
|
55
|
-
- [{{IS_DOCS}}] 📝 Docs (
|
|
56
|
-
- [{{IS_PERF}}] ⚡ Performance (
|
|
57
|
-
- [{{IS_TEST}}] 🧪 Test (
|
|
52
|
+
- [{{IS_FEATURE}}] ✨ Feature (new functionality)
|
|
53
|
+
- [{{IS_FIX}}] 🐛 Fix (bug fix)
|
|
54
|
+
- [{{IS_REFACTOR}}] ♻️ Refactor (no functional change)
|
|
55
|
+
- [{{IS_DOCS}}] 📝 Docs (documentation only)
|
|
56
|
+
- [{{IS_PERF}}] ⚡ Performance (improvement)
|
|
57
|
+
- [{{IS_TEST}}] 🧪 Test (add/improve tests)
|
|
58
58
|
|
|
59
|
-
## 🎯
|
|
59
|
+
## 🎯 Impact Area
|
|
60
60
|
|
|
61
61
|
**{{IMPACT_AREA}}**
|
|
62
62
|
|
|
63
|
-
## 💡
|
|
63
|
+
## 💡 Context
|
|
64
64
|
|
|
65
65
|
{{CONTEXT}}
|
|
66
66
|
|
|
67
67
|
{{RELATED_ISSUES}}
|
|
68
68
|
|
|
69
|
-
## ✅
|
|
69
|
+
## ✅ Implemented Solution
|
|
70
70
|
|
|
71
71
|
{{SOLUTION}}
|
|
72
72
|
|
|
73
|
-
## 🔧
|
|
73
|
+
## 🔧 Main Changes
|
|
74
74
|
|
|
75
75
|
{{MAIN_CHANGES}}
|
|
76
76
|
|
|
77
|
-
## 🧪
|
|
77
|
+
## 🧪 How to Test
|
|
78
78
|
|
|
79
79
|
{{TEST_STEPS}}
|
|
80
80
|
|
|
81
81
|
{{SCREENSHOTS_SECTION}}
|
|
82
82
|
|
|
83
|
-
##
|
|
83
|
+
## 🔒 Security Impact
|
|
84
84
|
|
|
85
85
|
{{SECURITY_IMPACT}}
|
|
86
86
|
|
|
@@ -92,33 +92,33 @@ This template is used by `/flow-finish` to generate professional Pull Request de
|
|
|
92
92
|
|
|
93
93
|
{{OBSERVABILITY}}
|
|
94
94
|
|
|
95
|
-
##
|
|
95
|
+
## 📊 Validation
|
|
96
96
|
|
|
97
|
-
|
|
|
98
|
-
| ----------- |
|
|
99
|
-
| 🧪 Tests | {{TESTS_PASSED}}/{{TESTS_TOTAL}} passing (+{{TESTS_NEW}}
|
|
100
|
-
| 📈 Coverage | {{COVERAGE}}%
|
|
101
|
-
| 🔍 Lint | ✅
|
|
102
|
-
| 📝 Docs | {{DOCS_STATUS}}
|
|
97
|
+
| Aspect | Result |
|
|
98
|
+
| ----------- | ------------------------------------------------------------- |
|
|
99
|
+
| 🧪 Tests | {{TESTS_PASSED}}/{{TESTS_TOTAL}} passing (+{{TESTS_NEW}} new) |
|
|
100
|
+
| 📈 Coverage | {{COVERAGE}}% |
|
|
101
|
+
| 🔍 Lint | ✅ No errors |
|
|
102
|
+
| 📝 Docs | {{DOCS_STATUS}} |
|
|
103
103
|
|
|
104
|
-
## 📈
|
|
104
|
+
## 📈 Metrics
|
|
105
105
|
|
|
106
|
-
|
|
|
107
|
-
| ------------------- |
|
|
108
|
-
| 💾 Commits | {{TOTAL_COMMITS}} ([
|
|
109
|
-
| 📁
|
|
110
|
-
| ⚠️ Breaking Changes | {{BREAKING_CHANGES_STATUS}}
|
|
111
|
-
| ⏱️
|
|
106
|
+
| Metric | Value |
|
|
107
|
+
| ------------------- | -------------------------------------------------------------------- |
|
|
108
|
+
| 💾 Commits | {{TOTAL_COMMITS}} ([view commits]({{COMMIT_HASHES_SUMMARY}})) |
|
|
109
|
+
| 📁 Files | {{FILES_COUNT}} modified (+{{LINES_ADDED}}/-{{LINES_DELETED}} lines) |
|
|
110
|
+
| ⚠️ Breaking Changes | {{BREAKING_CHANGES_STATUS}} |
|
|
111
|
+
| ⏱️ Duration | {{DURATION}} ({{STORY_POINTS}} SP) |
|
|
112
112
|
|
|
113
113
|
{{BREAKING_CHANGES_DETAILS}}
|
|
114
114
|
|
|
115
115
|
{{DEPLOYMENT_NOTES}}
|
|
116
116
|
|
|
117
|
-
## 📦
|
|
117
|
+
## 📦 Dependencies
|
|
118
118
|
|
|
119
119
|
{{DEPENDENCIES_SECTION}}
|
|
120
120
|
|
|
121
|
-
## 🔗
|
|
121
|
+
## 🔗 References
|
|
122
122
|
|
|
123
123
|
- **Commits:** {{COMMIT_HASHES_SUMMARY}}
|
|
124
124
|
- **Platform:** {{PLATFORM}}
|
|
@@ -126,19 +126,15 @@ This template is used by `/flow-finish` to generate professional Pull Request de
|
|
|
126
126
|
|
|
127
127
|
## ✅ Reviewer Checklist
|
|
128
128
|
|
|
129
|
-
- [ ]
|
|
130
|
-
- [ ]
|
|
131
|
-
- [ ]
|
|
132
|
-
- [ ] No
|
|
133
|
-
- [ ]
|
|
134
|
-
- [ ]
|
|
135
|
-
- [ ]
|
|
129
|
+
- [ ] Code follows project standards
|
|
130
|
+
- [ ] Logic is clear and well documented
|
|
131
|
+
- [ ] Tests cover critical and edge cases
|
|
132
|
+
- [ ] No security or performance risks
|
|
133
|
+
- [ ] Documentation is up to date
|
|
134
|
+
- [ ] No undocumented breaking changes
|
|
135
|
+
- [ ] PR size is appropriate (not too large)
|
|
136
136
|
|
|
137
137
|
{{NEXT_STEPS}}
|
|
138
|
-
|
|
139
|
-
---
|
|
140
|
-
|
|
141
|
-
**Generated by AI Flow** • [Learn more](https://github.com/victorvelazquez/ai-flow)
|
|
142
138
|
```
|
|
143
139
|
|
|
144
140
|
---
|