Skip to content

Commit 1faf0c9

Browse files
authored
Merge pull request #12 from proxymesh/chore/add-cursorrules
Add .cursorrules for AI configuration
2 parents a1f6af6 + 7499763 commit 1faf0c9

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.cursorrules

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Cursor Rules for python-proxy-headers
2+
3+
## Git Configuration
4+
- Always commit as `cursor@proxymesh.com` with name `Cursor`
5+
- Run these commands if not already configured:
6+
```
7+
git config user.email "cursor@proxymesh.com"
8+
git config user.name "Cursor"
9+
```
10+
11+
## Pull Requests
12+
- Do NOT add "Made with Cursor" or similar footers to PR descriptions
13+
- After creating a PR with `gh pr create`, immediately run `gh pr edit <number> --body "..."` to ensure no footer was appended
14+
- Keep PR descriptions concise and focused on the changes
15+
16+
## Code Style
17+
- Follow existing code patterns in the repository
18+
- Use type hints for function signatures
19+
- Include docstrings for public functions and classes

0 commit comments

Comments
 (0)