File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 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
6060Bad commit:
6161```
6262updated 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
1515
1616<!-- Maintainers, insert changes / features for the next release here -->
1717
18+ ### Development
19+
20+ - Cursor rules for development loop and git commit messages (#488 )
21+
1822## libvcs 0.35.0 (2025-02-22)
1923
2024### Breaking changes
You can’t perform that action at this time.
0 commit comments