File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -60,4 +60,23 @@ See also: https://docs.python.org/3/library/subprocess.html
60
60
Bad commit:
61
61
```
62
62
updated some stuff and fixed bugs
63
- ```
63
+ ```
64
+
65
+ Cursor Rules: Add development QA and git commit standards (#cursor-rules)
66
+
67
+ - Add dev-loop.mdc: QA process for code edits
68
+ - Type checking with mypy
69
+ - Linting with ruff
70
+ - Test validation with pytest
71
+ - Ensures edits are validated before commits
72
+
73
+ - Add git-commits.mdc: Commit message standards
74
+ - Structured format with why/what sections
75
+ - Defined commit types and guidelines
76
+ - Examples of good/bad commits
77
+ - AI assistance instructions
78
+
79
+ Note: These rules help maintain code quality and commit history
80
+ consistency across the project.
81
+
82
+ See also: https://docs.cursor.com/context/rules-for-ai
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ $ pip install --user --upgrade --pre libvcs
15
15
16
16
<!-- Maintainers, insert changes / features for the next release here -->
17
17
18
+ ### Development
19
+
20
+ - Cursor rules for development loop and git commit messages (#488 )
21
+
18
22
## libvcs 0.35.0 (2025-02-22)
19
23
20
24
### Breaking changes
You can’t perform that action at this time.
0 commit comments