Skip to content

Commit abeed40

Browse files
committed
ai(rules[CLAUDE]) Cleaner git commit messages
1 parent fc8fb52 commit abeed40

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CLAUDE.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ why: Explanation of necessity or impact.
223223
what:
224224
- Specific technical changes made
225225
- Focused on a single topic
226-
227-
refs: #issue-number, breaking changes, or relevant links
228226
```
229227

230228
Common commit types:
@@ -245,8 +243,6 @@ what:
245243
- Add port capture to SCP_REGEX pattern
246244
- Update GitURL.to_url() to include port if specified
247245
- Add tests for the new functionality
248-
249-
refs: #123
250246
```
251247

252248
## Debugging Tips
@@ -256,4 +252,4 @@ When stuck in debugging loops:
256252
1. **Pause and acknowledge the loop**
257253
2. **Minimize to MVP**: Remove all debugging cruft and experimental code
258254
3. **Document the issue** comprehensively for a fresh approach
259-
4. **Format for portability** (using quadruple backticks)
255+
4. **Format for portability** (using quadruple backticks)

0 commit comments

Comments
 (0)