Skip to content

Commit 14e3002

Browse files
committed
ai(rules[cursor]) Don't add ref to commits (messy, repetitive, redundant)
1 parent ea319f7 commit 14e3002

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.cursor/rules/git-commits.mdc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ why: Explanation of necessity or impact.
1313
what:
1414
- Specific technical changes made
1515
- Focused on a single topic
16-
17-
refs: #issue-number, breaking changes, or relevant links
1816
```
1917

2018
## Component Patterns
@@ -83,7 +81,6 @@ what:
8381
- Integrate with existing Pane component logic
8482
- Document usage in Pane README
8583

86-
refs: #485
8784
See also: https://example.com/docs/pane-capture
8885
```
8986

@@ -92,4 +89,4 @@ See also: https://example.com/docs/pane-capture
9289
fixed stuff and improved some functions
9390
```
9491

95-
These guidelines ensure clear, consistent commit histories, facilitating easier code review and maintenance.
92+
These guidelines ensure clear, consistent commit histories, facilitating easier code review and maintenance.

CLAUDE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ why: Explanation of necessity or impact.
213213
what:
214214
- Specific technical changes made
215215
- Focused on a single topic
216-
217-
refs: #issue-number, breaking changes, or relevant links
218216
```
219217

220218
Common commit types:
@@ -235,8 +233,6 @@ what:
235233
- Add remote_url parameter to add_repo function
236234
- Update CLI argument parser to accept --remote-url option
237235
- Add tests for the new functionality
238-
239-
refs: #123
240236
```
241237

242238
## Debugging Tips

0 commit comments

Comments
 (0)