Conversation
…ctions and adding comments.
There was a problem hiding this comment.
Pull request overview
Adds a new “Cursor” ruleset across multiple client formats to route Cursor-related domains consistently within the existing ios_rule_script rules structure.
Changes:
- Introduces Cursor domain/domain-suffix rules for Surge, Shadowrocket, Loon, and Clash (.list and .yaml).
- Introduces Cursor host/host-suffix rules for QuantumultX with the
Cursorpolicy tag. - Adds standard ruleset header metadata (NAME/REPO/UPDATED/counts) for each new file.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| rule/Surge/Cursor/Cursor.list | Adds Cursor rules in Surge list format. |
| rule/Shadowrocket/Cursor/Cursor.list | Adds Cursor rules in Shadowrocket list format. |
| rule/QuantumultX/Cursor/Cursor.list | Adds Cursor rules in QuantumultX host list format with Cursor tag. |
| rule/Loon/Cursor/Cursor.list | Adds Cursor rules in Loon list format. |
| rule/Clash/Cursor/Cursor.yaml | Adds Cursor rules in Clash YAML payload format. |
| rule/Clash/Cursor/Cursor.list | Adds Cursor rules in Clash list format. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,12 @@ | |||
| # NAME: Cursor | |||
| # AUTHOR: Jarvis | |||
There was a problem hiding this comment.
Header metadata uses # AUTHOR: Jarvis, but existing rule lists in this repo consistently use # AUTHOR: blackmatrix7 (e.g., Copilot rules). For consistency with the generated rule-set format, please align the AUTHOR field with the established convention.
| # AUTHOR: Jarvis | |
| # AUTHOR: blackmatrix7 |
| @@ -0,0 +1,12 @@ | |||
| # NAME: Cursor | |||
| # AUTHOR: Jarvis | |||
There was a problem hiding this comment.
Header metadata uses # AUTHOR: Jarvis, but existing rule lists in this repo consistently use # AUTHOR: blackmatrix7 (e.g., Copilot rules). For consistency with the generated rule-set format, please align the AUTHOR field with the established convention.
| # AUTHOR: Jarvis | |
| # AUTHOR: blackmatrix7 |
| @@ -0,0 +1,12 @@ | |||
| # NAME: Cursor | |||
| # AUTHOR: Jarvis | |||
There was a problem hiding this comment.
Header metadata uses # AUTHOR: Jarvis, but existing rule lists in this repo consistently use # AUTHOR: blackmatrix7 (e.g., Copilot rules). For consistency with the generated rule-set format, please align the AUTHOR field with the established convention.
| # AUTHOR: Jarvis | |
| # AUTHOR: blackmatrix7 |
| @@ -0,0 +1,12 @@ | |||
| # NAME: Cursor | |||
| # AUTHOR: Jarvis | |||
There was a problem hiding this comment.
Header metadata uses # AUTHOR: Jarvis, but existing rule lists in this repo consistently use # AUTHOR: blackmatrix7 (e.g., Copilot rules). For consistency with the generated rule-set format, please align the AUTHOR field with the established convention.
| # AUTHOR: Jarvis | |
| # AUTHOR: blackmatrix7 |
| @@ -0,0 +1,13 @@ | |||
| # NAME: Cursor | |||
| # AUTHOR: Jarvis | |||
There was a problem hiding this comment.
Header metadata uses # AUTHOR: Jarvis, but existing rule lists in this repo consistently use # AUTHOR: blackmatrix7 (e.g., Copilot rules). For consistency with the generated rule-set format, please align the AUTHOR field with the established convention.
| # AUTHOR: Jarvis | |
| # AUTHOR: blackmatrix7 |
| @@ -0,0 +1,12 @@ | |||
| # NAME: Cursor | |||
| # AUTHOR: Jarvis | |||
There was a problem hiding this comment.
Header metadata uses # AUTHOR: Jarvis, but existing rule lists in this repo consistently use # AUTHOR: blackmatrix7 (e.g., Copilot rules). For consistency with the generated rule-set format, please align the AUTHOR field with the established convention.
| # AUTHOR: Jarvis | |
| # AUTHOR: blackmatrix7 |
…ctions and adding comments.