Skip to content

Commit c3ec643

Browse files
committed
docs(CHANGES) Note cursor rules
1 parent 00118ac commit c3ec643

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.cursor/rules/git-commits.mdc

+20-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,23 @@ See also: https://docs.python.org/3/library/subprocess.html
6060
Bad commit:
6161
```
6262
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

CHANGES

+4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)