ai-flow-dev 2.4.5 โ 2.5.2
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 +22 -12
- package/package.json +1 -1
- package/prompts/backend/flow-commit.md +69 -3
- package/prompts/backend/flow-work-feature.md +13 -0
- package/prompts/backend/flow-work-fix.md +10 -0
- package/prompts/backend/flow-work-refactor.md +10 -0
- package/prompts/backend/flow-work.md +686 -94
- package/prompts/frontend/flow-commit.md +69 -3
- package/prompts/frontend/flow-work-feature.md +13 -0
- package/prompts/frontend/flow-work-fix.md +2 -0
- package/prompts/frontend/flow-work-refactor.md +10 -0
- package/prompts/frontend/flow-work.md +692 -96
- package/prompts/mobile/flow-commit.md +69 -3
- package/prompts/mobile/flow-work-feature.md +13 -0
- package/prompts/mobile/flow-work-fix.md +10 -0
- package/prompts/mobile/flow-work-refactor.md +10 -0
- package/prompts/mobile/flow-work.md +688 -96
- package/prompts/shared/task-summary-template.md +277 -0
- package/templates/AGENT.template.md +41 -23
- package/templates/backend/.clauderules.template +112 -112
- package/templates/backend/.cursorrules.template +102 -102
|
@@ -1,102 +1,102 @@
|
|
|
1
|
-
# Cursor Configuration for {{PROJECT_NAME}}
|
|
2
|
-
|
|
3
|
-
## ๐ Quick Start
|
|
4
|
-
|
|
5
|
-
**IMPORTANT:** Read `AGENT.md` first for complete project context.
|
|
6
|
-
|
|
7
|
-
This file contains Cursor-specific preferences and workflows.
|
|
8
|
-
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
## ๐ฏ Project Summary
|
|
12
|
-
|
|
13
|
-
**Name:** {{PROJECT_NAME}}
|
|
14
|
-
**Description:** {{PROJECT_DESCRIPTION}}
|
|
15
|
-
**Stack:** {{FRAMEWORK}} + {{LANGUAGE}} + {{DATABASE}}
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
## ๐ Documentation
|
|
20
|
-
|
|
21
|
-
Read these files in order:
|
|
22
|
-
|
|
23
|
-
1. `AGENT.md` - Universal AI configuration (โญ START HERE)
|
|
24
|
-
2. `ai-instructions.md` - Tech stack, rules, workflow
|
|
25
|
-
3. `project-brief.md` - Business context
|
|
26
|
-
4. `README.md` - Developer onboarding & commands
|
|
27
|
-
5. `docs/architecture.md` - System architecture
|
|
28
|
-
6. `docs/data-model.md` - Database design
|
|
29
|
-
7. `docs/code-standards.md` - Code quality standards
|
|
30
|
-
8. `docs/testing.md` - Testing strategy and coverage rules
|
|
31
|
-
9. `docs/operations.md` - Deployment & operational procedures
|
|
32
|
-
10. `docs/business-flows.md` - Business process flows and diagrams
|
|
33
|
-
11. `docs/api.md` - API reference and conventions
|
|
34
|
-
12. `docs/contributing.md` - Contribution workflow
|
|
35
|
-
13. `specs/security.md` - Security policies
|
|
36
|
-
14. `specs/configuration.md` - Environment configuration
|
|
37
|
-
|
|
38
|
-
---
|
|
39
|
-
|
|
40
|
-
## โ NEVER
|
|
41
|
-
|
|
42
|
-
{{NEVER_RULES_SUMMARY}}
|
|
43
|
-
|
|
44
|
-
---
|
|
45
|
-
|
|
46
|
-
## โ
ALWAYS
|
|
47
|
-
|
|
48
|
-
{{ALWAYS_RULES_SUMMARY}}
|
|
49
|
-
|
|
50
|
-
---
|
|
51
|
-
|
|
52
|
-
## ๐๏ธ Architecture
|
|
53
|
-
|
|
54
|
-
**Pattern:** {{ARCHITECTURE_PATTERN}}
|
|
55
|
-
**Organization:** {{FILE_ORGANIZATION}}
|
|
56
|
-
|
|
57
|
-
---
|
|
58
|
-
|
|
59
|
-
## ๐จ Code Style
|
|
60
|
-
|
|
61
|
-
- Indentation: {{INDENTATION}}
|
|
62
|
-
- Quotes: {{QUOTE_STYLE}}
|
|
63
|
-
- Formatter: {{FORMATTER}}
|
|
64
|
-
- Linter: {{LINTER}}
|
|
65
|
-
|
|
66
|
-
---
|
|
67
|
-
|
|
68
|
-
## ๐งช Testing
|
|
69
|
-
|
|
70
|
-
- Coverage: {{MIN_COVERAGE}}%+ required
|
|
71
|
-
- Framework: {{TEST_FRAMEWORK}}
|
|
72
|
-
- Command: `{{TEST_COMMAND}}`
|
|
73
|
-
|
|
74
|
-
---
|
|
75
|
-
|
|
76
|
-
## ๐ Commits
|
|
77
|
-
|
|
78
|
-
{{COMMIT_FORMAT_EXAMPLE}}
|
|
79
|
-
|
|
80
|
-
---
|
|
81
|
-
|
|
82
|
-
## ๐ Security
|
|
83
|
-
|
|
84
|
-
- Validate all inputs: {{VALIDATION_LIBRARY}}
|
|
85
|
-
- Auth method: {{AUTH_METHOD}}
|
|
86
|
-
- Never hardcode secrets
|
|
87
|
-
- Use environment variables
|
|
88
|
-
|
|
89
|
-
---
|
|
90
|
-
|
|
91
|
-
## ๐ก Cursor Tips
|
|
92
|
-
|
|
93
|
-
- Use `@AGENT.md` to reference project context
|
|
94
|
-
- Use `@ai-instructions.md` for coding rules
|
|
95
|
-
- **๐ Proactive Execution:** When running `/flow-build`, `/flow-work`, or `/flow-check`, **ACT IMMEDIATELY**. These flows have their own interactive confirmation steps. Do not wait for a general plan approval.
|
|
96
|
-
- Check `docs/` folder for detailed specifications
|
|
97
|
-
|
|
98
|
-
---
|
|
99
|
-
|
|
100
|
-
**Always reference `AGENT.md` for complete project understanding.**
|
|
101
|
-
|
|
102
|
-
**Generated by:** AI Flow v1.0.0
|
|
1
|
+
# Cursor Configuration for {{PROJECT_NAME}}
|
|
2
|
+
|
|
3
|
+
## ๐ Quick Start
|
|
4
|
+
|
|
5
|
+
**IMPORTANT:** Read `AGENT.md` first for complete project context.
|
|
6
|
+
|
|
7
|
+
This file contains Cursor-specific preferences and workflows.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## ๐ฏ Project Summary
|
|
12
|
+
|
|
13
|
+
**Name:** {{PROJECT_NAME}}
|
|
14
|
+
**Description:** {{PROJECT_DESCRIPTION}}
|
|
15
|
+
**Stack:** {{FRAMEWORK}} + {{LANGUAGE}} + {{DATABASE}}
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## ๐ Documentation
|
|
20
|
+
|
|
21
|
+
Read these files in order:
|
|
22
|
+
|
|
23
|
+
1. `AGENT.md` - Universal AI configuration (โญ START HERE)
|
|
24
|
+
2. `ai-instructions.md` - Tech stack, rules, workflow
|
|
25
|
+
3. `project-brief.md` - Business context
|
|
26
|
+
4. `README.md` - Developer onboarding & commands
|
|
27
|
+
5. `docs/architecture.md` - System architecture
|
|
28
|
+
6. `docs/data-model.md` - Database design
|
|
29
|
+
7. `docs/code-standards.md` - Code quality standards
|
|
30
|
+
8. `docs/testing.md` - Testing strategy and coverage rules
|
|
31
|
+
9. `docs/operations.md` - Deployment & operational procedures
|
|
32
|
+
10. `docs/business-flows.md` - Business process flows and diagrams
|
|
33
|
+
11. `docs/api.md` - API reference and conventions
|
|
34
|
+
12. `docs/contributing.md` - Contribution workflow
|
|
35
|
+
13. `specs/security.md` - Security policies
|
|
36
|
+
14. `specs/configuration.md` - Environment configuration
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## โ NEVER
|
|
41
|
+
|
|
42
|
+
{{NEVER_RULES_SUMMARY}}
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## โ
ALWAYS
|
|
47
|
+
|
|
48
|
+
{{ALWAYS_RULES_SUMMARY}}
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## ๐๏ธ Architecture
|
|
53
|
+
|
|
54
|
+
**Pattern:** {{ARCHITECTURE_PATTERN}}
|
|
55
|
+
**Organization:** {{FILE_ORGANIZATION}}
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## ๐จ Code Style
|
|
60
|
+
|
|
61
|
+
- Indentation: {{INDENTATION}}
|
|
62
|
+
- Quotes: {{QUOTE_STYLE}}
|
|
63
|
+
- Formatter: {{FORMATTER}}
|
|
64
|
+
- Linter: {{LINTER}}
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## ๐งช Testing
|
|
69
|
+
|
|
70
|
+
- Coverage: {{MIN_COVERAGE}}%+ required
|
|
71
|
+
- Framework: {{TEST_FRAMEWORK}}
|
|
72
|
+
- Command: `{{TEST_COMMAND}}`
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## ๐ Commits
|
|
77
|
+
|
|
78
|
+
{{COMMIT_FORMAT_EXAMPLE}}
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## ๐ Security
|
|
83
|
+
|
|
84
|
+
- Validate all inputs: {{VALIDATION_LIBRARY}}
|
|
85
|
+
- Auth method: {{AUTH_METHOD}}
|
|
86
|
+
- Never hardcode secrets
|
|
87
|
+
- Use environment variables
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
## ๐ก Cursor Tips
|
|
92
|
+
|
|
93
|
+
- Use `@AGENT.md` to reference project context
|
|
94
|
+
- Use `@ai-instructions.md` for coding rules
|
|
95
|
+
- **๐ Proactive Execution:** When running `/flow-build`, `/flow-work`, or `/flow-check`, **ACT IMMEDIATELY**. These flows have their own interactive confirmation steps. Do not wait for a general plan approval.
|
|
96
|
+
- Check `docs/` folder for detailed specifications
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
**Always reference `AGENT.md` for complete project understanding.**
|
|
101
|
+
|
|
102
|
+
**Generated by:** AI Flow v1.0.0
|