repo
stringlengths
5
53
pr_number
int32
1
321k
task_type
stringclasses
2 values
issue_text
stringlengths
0
81.2k
pr_title
stringlengths
1
319
pr_body
stringlengths
0
105k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
gold_diff
stringlengths
0
202M
changed_files
listlengths
0
100
review_threads
listlengths
0
100
test_patch
stringlengths
0
23.4M
merged
bool
1 class
PatrickJS/awesome-cursorrules
195
issue_to_patch
add cr new logo
Update new CR logo <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated sponsorship image references in project documentation: replaced remote image URLs with a local relative image path in two places. No functional or behavioral changes. ...
fc2ce049c55b369b498eef396506a7a269a1b461
81ba363e5eef30a80a0134caf2f905d741441ab9
diff --git a/README.md b/README.md index 63c6a2ff..a2128296 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Configuration files that enhance Cursor AI editor experience with custom rules a <h3> <h3><a href="https://coderabbit.ai/?utm_source=oss&utm_medium=sponsorship&utm_campaign=awesome-cursorrules">coder...
[ "README.md", "cr_logo.png" ]
[ { "comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🏁 Script executed:\n\n```shell\n#!/bin/bash\n# Verify CodeRabbit logo references and local asset presence.\n\necho \"== CodeRabbit logo references in README.md ==\"\nrg -n 'CodeRabbit\\.ai Sponsorship Logo|cod...
true
PatrickJS/awesome-cursorrules
195
comment_to_fix
add cr new logo
_⚠️ Potential issue_ | _🟡 Minor_ <details> <summary>🧩 Analysis chain</summary> 🏁 Script executed: ```shell #!/bin/bash # Verify CodeRabbit logo references and local asset presence. echo "== CodeRabbit logo references in README.md ==" rg -n 'CodeRabbit\.ai Sponsorship Logo|coderabbit\.ai' README.md -C2 echo echo...
fc2ce049c55b369b498eef396506a7a269a1b461
81ba363e5eef30a80a0134caf2f905d741441ab9
diff --git a/README.md b/README.md index 63c6a2ff..a2128296 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Configuration files that enhance Cursor AI editor experience with custom rules a <h3> <h3><a href="https://coderabbit.ai/?utm_source=oss&utm_medium=sponsorship&utm_campaign=awesome-cursorrules">coder...
[ "README.md" ]
[ { "comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🏁 Script executed:\n\n```shell\n#!/bin/bash\n# Verify CodeRabbit logo references and local asset presence.\n\necho \"== CodeRabbit logo references in README.md ==\"\nrg -n 'CodeRabbit\\.ai Sponsorship Logo|cod...
true
PatrickJS/awesome-cursorrules
197
issue_to_patch
Add Cloudflare Email to Telegram cursorrules
## Summary - Adds cursor rules for setting up **email-to-Telegram forwarding** via Cloudflare Email Routing and Workers using the [`mail2tg`](https://github.com/shatzibitten/mail2tg) CLI. - Placed in **Hosting and Deployments** category (alongside Netlify). ## What the rules do Guide the AI agent through the full se...
fc2ce049c55b369b498eef396506a7a269a1b461
a9420a8a27831cee2963cd08f446d4276b5e9cee
diff --git a/README.md b/README.md index 63c6a2ff..c0682228 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve ### Hosting and Deployments +- [Cloudflare Email to Telegram](./rules/cloudflare-email-telegram-cursorrules-prompt-...
[ "README.md", "rules/cloudflare-email-telegram-cursorrules-prompt-file/.cursorrules", "rules/cloudflare-email-telegram-cursorrules-prompt-file/README.md" ]
[]
true
PatrickJS/awesome-cursorrules
269
issue_to_patch
✨ Add KubeStellar Console cursor rules
## Add KubeStellar Console Rules Adds cursor rules for [KubeStellar Console](https://github.com/kubestellar/console), a multi-cluster Kubernetes dashboard with AI-powered operations. ### Rules Included - **Card Development:** `useCache`/`useCached*` hook patterns, `isDemoData`/`isRefreshing` wiring, loading state ma...
fc2ce049c55b369b498eef396506a7a269a1b461
69b3c4eaaabad12a7fff7264c811a2ce20505969
diff --git a/rules-new/kubestellar-console.mdc b/rules-new/kubestellar-console.mdc new file mode 100644 index 00000000..baeb6b3d --- /dev/null +++ b/rules-new/kubestellar-console.mdc @@ -0,0 +1,48 @@ +--- +description: KubeStellar Console — Multi-cluster Kubernetes dashboard development rules +globs: **/*.tsx, **/*.ts,...
[ "rules-new/kubestellar-console.mdc" ]
[ { "comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🏁 Script executed:\n\n```shell\n#!/bin/bash\nset -euo pipefail\n\necho \"== .mdc files ==\"\nfd -a -e mdc\n\necho\necho \"== frontmatter globs lines ==\"\nrg -n '^globs:' $(fd -e mdc)\n\necho\necho \"== first ...
true
PatrickJS/awesome-cursorrules
269
comment_to_fix
✨ Add KubeStellar Console cursor rules
_⚠️ Potential issue_ | _🟡 Minor_ <details> <summary>🧩 Analysis chain</summary> 🏁 Script executed: ```shell #!/bin/bash set -euo pipefail echo "== .mdc files ==" fd -a -e mdc echo echo "== frontmatter globs lines ==" rg -n '^globs:' $(fd -e mdc) echo echo "== first 20 lines of each .mdc (for frontmatter shape) ...
fc2ce049c55b369b498eef396506a7a269a1b461
69b3c4eaaabad12a7fff7264c811a2ce20505969
diff --git a/rules-new/kubestellar-console.mdc b/rules-new/kubestellar-console.mdc new file mode 100644 index 00000000..baeb6b3d --- /dev/null +++ b/rules-new/kubestellar-console.mdc @@ -0,0 +1,48 @@ +--- +description: KubeStellar Console — Multi-cluster Kubernetes dashboard development rules +globs: **/*.tsx, **/*.ts,...
[ "rules-new/kubestellar-console.mdc" ]
[ { "comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🏁 Script executed:\n\n```shell\n#!/bin/bash\nset -euo pipefail\n\necho \"== .mdc files ==\"\nfd -a -e mdc\n\necho\necho \"== frontmatter globs lines ==\"\nrg -n '^globs:' $(fd -e mdc)\n\necho\necho \"== first ...
true
PatrickJS/awesome-cursorrules
273
issue_to_patch
Add RTL (Right-to-Left) development cursorrules
## Add RTL (Right-to-Left) Development Rules Currently there are no RTL/i18n rules in the collection. This adds comprehensive cursorrules for RTL development covering: - **Logical CSS properties** (`margin-inline-start` vs `margin-left`) - **Tailwind logical classes** (`ms-4` vs `ml-4`) - **React Native logical prope...
fc2ce049c55b369b498eef396506a7a269a1b461
0c6ba51b6c7f29f8318a9b1e8c58c1ca61d680c7
diff --git a/README.md b/README.md index 63c6a2ff..eee9e0c8 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve - [JavaScript (Astro, Tailwind CSS)](./rules/javascript-astro-tailwind-css-cursorrules-prompt-f/.cursorrules) - Cursor ...
[ "README.md", "rules/rtl-right-to-left-i18n-cursorrules-prompt-file/.cursorrules" ]
[]
true
PatrickJS/awesome-cursorrules
271
issue_to_patch
Add: React (FormEngine AI Form Builder) cursor rule
## What Adds a Cursor rule that turns screenshots, PDFs, HTML, or text descriptions of forms into production-ready React forms with **validated FormEngine JSON schema** plus runnable React code. The rule covers: - All FormEngine type names (35+ across RSuite/MUI/Mantine adapters) - Schema invariants (`Screen`...
fc2ce049c55b369b498eef396506a7a269a1b461
89ca575bda0b79a2b2d83917741910e7139a81c1
diff --git a/README.md b/README.md index 63c6a2ff..e6823bc2 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve - [Qwik (Basic Setup with TypeScript and Vite)](./rules/qwik-basic-cursorrules-prompt-file/.cursorrules) - Cursor rules...
[ "README.md", "rules/react-formengine-ai-form-builder-cursorrules-prompt-file/.cursorrules" ]
[ { "comment": "_⚠️ Potential issue_ | _🟠 Major_\n\n**Remove default form-data console logging from generated `App.tsx`.**\n\nLine 129 logs full form payloads by default (`console.log(d)`), which can leak sensitive user input and sets an unsafe pattern for a “production-ready” starter.\n\n\n\n<details>\n<summary...
true
PatrickJS/awesome-cursorrules
232
issue_to_patch
Add Cursor Rules Pack v2 — 7 sample production-tested rules
## Cursor Rules Pack v2 Adds a new entry to the Packs section with 7 production-tested sample rules. ### What's included **Folder:** `rules/cursor-rules-pack-v2-cursorrules-prompt-file/` - `.cursorrules` — 7 rules ready to copy into any project - `README.md` — usage guide and link to full pack ### The 7 sample rule...
fc2ce049c55b369b498eef396506a7a269a1b461
6fbc5ec4bf1664ce018355b504e753473421f10f
diff --git a/README.md b/README.md index 63c6a2ff..55290838 100644 --- a/README.md +++ b/README.md @@ -158,13 +158,14 @@ By creating a `.cursorrules` file in your project's root directory, you can leve ### Mobile Development +- [Android Native (Jetpack Compose)](./rules/android-jetpack-compose-cursorrules-prompt-f...
[ "README.md", "rules/cursor-rules-pack-v2-cursorrules-prompt-file/.cursorrules", "rules/cursor-rules-pack-v2-cursorrules-prompt-file/README.md" ]
[ { "comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Use local relative link and keep Mobile Development list sorted.**\n\nLine 164 should point to the in-repo rule (relative path) and be positioned alphabetically within the Mobile Development section.\n\n<details>\n<summary>Suggested fix</summary>\n\n```diff\n...
true
PatrickJS/awesome-cursorrules
232
comment_to_fix
Add Cursor Rules Pack v2 — 7 sample production-tested rules
_⚠️ Potential issue_ | _🟡 Minor_ **Use local relative link and keep Mobile Development list sorted.** Line 164 should point to the in-repo rule (relative path) and be positioned alphabetically within the Mobile Development section. <details> <summary>Suggested fix</summary> ```diff - - [Cursor Rules Pack v2](https...
fc2ce049c55b369b498eef396506a7a269a1b461
6fbc5ec4bf1664ce018355b504e753473421f10f
diff --git a/README.md b/README.md index 63c6a2ff..55290838 100644 --- a/README.md +++ b/README.md @@ -158,13 +158,14 @@ By creating a `.cursorrules` file in your project's root directory, you can leve ### Mobile Development +- [Android Native (Jetpack Compose)](./rules/android-jetpack-compose-cursorrules-prompt-f...
[ "README.md" ]
[ { "comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Use local relative link and keep Mobile Development list sorted.**\n\nLine 164 should point to the in-repo rule (relative path) and be positioned alphabetically within the Mobile Development section.\n\n<details>\n<summary>Suggested fix</summary>\n\n```diff\n...
true
PatrickJS/awesome-cursorrules
134
issue_to_patch
Add cursorrules for XIAN python powered smart-contracts
PR contains : - .cursorrules file - README <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - Documentation - Added a comprehensive Smart Contract Rules document covering naming conventions, function decorators, state abstractions, context variables, built-ins,...
c4663a5a9f0904b05dbc5f5b3b5fee52ca78d14b
5079aad04ef5c1fa5c7b8916914268b588c80b7d
diff --git a/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules new file mode 100644 index 00000000..2cb13ccb --- /dev/null +++ b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules @@ -0,0 +1,604 @@ +# Xian Smart Contract Dev...
[ "rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules", "rules/xian-smart-contracts-cursor-rules-prompt-file/README.md" ]
[ { "comment": "_⚠️ Potential issue_\n\n**ctx.owner semantics likely incorrect; ownership is not auto-enforced**\n\nThe statement “Only the owner can call exported functions if set” implies a global runtime guard. Typically, owner checks must be implemented explicitly in each function.\n\n\n\nApply:\n\n```diff\n-...
true
PatrickJS/awesome-cursorrules
134
comment_to_fix
Add cursorrules for XIAN python powered smart-contracts
_⚠️ Potential issue_ **ctx.owner semantics likely incorrect; ownership is not auto-enforced** The statement “Only the owner can call exported functions if set” implies a global runtime guard. Typically, owner checks must be implemented explicitly in each function. Apply: ```diff -### ctx.owner -- Owner of the con...
c4663a5a9f0904b05dbc5f5b3b5fee52ca78d14b
5079aad04ef5c1fa5c7b8916914268b588c80b7d
diff --git a/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules new file mode 100644 index 00000000..2cb13ccb --- /dev/null +++ b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules @@ -0,0 +1,604 @@ +# Xian Smart Contract Dev...
[ "rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules" ]
[ { "comment": "_⚠️ Potential issue_\n\n**ctx.owner semantics likely incorrect; ownership is not auto-enforced**\n\nThe statement “Only the owner can call exported functions if set” implies a global runtime guard. Typically, owner checks must be implemented explicitly in each function.\n\n\n\nApply:\n\n```diff\n-...
true
PatrickJS/awesome-cursorrules
134
comment_to_fix
Add cursorrules for XIAN python powered smart-contracts
_🛠️ Refactor suggestion_ **Add a security caveat: block_hash is not secure randomness** Using `block_hash` or `now` for randomness can be miner/validator-influenced. Recommend a commit–reveal scheme for lotteries or value-bearing randomness. Apply: ```diff - `block_hash` - Returns the current block hash, can be...
c4663a5a9f0904b05dbc5f5b3b5fee52ca78d14b
5079aad04ef5c1fa5c7b8916914268b588c80b7d
diff --git a/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules new file mode 100644 index 00000000..2cb13ccb --- /dev/null +++ b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules @@ -0,0 +1,604 @@ +# Xian Smart Contract Dev...
[ "rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules" ]
[ { "comment": "_🛠️ Refactor suggestion_\n\n**Add a security caveat: block_hash is not secure randomness**\n\nUsing `block_hash` or `now` for randomness can be miner/validator-influenced. Recommend a commit–reveal scheme for lotteries or value-bearing randomness.\n\n\n\nApply:\n\n```diff\n - `block_hash` - Retur...
true
PatrickJS/awesome-cursorrules
134
comment_to_fix
Add cursorrules for XIAN python powered smart-contracts
_🛠️ Refactor suggestion_ **Resolve import semantics and add concrete examples** Some bullet points are ambiguous. Clarify static vs dynamic imports, note that stdlib is available globally (no import), and provide examples. Apply: ```diff -### Importing Contracts -- Use `importlib.import_module(contract_name)` fo...
c4663a5a9f0904b05dbc5f5b3b5fee52ca78d14b
5079aad04ef5c1fa5c7b8916914268b588c80b7d
diff --git a/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules new file mode 100644 index 00000000..2cb13ccb --- /dev/null +++ b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules @@ -0,0 +1,604 @@ +# Xian Smart Contract Dev...
[ "rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules" ]
[ { "comment": "_🛠️ Refactor suggestion_\n\n**Resolve import semantics and add concrete examples**\n\nSome bullet points are ambiguous. Clarify static vs dynamic imports, note that stdlib is available globally (no import), and provide examples.\n\n\n\nApply:\n\n```diff\n-### Importing Contracts\n-- Use `importli...
true
PatrickJS/awesome-cursorrules
134
comment_to_fix
Add cursorrules for XIAN python powered smart-contracts
_⚠️ Potential issue_ **Fix event schema type for Decimal and show import in snippet** `decimal` refers to the module, not the Decimal type. Use `Decimal` and show the import. Apply: ```diff -TransferEvent = LogEvent( +from decimal import Decimal + +TransferEvent = LogEvent( event="Transfer", params={ ...
c4663a5a9f0904b05dbc5f5b3b5fee52ca78d14b
5079aad04ef5c1fa5c7b8916914268b588c80b7d
diff --git a/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules new file mode 100644 index 00000000..2cb13ccb --- /dev/null +++ b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules @@ -0,0 +1,604 @@ +# Xian Smart Contract Dev...
[ "rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Fix event schema type for Decimal and show import in snippet**\n\n`decimal` refers to the module, not the Decimal type. Use `Decimal` and show the import.\n\n\n\nApply:\n\n```diff\n-TransferEvent = LogEvent(\n+from decimal import Decimal\n+\n+TransferEvent = LogEvent(\n ...
true
PatrickJS/awesome-cursorrules
134
comment_to_fix
Add cursorrules for XIAN python powered smart-contracts
_🛠️ Refactor suggestion_ **Unify event testing structure with later example (data/data_indexed)** This example asserts event fields directly at top level; later we use `data` and `data_indexed`. Use one consistent structure. Apply: ```diff -# In your test function -result = self.contract.transfer( - amount=10...
c4663a5a9f0904b05dbc5f5b3b5fee52ca78d14b
5079aad04ef5c1fa5c7b8916914268b588c80b7d
diff --git a/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules new file mode 100644 index 00000000..2cb13ccb --- /dev/null +++ b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules @@ -0,0 +1,604 @@ +# Xian Smart Contract Dev...
[ "rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules" ]
[ { "comment": "_🛠️ Refactor suggestion_\n\n**Unify event testing structure with later example (data/data_indexed)**\n\nThis example asserts event fields directly at top level; later we use `data` and `data_indexed`. Use one consistent structure.\n\n\n\nApply:\n\n```diff\n-# In your test function\n-result = self...
true
PatrickJS/awesome-cursorrules
134
comment_to_fix
Add cursorrules for XIAN python powered smart-contracts
_⚠️ Potential issue_ **Fix signature verification test to match API and expected behavior** The contract example returns a boolean; it won’t raise on invalid signatures. Also, the parameter name should be `vk`, not `public_key`. Apply: ```diff -# WHEN using the correct parameters -result = self.contract.verify_si...
c4663a5a9f0904b05dbc5f5b3b5fee52ca78d14b
5079aad04ef5c1fa5c7b8916914268b588c80b7d
diff --git a/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules new file mode 100644 index 00000000..2cb13ccb --- /dev/null +++ b/rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules @@ -0,0 +1,604 @@ +# Xian Smart Contract Dev...
[ "rules/xian-smart-contracts-cursor-rules-prompt-file/.cursorrules" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Fix signature verification test to match API and expected behavior**\n\nThe contract example returns a boolean; it won’t raise on invalid signatures. Also, the parameter name should be `vk`, not `public_key`.\n\n\n\nApply:\n\n```diff\n-# WHEN using the correct parameters\...
true
PatrickJS/awesome-cursorrules
134
comment_to_fix
Add cursorrules for XIAN python powered smart-contracts
_🛠️ Refactor suggestion_ **Fix broken/nested numbering in Getting Started list** Step 2 is blank and the nested numbering renders oddly. Propose flattening with clear sub-steps for installation. Apply: ```diff -1. Set up a development environment with Python 3.11+ -2. - 1. Clone [xian-contracting](https://git...
c4663a5a9f0904b05dbc5f5b3b5fee52ca78d14b
5079aad04ef5c1fa5c7b8916914268b588c80b7d
diff --git a/rules/xian-smart-contracts-cursor-rules-prompt-file/README.md b/rules/xian-smart-contracts-cursor-rules-prompt-file/README.md new file mode 100644 index 00000000..55ba8e00 --- /dev/null +++ b/rules/xian-smart-contracts-cursor-rules-prompt-file/README.md @@ -0,0 +1,45 @@ +# Xian Smart Contracts + +## Introd...
[ "rules/xian-smart-contracts-cursor-rules-prompt-file/README.md" ]
[ { "comment": "_🛠️ Refactor suggestion_\n\n**Fix broken/nested numbering in Getting Started list**\n\nStep 2 is blank and the nested numbering renders oddly. Propose flattening with clear sub-steps for installation.\n\n\n\nApply:\n\n```diff\n-1. Set up a development environment with Python 3.11+\n-2. \n- 1. C...
true
PatrickJS/awesome-cursorrules
145
issue_to_patch
feat issue-144: Python recommend uv over Rye across rules
PR for https://github.com/PatrickJS/awesome-cursorrules/issues/144 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Preferred dependency manager guidance updated to "uv (preferred) / Poetry" across multiple Python guides and rules. * Added n...
cfdccb0332370077e7cb20a9649429dc9d85ae20
2db77aa4b643adc088a2a0eac27354d25fab7a17
diff --git a/rules/python-cursorrules-prompt-file-best-practices/README.md b/rules/python-cursorrules-prompt-file-best-practices/README.md index 93296686..9fd1a66a 100644 --- a/rules/python-cursorrules-prompt-file-best-practices/README.md +++ b/rules/python-cursorrules-prompt-file-best-practices/README.md @@ -3,7 +3,7 ...
[ "rules/python-cursorrules-prompt-file-best-practices/README.md", "rules/python-llm-ml-workflow-cursorrules-prompt-file/README.md", "rules/python-llm-ml-workflow-cursorrules-prompt-file/poetry-rye-dependency-management.mdc", "rules/python-llm-ml-workflow-cursorrules-prompt-file/uv-dependency-management.mdc", ...
[]
true
PatrickJS/awesome-cursorrules
142
issue_to_patch
Update sponsorship logos with Warp
<img width="2048" height="1152" alt="image" src="https://github.com/user-attachments/assets/8d50d811-fabe-4610-a537-c5a5a9224864" /> Warp is built for coding with multiple AI agents <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updat...
c78546c52ba4fe555e9ee5c21a2c894d9d89513f
fafa5803432745820e035347b9193044f2ec54ba
diff --git a/README.md b/README.md index 76758246..be3b8952 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,19 @@ Configuration files that enhance Cursor AI editor experience with custom rules a [Cursor AI](https://cursor.sh/) is an AI-powered code editor. `.cursorrules` files define custom rules for Cursor AI to...
[ "README.md" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Fix invalid HTML structure, missing closing tags, and a broken image URL in Sponsorships block (top).**\n\nIssues:\n- Block-level <h3> inside <p> is invalid HTML; use a <div> wrapper.\n- Three <h3><a> headings miss their closing </a>.\n- Stray `<h3>` at Line 19.\n- Unbloc...
true
PatrickJS/awesome-cursorrules
142
comment_to_fix
Update sponsorship logos with Warp
_⚠️ Potential issue_ **Fix invalid HTML structure, missing closing tags, and a broken image URL in Sponsorships block (top).** Issues: - Block-level <h3> inside <p> is invalid HTML; use a <div> wrapper. - Three <h3><a> headings miss their closing </a>. - Stray `<h3>` at Line 19. - Unblocked image URL has a trailing “...
c78546c52ba4fe555e9ee5c21a2c894d9d89513f
fafa5803432745820e035347b9193044f2ec54ba
diff --git a/README.md b/README.md index 76758246..be3b8952 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,19 @@ Configuration files that enhance Cursor AI editor experience with custom rules a [Cursor AI](https://cursor.sh/) is an AI-powered code editor. `.cursorrules` files define custom rules for Cursor AI to...
[ "README.md" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Fix invalid HTML structure, missing closing tags, and a broken image URL in Sponsorships block (top).**\n\nIssues:\n- Block-level <h3> inside <p> is invalid HTML; use a <div> wrapper.\n- Three <h3><a> headings miss their closing </a>.\n- Stray `<h3>` at Line 19.\n- Unbloc...
true
PatrickJS/awesome-cursorrules
143
issue_to_patch
Adding Cursor Rules for the R programming language
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - Documentation - Added a new, comprehensive R Best Practices guide covering project/package structure, naming conventions, coding style, testing, performance, reproducibility, collaboration, Shiny apps, and depende...
c78546c52ba4fe555e9ee5c21a2c894d9d89513f
36a33566ee425ed549bc39d25457615efc33be19
diff --git a/README.md b/README.md index 76758246..60a1ec3d 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve - [Python Developer](./rules/python-developer-cursorrules-prompt-file/.cursorrules) - Cursor rules for Python developme...
[ "README.md", "rules/r-cursorrules-prompt-file-best-practices/.cursorrules" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Fix incorrect CSV-reading guidance (package::function names).**\n\n- data.table has fread (data.table::fread), not fread::read_csv.\n- readr has read_csv (readr::read_csv).\n\n\nApply:\n\n```diff\n-- When reading a csv file, always prefer using the 'fread::read_csv' or 'r...
true
PatrickJS/awesome-cursorrules
143
comment_to_fix
Adding Cursor Rules for the R programming language
_⚠️ Potential issue_ **Fix incorrect CSV-reading guidance (package::function names).** - data.table has fread (data.table::fread), not fread::read_csv. - readr has read_csv (readr::read_csv). Apply: ```diff -- When reading a csv file, always prefer using the 'fread::read_csv' or 'readr::read_csv' depending on the ...
c78546c52ba4fe555e9ee5c21a2c894d9d89513f
36a33566ee425ed549bc39d25457615efc33be19
diff --git a/rules/r-cursorrules-prompt-file-best-practices/.cursorrules b/rules/r-cursorrules-prompt-file-best-practices/.cursorrules new file mode 100644 index 00000000..fefa7de2 --- /dev/null +++ b/rules/r-cursorrules-prompt-file-best-practices/.cursorrules @@ -0,0 +1,107 @@ +You are an R programming assistant, make...
[ "rules/r-cursorrules-prompt-file-best-practices/.cursorrules" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Fix incorrect CSV-reading guidance (package::function names).**\n\n- data.table has fread (data.table::fread), not fread::read_csv.\n- readr has read_csv (readr::read_csv).\n\n\nApply:\n\n```diff\n-- When reading a csv file, always prefer using the 'fread::read_csv' or 'r...
true
PatrickJS/awesome-cursorrules
141
issue_to_patch
Expo Cursor Rules: Update navigation guideline to use Expo Router
Expo Router is preferred over React Navigation as of SDK 52.
b962e13eb9ae63e9547e1ef3b9378c58b77118bb
c08e43f842f1f01e285035fd7deef3936986c6c2
diff --git a/rules/react-native-expo-cursorrules-prompt-file/.cursorrules b/rules/react-native-expo-cursorrules-prompt-file/.cursorrules index c9b50347..25239e6f 100644 --- a/rules/react-native-expo-cursorrules-prompt-file/.cursorrules +++ b/rules/react-native-expo-cursorrules-prompt-file/.cursorrules @@ -5,7 +5,7 @@ ...
[ "rules/react-native-expo-cursorrules-prompt-file/.cursorrules" ]
[]
true
PatrickJS/awesome-cursorrules
138
issue_to_patch
Refactor Python cursor rules for clarity and consistency
Consolidate best practices for Python development and AI-friendly coding. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Tests** * Expanded type-hint coverage for additional pytest fixtures to improve editor autocompletion and clarity. * **Chores** * Standa...
52dfd5931c10e781d3d78bde3c3cddf53f24ae0d
675ac9ab0f70d0d8d9ff9405d7b6216a1be5a8fd
diff --git a/rules/python-cursorrules-prompt-file-best-practices/.cursorrules b/rules/python-cursorrules-prompt-file-best-practices/.cursorrules index c7567640..cd7173d9 100644 --- a/rules/python-cursorrules-prompt-file-best-practices/.cursorrules +++ b/rules/python-cursorrules-prompt-file-best-practices/.cursorrules @...
[ "rules/python-cursorrules-prompt-file-best-practices/.cursorrules" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Fix typos and project-specific path; clarify docstring/typing conventions.**\n\n- “python” → “Python”.\n- “pep257” → “PEP 257”.\n- \"__init__.py\" is misspelled as “a init.py”.\n- The path “./src/goob_ai” hard-codes a project-specific package. Use a placeholder to keep th...
true
PatrickJS/awesome-cursorrules
138
comment_to_fix
Refactor Python cursor rules for clarity and consistency
_⚠️ Potential issue_ **Fix typos and project-specific path; clarify docstring/typing conventions.** - “python” → “Python”. - “pep257” → “PEP 257”. - "__init__.py" is misspelled as “a init.py”. - The path “./src/goob_ai” hard-codes a project-specific package. Use a placeholder to keep these rules reusable. ```diff ...
52dfd5931c10e781d3d78bde3c3cddf53f24ae0d
675ac9ab0f70d0d8d9ff9405d7b6216a1be5a8fd
diff --git a/rules/python-cursorrules-prompt-file-best-practices/.cursorrules b/rules/python-cursorrules-prompt-file-best-practices/.cursorrules index c7567640..cd7173d9 100644 --- a/rules/python-cursorrules-prompt-file-best-practices/.cursorrules +++ b/rules/python-cursorrules-prompt-file-best-practices/.cursorrules @...
[ "rules/python-cursorrules-prompt-file-best-practices/.cursorrules" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Fix typos and project-specific path; clarify docstring/typing conventions.**\n\n- “python” → “Python”.\n- “pep257” → “PEP 257”.\n- \"__init__.py\" is misspelled as “a init.py”.\n- The path “./src/goob_ai” hard-codes a project-specific package. Use a placeholder to keep th...
true
PatrickJS/awesome-cursorrules
137
issue_to_patch
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
- Add Vercel AI SDK best practices - Add Tailwind CSS best practices - Add React 19 specific features guidelines - Add performance optimization strategies - Add testing guidelines - Add accessibility guidelines - Add error handling patterns <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## ...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/angular-typescript-cursorrules-prompt-file/accessibility-guidelines.mdc b/rules/angular-typescript-cursorrules-prompt-file/accessibility-guidelines.mdc new file mode 100644 index 00000000..e03c9114 --- /dev/null +++ b/rules/angular-typescript-cursorrules-prompt-file/accessibility-guidelines.mdc @@ -0...
[ "rules/angular-typescript-cursorrules-prompt-file/accessibility-guidelines.mdc", "rules/angular-typescript-cursorrules-prompt-file/performance-optimization.mdc", "rules/angular-typescript-cursorrules-prompt-file/testing-guidelines.mdc", "rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/accessi...
[ { "comment": "_⚠️ Potential issue_\n\n**Correct guidance: don’t label decorative elements**\n\n“Decorative elements” should not be labeled; mark them hidden instead. This line conflicts with Line 21.\n\n```diff\n-- Use `aria-label` or `aria-labelledby` for icon buttons and decorative elements.\n+- Use `aria-lab...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_⚠️ Potential issue_ **Correct guidance: don’t label decorative elements** “Decorative elements” should not be labeled; mark them hidden instead. This line conflicts with Line 21. ```diff -- Use `aria-label` or `aria-labelledby` for icon buttons and decorative elements. +- Use `aria-label` or `aria-labelledby` for i...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/accessibility-guidelines.mdc b/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/accessibility-guidelines.mdc new file mode 100644 index 00000000..51b9fd18 --- /dev/null +++ b/rules/nextjs15-react19-vercelai-tailwind-cursorrule...
[ "rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/accessibility-guidelines.mdc" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Correct guidance: don’t label decorative elements**\n\n“Decorative elements” should not be labeled; mark them hidden instead. This line conflicts with Line 21.\n\n```diff\n-- Use `aria-label` or `aria-labelledby` for icon buttons and decorative elements.\n+- Use `aria-lab...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_🛠️ Refactor suggestion_ **Clarify what Error Boundaries do and don’t catch.** Reduces confusion for teams expecting boundaries to catch async/event errors. Apply: ```diff - - Use React Error Boundaries to catch rendering errors in component trees. + - Use React Error Boundaries to catch rendering errors in child ...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/error-handling-patterns.mdc b/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/error-handling-patterns.mdc new file mode 100644 index 00000000..14b04f3d --- /dev/null +++ b/rules/nextjs15-react19-vercelai-tailwind-cursorrules-...
[ "rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/error-handling-patterns.mdc" ]
[ { "comment": "_🛠️ Refactor suggestion_\n\n**Clarify what Error Boundaries do and don’t catch.**\n\nReduces confusion for teams expecting boundaries to catch async/event errors.\n\nApply:\n\n```diff\n- - Use React Error Boundaries to catch rendering errors in component trees.\n+ - Use React Error Boundaries to ...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_⚠️ Potential issue_ **Fix grammar to avoid ambiguity in user-facing guidance.** User-facing docs should be precise; avoid negative phrasing glitches. Apply: ```diff - - Implement proper error messages for users that are informative but not expose sensitive information. + - Implement proper error messages for users...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/error-handling-patterns.mdc b/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/error-handling-patterns.mdc new file mode 100644 index 00000000..14b04f3d --- /dev/null +++ b/rules/nextjs15-react19-vercelai-tailwind-cursorrules-...
[ "rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/error-handling-patterns.mdc" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Fix grammar to avoid ambiguity in user-facing guidance.**\n\nUser-facing docs should be precise; avoid negative phrasing glitches.\n\nApply:\n\n```diff\n- - Implement proper error messages for users that are informative but not expose sensitive information.\n+ - Implement...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_🛠️ Refactor suggestion_ **Strengthen timeout and resilience guidance (AbortController, backoff, circuit breakers).** Make the operational patterns concrete and repeatable. Apply: ```diff - - Implement timeout mechanisms for API calls to prevent hanging requests. - - Use circuit breaker patterns for external servi...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/error-handling-patterns.mdc b/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/error-handling-patterns.mdc new file mode 100644 index 00000000..14b04f3d --- /dev/null +++ b/rules/nextjs15-react19-vercelai-tailwind-cursorrules-...
[ "rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/error-handling-patterns.mdc" ]
[ { "comment": "_🛠️ Refactor suggestion_\n\n**Strengthen timeout and resilience guidance (AbortController, backoff, circuit breakers).**\n\nMake the operational patterns concrete and repeatable.\n\nApply:\n\n```diff\n- - Implement timeout mechanisms for API calls to prevent hanging requests.\n- - Use circuit bre...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_🛠️ Refactor suggestion_ **Prefer RTL queries by role/name; reserve data-testid as a last resort.** This drives more accessible and resilient tests and reduces coupling to DOM details. Apply: ```diff - - Test asynchronous behavior with proper async/await patterns. - - Use data-testid attributes for selecting eleme...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/testing-guidelines.mdc b/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/testing-guidelines.mdc new file mode 100644 index 00000000..5351444f --- /dev/null +++ b/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-fil...
[ "rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/testing-guidelines.mdc" ]
[ { "comment": "_🛠️ Refactor suggestion_\n\n**Prefer RTL queries by role/name; reserve data-testid as a last resort.**\n\nThis drives more accessible and resilient tests and reduces coupling to DOM details.\n\nApply:\n\n```diff\n- - Test asynchronous behavior with proper async/await patterns.\n- - Use data-testi...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_🛠️ Refactor suggestion_ **Add missing operational best practices (abort, timeouts, caching caveats, streaming UX)** Aborts/timeouts and cache scoping are critical for reliability and safety. ```diff - Use `streamText` for streaming text responses from AI models. - Use `streamObject` for streaming structured JS...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/vercel-ai-sdk-best-practices.mdc b/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/vercel-ai-sdk-best-practices.mdc new file mode 100644 index 00000000..741f2758 --- /dev/null +++ b/rules/nextjs15-react19-vercelai-tailwind-cu...
[ "rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/vercel-ai-sdk-best-practices.mdc" ]
[ { "comment": "_🛠️ Refactor suggestion_\n\n**Add missing operational best practices (abort, timeouts, caching caveats, streaming UX)**\n\nAborts/timeouts and cache scoping are critical for reliability and safety.\n\n```diff\n - Use `streamText` for streaming text responses from AI models.\n - Use `streamObjec...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_⚠️ Potential issue_ **Replace “onFinish” with “onError” for error handling** “onFinish” typically denotes successful completion; use a dedicated error callback for failures. Apply this diff: ```diff -- Implement proper error handling with `onFinish` callback. +- Implement proper error handling with an `onError` ca...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/vercel-ai-sdk-best-practices.mdc b/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/vercel-ai-sdk-best-practices.mdc new file mode 100644 index 00000000..741f2758 --- /dev/null +++ b/rules/nextjs15-react19-vercelai-tailwind-cu...
[ "rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/vercel-ai-sdk-best-practices.mdc" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Replace “onFinish” with “onError” for error handling**\n\n“onFinish” typically denotes successful completion; use a dedicated error callback for failures.\n\nApply this diff:\n\n```diff\n-- Implement proper error handling with `onFinish` callback.\n+- Implement proper err...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_🛠️ Refactor suggestion_ **Clarify server-only usage of secrets** Make it explicit that API keys must never be exposed to the client; route all AI calls through server code. ```diff -- Use environment variables for API keys and sensitive configuration. +- Use server-only environment variables for API keys and sensi...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/vercel-ai-sdk-best-practices.mdc b/rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/vercel-ai-sdk-best-practices.mdc new file mode 100644 index 00000000..741f2758 --- /dev/null +++ b/rules/nextjs15-react19-vercelai-tailwind-cu...
[ "rules/nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file/vercel-ai-sdk-best-practices.mdc" ]
[ { "comment": "_🛠️ Refactor suggestion_\n\n**Clarify server-only usage of secrets**\n\nMake it explicit that API keys must never be exposed to the client; route all AI calls through server code.\n\n```diff\n-- Use environment variables for API keys and sensitive configuration.\n+- Use server-only environment va...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_⚠️ Potential issue_ **Don’t label decorative elements; hide them.** “Use aria-label/aria-labelledby … for … decorative elements” is incorrect and conflicts with Line 21’s guidance to hide decorative elements. Decorative elements should not be labeled; they should be ignored by AT. Apply this diff to fix the contra...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/angular-typescript-cursorrules-prompt-file/accessibility-guidelines.mdc b/rules/angular-typescript-cursorrules-prompt-file/accessibility-guidelines.mdc new file mode 100644 index 00000000..e03c9114 --- /dev/null +++ b/rules/angular-typescript-cursorrules-prompt-file/accessibility-guidelines.mdc @@ -0...
[ "rules/angular-typescript-cursorrules-prompt-file/accessibility-guidelines.mdc" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Don’t label decorative elements; hide them.**\n\n“Use aria-label/aria-labelledby … for … decorative elements” is incorrect and conflicts with Line 21’s guidance to hide decorative elements. Decorative elements should not be labeled; they should be ignored by AT.\n\n\nAppl...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_⚠️ Potential issue_ **Don’t label decorative elements; hide them (contradiction).** Same issue as in other stacks: decorative elements should not be labeled. Apply this diff: ```diff -- Use `aria-label` or `aria-labelledby` for icon buttons and decorative elements. +- Use `aria-label` or `aria-labelledby` for ico...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/typescript-react-cursorrules-prompt-file/accessibility-guidelines.mdc b/rules/typescript-react-cursorrules-prompt-file/accessibility-guidelines.mdc new file mode 100644 index 00000000..3846b9b8 --- /dev/null +++ b/rules/typescript-react-cursorrules-prompt-file/accessibility-guidelines.mdc @@ -0,0 +1,...
[ "rules/typescript-react-cursorrules-prompt-file/accessibility-guidelines.mdc" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Don’t label decorative elements; hide them (contradiction).**\n\nSame issue as in other stacks: decorative elements should not be labeled.\n\n\nApply this diff:\n\n```diff\n-- Use `aria-label` or `aria-labelledby` for icon buttons and decorative elements.\n+- Use `aria-la...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_⚠️ Potential issue_ **Use React’s camelCase attribute: tabIndex, not tabindex.** In JSX, the correct prop is tabIndex. Using lowercase suggests DOM attributes and can mislead readers. Apply this diff: ```diff -- Use `tabindex` appropriately (preferably only `tabindex="0"` or `tabindex="-1"`). +- Use `tabIndex` ap...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/typescript-react-cursorrules-prompt-file/accessibility-guidelines.mdc b/rules/typescript-react-cursorrules-prompt-file/accessibility-guidelines.mdc new file mode 100644 index 00000000..3846b9b8 --- /dev/null +++ b/rules/typescript-react-cursorrules-prompt-file/accessibility-guidelines.mdc @@ -0,0 +1,...
[ "rules/typescript-react-cursorrules-prompt-file/accessibility-guidelines.mdc" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Use React’s camelCase attribute: tabIndex, not tabindex.**\n\nIn JSX, the correct prop is tabIndex. Using lowercase suggests DOM attributes and can mislead readers.\n\n\nApply this diff:\n\n```diff\n-- Use `tabindex` appropriately (preferably only `tabindex=\"0\"` or `tab...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_⚠️ Potential issue_ **Decorative elements should be hidden, not labeled.** Same contradiction here; align with Line 21’s “aria-hidden”. Apply this diff: ```diff -- Use `aria-label` or `aria-labelledby` for icon buttons and decorative elements. +- Use `aria-label` or `aria-labelledby` for icon-only buttons and oth...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/vue3-composition-api-cursorrules-prompt-file/accessibility-guidelines.mdc b/rules/vue3-composition-api-cursorrules-prompt-file/accessibility-guidelines.mdc new file mode 100644 index 00000000..32870d35 --- /dev/null +++ b/rules/vue3-composition-api-cursorrules-prompt-file/accessibility-guidelines.mdc...
[ "rules/vue3-composition-api-cursorrules-prompt-file/accessibility-guidelines.mdc" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Decorative elements should be hidden, not labeled.**\n\nSame contradiction here; align with Line 21’s “aria-hidden”.\n\n\nApply this diff:\n\n```diff\n-- Use `aria-label` or `aria-labelledby` for icon buttons and decorative elements.\n+- Use `aria-label` or `aria-labelled...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_⚠️ Potential issue_ **Replace “error boundaries” with Vue’s actual error handling mechanisms.** Vue 3 doesn’t have React-style error boundaries. Recommend errorCaptured and a global errorHandler, plus Suspense fallbacks. ```diff - - Implement proper error boundaries to prevent cascading failures. + - Handle error...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/vue3-composition-api-cursorrules-prompt-file/performance-optimization.mdc b/rules/vue3-composition-api-cursorrules-prompt-file/performance-optimization.mdc new file mode 100644 index 00000000..53bdae6f --- /dev/null +++ b/rules/vue3-composition-api-cursorrules-prompt-file/performance-optimization.mdc...
[ "rules/vue3-composition-api-cursorrules-prompt-file/performance-optimization.mdc" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Replace “error boundaries” with Vue’s actual error handling mechanisms.**\n\nVue 3 doesn’t have React-style error boundaries. Recommend errorCaptured and a global errorHandler, plus Suspense fallbacks.\n\n\n\n```diff\n- - Implement proper error boundaries to prevent casca...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_🛠️ Refactor suggestion_ **Include test paths in globs.** These rules won’t trigger on test files if the glob only targets src. Add tests/e2e paths. ```diff ---- -description: Testing guidelines for Vue 3 Composition API applications, including unit testing, component testing, and end-to-end testing strategies. -...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/vue3-composition-api-cursorrules-prompt-file/testing-guidelines.mdc b/rules/vue3-composition-api-cursorrules-prompt-file/testing-guidelines.mdc new file mode 100644 index 00000000..1e304cf7 --- /dev/null +++ b/rules/vue3-composition-api-cursorrules-prompt-file/testing-guidelines.mdc @@ -0,0 +1,28 @@ ...
[ "rules/vue3-composition-api-cursorrules-prompt-file/testing-guidelines.mdc" ]
[ { "comment": "_🛠️ Refactor suggestion_\n\n**Include test paths in globs.**\n\nThese rules won’t trigger on test files if the glob only targets src. Add tests/e2e paths.\n\n\n\n```diff\n----\n-description: Testing guidelines for Vue 3 Composition API applications, including unit testing, component testing, and ...
true
PatrickJS/awesome-cursorrules
137
comment_to_fix
Add best practices rules for Next.js 15, React 19, Vercel AI SDK, and Tailwind CSS
_⚠️ Potential issue_ **Replace “error boundary” with Vue’s errorCaptured/global error handler.** Aligns with Vue’s actual error model. ```diff - - Test accessibility with tools like axe-core in Vitest tests. - - Implement proper error boundary testing for Vue components. + - Test accessibility with tools like axe-...
c40f0d1e48ff6749b4110304f760859a29ee5a0c
4d2fff36da5125fbafaa28695cae3d0410e38e99
diff --git a/rules/vue3-composition-api-cursorrules-prompt-file/testing-guidelines.mdc b/rules/vue3-composition-api-cursorrules-prompt-file/testing-guidelines.mdc new file mode 100644 index 00000000..1e304cf7 --- /dev/null +++ b/rules/vue3-composition-api-cursorrules-prompt-file/testing-guidelines.mdc @@ -0,0 +1,28 @@ ...
[ "rules/vue3-composition-api-cursorrules-prompt-file/testing-guidelines.mdc" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Replace “error boundary” with Vue’s errorCaptured/global error handler.**\n\nAligns with Vue’s actual error model.\n\n\n\n```diff\n- - Test accessibility with tools like axe-core in Vitest tests.\n- - Implement proper error boundary testing for Vue components.\n+ - Test a...
true
PatrickJS/awesome-cursorrules
135
issue_to_patch
Adding Unblocked sponsorship to README
Adding Unblocked (Next Chapter Software Inc) sponsorship to README <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * Documentation * Added two sponsorship blocks for Unblocked MCP, including heading links and logos directing to getunblocked.com/unblocked-mcp. *...
c4663a5a9f0904b05dbc5f5b3b5fee52ca78d14b
39d1608d75b171fb2f71d1a89129694f08cfe6e9
diff --git a/README.md b/README.md index 75774857..c9241654 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ Configuration files that enhance Cursor AI editor experience with custom rules a <a href="https://coderabbit.ai/?utm_source=oss&utm_medium=sponsorship&utm_campaign=awesome-cursorrules"> <img al...
[ "README.md", "Unblocked-logo-sq-words-over-gradient-1024w.png" ]
[ { "comment": "_💡 Verification agent_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n**Fix broken image URL, close the anchor tag, and replace hard tabs with spaces (MD010).**\n\n- The <a> tag in the h3 is not closed before </h3>.\n- The image src ends with an extra right parenthesis, breaking the URL.\n...
true
PatrickJS/awesome-cursorrules
129
issue_to_patch
Create rust.mdc
This PR adds a .cursorrules config for Rust-based Solana smart contract development using the Anchor framework. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added a comprehensive "Rust + Solana (Anchor) Best Practices" guide covering progr...
2733a163fbeb89d00e9fd9287a269881d39dbae1
702815737270eb47a77fed13743feb643cc9bd00
diff --git a/rules-new/rust.mdc b/rules-new/rust.mdc new file mode 100644 index 00000000..c1dfa673 --- /dev/null +++ b/rules-new/rust.mdc @@ -0,0 +1,85 @@ +--- +description: Rust best practices for Solana smart contract development using Anchor framework and Solana SDK +globs: programs/**/*.rs, src/**/*.rs, tests/**/*....
[ "rules-new/rust.mdc" ]
[]
true
PatrickJS/awesome-cursorrules
131
issue_to_patch
fix: minor typo in C++ files
`Makefile` is misspelled as `Makefil` in the `globs` list of `cpp.mdc` and the `.cursorrules` file of `rules/cpp-programming-guidelines-cursorrules-prompt-file`. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Corrected a typo in file pattern ma...
e49f0d09c296c993e1cd43a2d1419c91bd1e11de
989b4e0307b335939219302b3d3e5d0a5511561f
diff --git a/rules-new/cpp.mdc b/rules-new/cpp.mdc index 47f0a917..1c2e83a5 100644 --- a/rules-new/cpp.mdc +++ b/rules-new/cpp.mdc @@ -1,6 +1,6 @@ --- description: -globs: **/*.c,**/*.cpp,**/*.h,**/*.hpp,**/*.cxx,CMakeLists.txt,*.cmake,conanfile.txt,Makefil,**/*.cc +globs: **/*.c,**/*.cpp,**/*.h,**/*.hpp,**/*.cxx,CM...
[ "rules-new/cpp.mdc", "rules/cpp-programming-guidelines-cursorrules-prompt-file/.cursorrules" ]
[]
true
PatrickJS/awesome-cursorrules
133
issue_to_patch
Add Beefree SDK cursor rules
# Overview The purpose of this Pull Request is to add a .cursorrules reference for technical individuals utilizing Cursor to embed Beefree SDK. This file includes detailed guidance for Cursor and AI-assisted development workflows to generate optimal AI responses, code, and more. It is intended for those who would like...
e49f0d09c296c993e1cd43a2d1419c91bd1e11de
478479a5d27c977eae5bc3852e5c438e45a08e47
diff --git a/README.md b/README.md index af3c00fa..75774857 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve ## Contents - [Awesome Cursor Rules ](#awesome-cursor-rules-) + - [Sponsorships](#sponsorships) - [Why .cursorrule...
[ "README.md", "rules-new/beefreeSDK.mdc", "rules/beefreeSDK-nocode-content-editor-cursorrules-prompt-file/.cursorrules", "rules/beefreeSDK-nocode-content-editor-cursorrules-prompt-file/README.md" ]
[]
true
PatrickJS/awesome-cursorrules
132
issue_to_patch
removed MikroORM from generic nestjs rules
# What I did - removed MikroORM from generic nestjs rules # Why - I think it doesn't make sense for a generic typescript-nestjs rules to mention a specific ORM while there's other popular options as replacement. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabb...
e49f0d09c296c993e1cd43a2d1419c91bd1e11de
e19c4fb542d356f02ee85f3bbf621ee47c4a783b
diff --git a/rules/typescript-nestjs-best-practices-cursorrules-promp/.cursorrules b/rules/typescript-nestjs-best-practices-cursorrules-promp/.cursorrules index f355d46a..939e62de 100644 --- a/rules/typescript-nestjs-best-practices-cursorrules-promp/.cursorrules +++ b/rules/typescript-nestjs-best-practices-cursorrules-...
[ "rules/typescript-nestjs-best-practices-cursorrules-promp/.cursorrules", "rules/typescript-nestjs-best-practices-cursorrules-promp/nestjs-general-guidelines.mdc", "rules/typescript-nestjs-best-practices-cursorrules-promp/nestjs-module-structure-guidelines.mdc" ]
[]
true
PatrickJS/awesome-cursorrules
130
issue_to_patch
feat: add Scala general cursorrules and with Kafka usage, closes #83
This is a proposal for general Scala cursor rules with Kafka usage. These have already been tested for a few months at my main workplace. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added a comprehensive Scala 3 development best practice...
42ac7cf24d270b48a977fd145148cce7ee484baf
29dc1d544cdbf595d8029fd52dc38521d346d223
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..485dee64 --- /dev/null +++ b/.gitignore @@ -0,0 +1,1 @@ +.idea diff --git a/rules/scala-kafka-cursorrules-prompt-file/general-scala-clean-code.mdc b/rules/scala-kafka-cursorrules-prompt-file/general-scala-clean-code.mdc new file mode 100644 index...
[ ".gitignore", "rules/scala-kafka-cursorrules-prompt-file/general-scala-clean-code.mdc", "rules/scala-kafka-cursorrules-prompt-file/general-scala-development-practices.mdc", "rules/scala-kafka-cursorrules-prompt-file/kafka-development-practices.mdc", "rules/scala-kafka-cursorrules-prompt-file/linting-formatt...
[ { "comment": "_🛠️ Refactor suggestion_\n\n**Delete the superfluous empty header.**\n\nSame duplication issue as the previous file; retain only the second header (lines 6-9) which already specifies `description` and `globs`.\n\n```diff\n ---\n-description:\n-globs:\n-alwaysApply: true\n----\n```\n\nHaving two h...
true
PatrickJS/awesome-cursorrules
130
comment_to_fix
feat: add Scala general cursorrules and with Kafka usage, closes #83
_🛠️ Refactor suggestion_ **Delete the superfluous empty header.** Same duplication issue as the previous file; retain only the second header (lines 6-9) which already specifies `description` and `globs`. ```diff --- -description: -globs: -alwaysApply: true ---- ``` Having two headers makes the rule file ambiguous...
42ac7cf24d270b48a977fd145148cce7ee484baf
29dc1d544cdbf595d8029fd52dc38521d346d223
diff --git a/rules/scala-kafka-cursorrules-prompt-file/general-scala-clean-code.mdc b/rules/scala-kafka-cursorrules-prompt-file/general-scala-clean-code.mdc new file mode 100644 index 00000000..5037ece3 --- /dev/null +++ b/rules/scala-kafka-cursorrules-prompt-file/general-scala-clean-code.mdc @@ -0,0 +1,14 @@ +--- +des...
[ "rules/scala-kafka-cursorrules-prompt-file/general-scala-clean-code.mdc" ]
[ { "comment": "_🛠️ Refactor suggestion_\n\n**Delete the superfluous empty header.**\n\nSame duplication issue as the previous file; retain only the second header (lines 6-9) which already specifies `description` and `globs`.\n\n```diff\n ---\n-description:\n-globs:\n-alwaysApply: true\n----\n```\n\nHaving two h...
true
PatrickJS/awesome-cursorrules
130
comment_to_fix
feat: add Scala general cursorrules and with Kafka usage, closes #83
_🛠️ Refactor suggestion_ **Remove duplicated / placeholder front-matter block.** The file contains two YAML headers; many parsers accept only the first one, so the real metadata on lines 6-9 will be ignored. ```diff --- -description: -globs: -alwaysApply: true ---- +# (block removed – the header below is the canon...
42ac7cf24d270b48a977fd145148cce7ee484baf
29dc1d544cdbf595d8029fd52dc38521d346d223
diff --git a/rules/scala-kafka-cursorrules-prompt-file/general-scala-development-practices.mdc b/rules/scala-kafka-cursorrules-prompt-file/general-scala-development-practices.mdc new file mode 100644 index 00000000..d748d8ca --- /dev/null +++ b/rules/scala-kafka-cursorrules-prompt-file/general-scala-development-practic...
[ "rules/scala-kafka-cursorrules-prompt-file/general-scala-development-practices.mdc" ]
[ { "comment": "_🛠️ Refactor suggestion_\n\n**Remove duplicated / placeholder front-matter block.**\n\nThe file contains two YAML headers; many parsers accept only the first one, so the real metadata on lines 6-9 will be ignored.\n\n```diff\n ---\n-description:\n-globs:\n-alwaysApply: true\n----\n+# (block remov...
true
PatrickJS/awesome-cursorrules
130
comment_to_fix
feat: add Scala general cursorrules and with Kafka usage, closes #83
_⚠️ Potential issue_ **Populate the mandatory front-matter fields.** `description` and `globs` are empty, which will cause most cursor-rules engines to skip the file or throw a parse error. ```diff --- -description: -globs: +description: Enforce a unified scalafmt style across all Scala sources +globs: "**/*.scala"...
42ac7cf24d270b48a977fd145148cce7ee484baf
29dc1d544cdbf595d8029fd52dc38521d346d223
diff --git a/rules/scala-kafka-cursorrules-prompt-file/linting-formatting.mdc b/rules/scala-kafka-cursorrules-prompt-file/linting-formatting.mdc new file mode 100644 index 00000000..7b0f4b59 --- /dev/null +++ b/rules/scala-kafka-cursorrules-prompt-file/linting-formatting.mdc @@ -0,0 +1,6 @@ +--- +description: Enforce a...
[ "rules/scala-kafka-cursorrules-prompt-file/linting-formatting.mdc" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Populate the mandatory front-matter fields.**\n\n`description` and `globs` are empty, which will cause most cursor-rules engines to skip the file or throw a parse error.\n\n```diff\n ---\n-description:\n-globs:\n+description: Enforce a unified scalafmt style across all Sc...
true
PatrickJS/awesome-cursorrules
127
issue_to_patch
fix: Update ui-and-styling-rule.mdc Shaden -> Shadcn
Fix typos. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Corrected typographical errors in description text to accurately reference "Shadcn". <!-- end of auto-generated comment: release notes by coderabbit.ai -->
42ac7cf24d270b48a977fd145148cce7ee484baf
7b45097fc1be4757482dd3550260bc2f3548ad0e
diff --git a/rules/cursor-ai-react-typescript-shadcn-ui-cursorrules-p/ui-and-styling-rule.mdc b/rules/cursor-ai-react-typescript-shadcn-ui-cursorrules-p/ui-and-styling-rule.mdc index a0ae2403..4d9c68f1 100644 --- a/rules/cursor-ai-react-typescript-shadcn-ui-cursorrules-p/ui-and-styling-rule.mdc +++ b/rules/cursor-ai-re...
[ "rules/cursor-ai-react-typescript-shadcn-ui-cursorrules-p/ui-and-styling-rule.mdc" ]
[]
true
PatrickJS/awesome-cursorrules
119
issue_to_patch
fix: typo in python dependency rules
This pull request includes a minor correction to a markdown file. Specifically, it fixes a typo in the description of dependency management practices. * [`rules/python-312-fastapi-best-practices-cursorrules-prom/python-dependency-management-with-poetry.mdc`](diffhunk://#diff-40b5f8890271150074dd69b64e6f39a1dcb36104f...
42ac7cf24d270b48a977fd145148cce7ee484baf
b7b0e64ee85dc86c41963a89d4e4a2aaea3a6964
diff --git a/rules/python-312-fastapi-best-practices-cursorrules-prom/python-dependency-management-with-poetry.mdc b/rules/python-312-fastapi-best-practices-cursorrules-prom/python-dependency-management-with-poetry.mdc index abbcd058..f7ddb7ca 100644 --- a/rules/python-312-fastapi-best-practices-cursorrules-prom/python...
[ "rules/python-312-fastapi-best-practices-cursorrules-prom/python-dependency-management-with-poetry.mdc" ]
[]
true
PatrickJS/awesome-cursorrules
118
issue_to_patch
Update README.md
update description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated the README introduction to clarify the purpose of the configuration files and their role in customizing the Cursor AI editor experience. <!-- end of auto-generated c...
d3d71cc4bb2ecd80ac58e6a9d9e55de94b707adc
6727266db13b0cca83403f9515eafe3385c82475
diff --git a/README.md b/README.md index 3e603e05..2621a13e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ </a> </p> -A curated list of awesome .cursorrules files for enhancing your Cursor AI experience. +Configuration files that enhance Cursor AI editor experience with custom rules and behaviors [Curs...
[ "README.md" ]
[]
true
PatrickJS/awesome-cursorrules
117
issue_to_patch
added Medusa cursorrules
Hello! i've added a cursorrules file for Medusa <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added comprehensive guidelines and best practices for developing applications with Medusa, covering coding standards, workflow creation, data mod...
6b4287c5898c3c48c1528f3bed9ec6b83b66cefe
a15c6b2d75d9890ac40bfee044ebb0b1698dda74
diff --git a/rules-new/medusa.mdc b/rules-new/medusa.mdc new file mode 100644 index 00000000..54167489 --- /dev/null +++ b/rules-new/medusa.mdc @@ -0,0 +1,48 @@ +--- +description: Medusa rules and best practices. These rules should be used when building applications with Medusa. +globs: **/*.tsx, **/*.ts, src/**/*.ts, ...
[ "rules-new/medusa.mdc", "rules/medusa-cursorrules/.cursorrules" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Fix typo in workflow rule.**\n\nThere's a spelling error in the workflow rule.\n\n\n```diff\n- Don't add typing to compenstion function's input.\n+ Don't add typing to compensation function's input.\n```\n\n<!-- suggestion_start -->\n\n<details>\n<summary>📝 Committable s...
true
PatrickJS/awesome-cursorrules
117
comment_to_fix
added Medusa cursorrules
_⚠️ Potential issue_ **Fix typo in workflow rule.** There's a spelling error in the workflow rule. ```diff - Don't add typing to compenstion function's input. + Don't add typing to compensation function's input. ``` <!-- suggestion_start --> <details> <summary>📝 Committable suggestion</summary> > ‼️ **IMPORTANT...
6b4287c5898c3c48c1528f3bed9ec6b83b66cefe
a15c6b2d75d9890ac40bfee044ebb0b1698dda74
diff --git a/rules/medusa-cursorrules/.cursorrules b/rules/medusa-cursorrules/.cursorrules new file mode 100644 index 00000000..33df97aa --- /dev/null +++ b/rules/medusa-cursorrules/.cursorrules @@ -0,0 +1,43 @@ +You are an expert senior software engineer specializing in modern web development, with deep expertise in T...
[ "rules/medusa-cursorrules/.cursorrules" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Fix typo in workflow rule.**\n\nThere's a spelling error in the workflow rule.\n\n\n```diff\n- Don't add typing to compenstion function's input.\n+ Don't add typing to compensation function's input.\n```\n\n<!-- suggestion_start -->\n\n<details>\n<summary>📝 Committable s...
true
PatrickJS/awesome-cursorrules
117
comment_to_fix
added Medusa cursorrules
_⚠️ Potential issue_ **Fix grammatical error in service rule.** There's a grammatical error in the service rule. ```diff - When create a service, always make methods async. + When creating a service, always make methods async. ``` <!-- suggestion_start --> <details> <summary>📝 Committable suggestion</summary> >...
6b4287c5898c3c48c1528f3bed9ec6b83b66cefe
a15c6b2d75d9890ac40bfee044ebb0b1698dda74
diff --git a/rules-new/medusa.mdc b/rules-new/medusa.mdc new file mode 100644 index 00000000..54167489 --- /dev/null +++ b/rules-new/medusa.mdc @@ -0,0 +1,48 @@ +--- +description: Medusa rules and best practices. These rules should be used when building applications with Medusa. +globs: **/*.tsx, **/*.ts, src/**/*.ts, ...
[ "rules-new/medusa.mdc" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Fix grammatical error in service rule.**\n\nThere's a grammatical error in the service rule.\n\n\n```diff\n- When create a service, always make methods async.\n+ When creating a service, always make methods async.\n```\n\n<!-- suggestion_start -->\n\n<details>\n<summary>�...
true
PatrickJS/awesome-cursorrules
117
comment_to_fix
added Medusa cursorrules
_⚠️ Potential issue_ **Fix typo in workflow rule.** There's a spelling error in the workflow rule, identical to the one in the other cursorrules file. ```diff - Don't add typing to compenstion function's input. + Don't add typing to compensation function's input. ``` <!-- suggestion_start --> <details> <summary>�...
6b4287c5898c3c48c1528f3bed9ec6b83b66cefe
a15c6b2d75d9890ac40bfee044ebb0b1698dda74
diff --git a/rules-new/medusa.mdc b/rules-new/medusa.mdc new file mode 100644 index 00000000..54167489 --- /dev/null +++ b/rules-new/medusa.mdc @@ -0,0 +1,48 @@ +--- +description: Medusa rules and best practices. These rules should be used when building applications with Medusa. +globs: **/*.tsx, **/*.ts, src/**/*.ts, ...
[ "rules-new/medusa.mdc" ]
[ { "comment": "_⚠️ Potential issue_\n\n**Fix typo in workflow rule.**\n\nThere's a spelling error in the workflow rule, identical to the one in the other cursorrules file.\n\n\n```diff\n- Don't add typing to compenstion function's input.\n+ Don't add typing to compensation function's input.\n```\n\n<!-- suggesti...
true
PatrickJS/awesome-cursorrules
81
issue_to_patch
doc: update README.md, add UIKit cursorrules link
Previous UIKit's cursorrules not update README.md. This MR add cursorrules link on it.
fc8a4d5a2180865e93bdeba7aee4839473343899
2f1f9d6f9a44ce1923da5c9ca0de8348b139691d
diff --git a/README.md b/README.md index 57073bd6..6ba7aedf 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve - [TypeScript (Expo, Jest, Detox)](./rules/typescript-expo-jest-detox-cursorrules-prompt-file/.cursorrules) - [Android...
[ "README.md" ]
[]
true
Perfare/Il2CppDumper
680
issue_to_patch
Add Hopper Disassembler Script
This python script allows you to load script.json onto Hopper Disassembler
826a73a2c85b5a0b448df2bf419f6c036f5e1a85
024d6143122857e543880db55a614ffbe5d5837d
diff --git a/Il2CppDumper/hopper-py3.py b/Il2CppDumper/hopper-py3.py new file mode 100644 index 00000000..20dc471b --- /dev/null +++ b/Il2CppDumper/hopper-py3.py @@ -0,0 +1,32 @@ +import codecs +import json + +def deserializeJSON(script_file): + if script_file is not None: + f = codecs.open(script_file, "r","...
[ "Il2CppDumper/hopper-py3.py" ]
[]
true
Perfare/Il2CppDumper
664
issue_to_patch
Add bool typedef to il2cpp_header_to_ghidra.py
Harmony's Odyssey is using bools and since "bool" macro is not a part of C89, I have added proper typedef. Btw. I think you should edit script to allow choosing file from other than root folder for reading and saving - since root path is not easily deducable. I have edited it on my PC but i don't know how to set def...
826a73a2c85b5a0b448df2bf419f6c036f5e1a85
4c23817064d622cc941feadef4692be3f5207a4b
diff --git a/Il2CppDumper/il2cpp_header_to_ghidra.py b/Il2CppDumper/il2cpp_header_to_ghidra.py index 3538dcf4..47422db7 100644 --- a/Il2CppDumper/il2cpp_header_to_ghidra.py +++ b/Il2CppDumper/il2cpp_header_to_ghidra.py @@ -10,7 +10,8 @@ "typedef __int64 int64_t;\n" \ "typedef __int64 intptr_t;\n" \ ...
[ "Il2CppDumper/il2cpp_header_to_ghidra.py" ]
[]
true
Perfare/Il2CppDumper
538
issue_to_patch
Add error handling for CodeUnitInsertionException | il2cpp.h for ghidra support
Fixes set_type() crashing on duplicate data. Makes updating ghidra db easier. No editing of json file needed when re-defining. py3 script for converting il2cpp.h to be ghidra-friendly. w/ typedefs and `super`. Tested with Ghidra 10.1 (current)
d0eeb82c81dba6124f438b84e1ef2f5e8f60626e
51387869c794c590e4cffd705564c69aabf49dba
diff --git a/Il2CppDumper/ghidra_with_struct.py b/Il2CppDumper/ghidra_with_struct.py index b063cdee..b7d90134 100644 --- a/Il2CppDumper/ghidra_with_struct.py +++ b/Il2CppDumper/ghidra_with_struct.py @@ -44,7 +44,13 @@ def set_type(addr, type): if addrType is None: print("Could not identify type " + type + "(parsed...
[ "Il2CppDumper/ghidra_with_struct.py", "Il2CppDumper/il2cpp_header_to_ghidra.py" ]
[]
true
Perfare/Il2CppDumper
624
issue_to_patch
Update Binary Ninja script
bf36e1d5cc4e8e34cdbd27239f65238797cd13be
f718498b45d8ec4b63222a13b0382da0b56d0de7
diff --git a/Il2CppDumper/Il2CppBinaryNinja/__init__.py b/Il2CppDumper/Il2CppBinaryNinja/__init__.py new file mode 100644 index 00000000..08277283 --- /dev/null +++ b/Il2CppDumper/Il2CppBinaryNinja/__init__.py @@ -0,0 +1,96 @@ +from binaryninja import * +from os.path import exists + +def get_addr(bv: BinaryView, addr: ...
[ "Il2CppDumper/Il2CppBinaryNinja/__init__.py", "Il2CppDumper/Il2CppBinaryNinja/plugin.json", "Il2CppDumper/binaryninja3_py3.py", "Il2CppDumper/il2cpp_header_to_binja.py", "README.md", "README.zh-CN.md" ]
[]
true
Perfare/Il2CppDumper
578
issue_to_patch
Add BinaryNinja 3 script
Python script for BinaryNinja 3, currently only names functions. I'll improve on it in the future but currently it does the job for me. Thought I'd do a pull request if someone else needs it!
c3877cf39a867299575c410dcaec908892d4f777
3ef277d40e762e5ed1d5f08f558a22b546eed877
diff --git a/Il2CppDumper/binaryninja3_py3.py b/Il2CppDumper/binaryninja3_py3.py new file mode 100644 index 00000000..c8325f9f --- /dev/null +++ b/Il2CppDumper/binaryninja3_py3.py @@ -0,0 +1,27 @@ +import binaryninja +from os.path import exists + +imageBase = bv.start + +def get_addr(addr): + return imageBase + addr + ...
[ "Il2CppDumper/binaryninja3_py3.py", "README.md", "README.zh-CN.md" ]
[]
true
Perfare/Il2CppDumper
551
issue_to_patch
Fix ghidra_wasm.py compatibility issue with ghidra 10.1
## Issue Ghidra v10.1 removed `getSymbol(String, Namespace)` api (https://github.com/NationalSecurityAgency/ghidra/commit/d05a57ae1a90ae11a9f196dbcd48c74ff7252b34), which crashes the script. ## Fix According to [this line](https://github.com/NationalSecurityAgency/ghidra/commit/d05a57ae1a90ae11a9f196dbcd48c74ff725...
05ee90a4e95695f0f0006060c38913eeb2523e9c
6d23098c42b61791a11567f6ce19e512bebc6638
diff --git a/Il2CppDumper/ghidra_wasm.py b/Il2CppDumper/ghidra_wasm.py index 07c932e1..254a7d5e 100644 --- a/Il2CppDumper/ghidra_wasm.py +++ b/Il2CppDumper/ghidra_wasm.py @@ -47,9 +47,9 @@ def make_function(start): offset = scriptMethod["Address"] sig = scriptMethod["TypeSignature"] symbolName = "func_%s_%d" %...
[ "Il2CppDumper/ghidra_wasm.py" ]
[]
true
Perfare/Il2CppDumper
526
issue_to_patch
支持对 WebAssembly 的分析
添加 ghidra_wasm.py 脚本,根据 script.json 的内容恢复 wasm 中的符号信息。 测试结果: ![](https://user-images.githubusercontent.com/21212051/144026160-afa43ea1-022d-434e-808e-d75f57520aba.png) 测试文件: [Build.zip](https://github.com/Perfare/Il2CppDumper/files/7624829/Build.zip)
eb5d465483211774ee3512b88f6e1fe73319b70c
8f29a8e66bda147235559d5d074ae9f4de54a10d
diff --git a/Il2CppDumper/Il2CppDumper.csproj b/Il2CppDumper/Il2CppDumper.csproj index 5f795867..b04703b6 100644 --- a/Il2CppDumper/Il2CppDumper.csproj +++ b/Il2CppDumper/Il2CppDumper.csproj @@ -25,6 +25,9 @@ <None Update="ghidra.py"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None...
[ "Il2CppDumper/Il2CppDumper.csproj", "Il2CppDumper/Outputs/ScriptJson.cs", "Il2CppDumper/Outputs/StructGenerator.cs", "Il2CppDumper/ghidra_wasm.py", "README.md", "README.zh-CN.md" ]
[]
true
Perfare/Il2CppDumper
539
issue_to_patch
Fixed compatibility with ghidra's vanilla python interpreter. Added more error handling
Ghidra has lots of special exceptions and will quit the script upon encountering them. I added better error handling here. I also made the script compatible with the vanilla (unmodified) python interpreter, including some code style issues, like needing 6 space indents after some try/except statements. Removed the ...
43ffffe82020f0522e96eb9b837e9ca72c1bd492
b151e6111afb663666f18f268c6ba7503b0d6794
diff --git a/Il2CppDumper/ghidra_with_struct.py b/Il2CppDumper/ghidra_with_struct.py index b7d90134..5f188924 100644 --- a/Il2CppDumper/ghidra_with_struct.py +++ b/Il2CppDumper/ghidra_with_struct.py @@ -20,8 +20,11 @@ def get_addr(addr): return baseAddress.add(addr) def set_name(addr, name): - name = name.replace(...
[ "Il2CppDumper/ghidra_with_struct.py" ]
[]
true
Perfare/Il2CppDumper
477
issue_to_patch
fix certain keywords not allowed by IDA even if prepended by '_'
IDA doesn't allow keywords below to be used as field names. Eg: `bool _inline;` ``` class _inline _near _far ```
185278310e5b673c13e861b1e191c94d0bbdb845
6288cce040c46cfe9240110bc2f6fb3b77aaf3f9
diff --git a/Il2CppDumper/Outputs/StructGenerator.cs b/Il2CppDumper/Outputs/StructGenerator.cs index 003f96cd..c0e4409f 100644 --- a/Il2CppDumper/Outputs/StructGenerator.cs +++ b/Il2CppDumper/Outputs/StructGenerator.cs @@ -27,8 +27,10 @@ public class StructGenerator private StringBuilder methodInfoHeader = new...
[ "Il2CppDumper/Outputs/StructGenerator.cs" ]
[]
true
Perfare/Il2CppDumper
378
issue_to_patch
include types and function parameters in ghidra script
per #366 still requires il2cpp.h to be properly imported first to define structs many thanks to @tellowkrinkle for the original version in #287
2fd3624288d13751cdc9b98c496b0cef93792132
ad1bda2507683e3ada4f3741c5cce2198d2bfc8a
diff --git a/Il2CppDumper/ghidra.py b/Il2CppDumper/ghidra.py index e1038e1d..b2eee67c 100644 --- a/Il2CppDumper/ghidra.py +++ b/Il2CppDumper/ghidra.py @@ -1,6 +1,9 @@ # -*- coding: utf-8 -*- import json +from ghidra.app.util.cparser.C import CParserUtils +from ghidra.app.cmd.function import ApplyFunctionSignatureCm...
[ "Il2CppDumper/ghidra.py" ]
[]
true
Perfare/Il2CppDumper
375
issue_to_patch
Simplify ghidra.py make_function
As noted in #374 ghidra.py is quite slow for large programs due to the getFunctionAfter(start) search. This helps mitigate creating overlapping functions which throws an exception. However, functions in the listing may be fragmented and there are many other ways setting the body to (set, end-1) may overlap existing fun...
2fd3624288d13751cdc9b98c496b0cef93792132
81a5171e8fac66ef76117c322c16ac30110abf0f
diff --git a/Il2CppDumper/ghidra.py b/Il2CppDumper/ghidra.py index e1038e1d..267aea26 100644 --- a/Il2CppDumper/ghidra.py +++ b/Il2CppDumper/ghidra.py @@ -20,18 +20,10 @@ def set_name(addr, name): name = name.replace(' ', '-') createLabel(addr, name, True, USER_DEFINED) -def make_function(start, end): - next_func...
[ "Il2CppDumper/ghidra.py" ]
[]
true
Perfare/Il2CppDumper
358
issue_to_patch
Add progress bar to Ghidra script
Ghidra script processing takes a long time so having a progress bar is nice
2fd3624288d13751cdc9b98c496b0cef93792132
f8754092eea2f42e424c219dabe700281be3a646
diff --git a/Il2CppDumper/ghidra.py b/Il2CppDumper/ghidra.py index e1038e1d..0a7452cb 100644 --- a/Il2CppDumper/ghidra.py +++ b/Il2CppDumper/ghidra.py @@ -38,14 +38,19 @@ def make_function(start, end): if "ScriptMethod" in data and "ScriptMethod" in processFields: scriptMethods = data["ScriptMethod"] + monitor.ini...
[ "Il2CppDumper/ghidra.py" ]
[]
true
Perfare/Il2CppDumper
334
issue_to_patch
Add token attributes to dummy dll
Motivation: this would make it easier to work with il2cpp API at runtime, as tokens provide a nice and performant way to uniquely identify classes/methods without ambiguity of names and difficulties of overload resolution. Mainly this would allow to generate better-performing assemblies using future versions of my [as...
858f2490de3eac66d455ccc3638f1206cfcd0e23
f48757569960bd802719c80364184642118f3c88
diff --git a/Il2CppDumper/Utils/DummyAssemblyGenerator.cs b/Il2CppDumper/Utils/DummyAssemblyGenerator.cs index f7620547..81d5a95d 100644 --- a/Il2CppDumper/Utils/DummyAssemblyGenerator.cs +++ b/Il2CppDumper/Utils/DummyAssemblyGenerator.cs @@ -32,6 +32,7 @@ public DummyAssemblyGenerator(Metadata metadata, Il2Cpp il2Cpp)...
[ "Il2CppDumper/Utils/DummyAssemblyGenerator.cs", "Il2CppDumper/Utils/Il2CppDummyDll.cs" ]
[]
true
Perfare/Il2CppDumper
325
issue_to_patch
Fix for #324
(I wasn't sure if the position afterwards was important. If it's not, you can obviously just skip the 2nd half of the function and just return str.)
dab2ce6aa9a5c87569d3445c1e2eaab7d20fdaf8
b51258430bba34bdf6330ef3d831934d3dd1057b
diff --git a/Il2CppDumper/Il2Cpp/Metadata.cs b/Il2CppDumper/Il2Cpp/Metadata.cs index 63f958ba..4659e462 100644 --- a/Il2CppDumper/Il2Cpp/Metadata.cs +++ b/Il2CppDumper/Il2Cpp/Metadata.cs @@ -251,5 +251,16 @@ int GetPrimitiveTypeSize(string name) } } } + + internal string Re...
[ "Il2CppDumper/Il2Cpp/Metadata.cs", "Il2CppDumper/Outputs/Il2CppDecompiler.cs", "Il2CppDumper/Utils/DummyAssemblyGenerator.cs" ]
[]
true
Perfare/Il2CppDumper
288
issue_to_patch
Python 脚本导入字段可配置
遇到了一个混淆工具,处理后的binary dump出来的函数地址都是错的,但是字符串是对的。 加了个配置数组,允许只处理部分字段。 本来想试试ida的form,以后再说
61dada92dd1066c9c0165af6c6858d3e0577d935
5b4bf2b493881e95e2a4c1523f2f4b417a3ebcd3
diff --git a/Il2CppDumper/ghidra.py b/Il2CppDumper/ghidra.py index 31c167aa..583f8179 100644 --- a/Il2CppDumper/ghidra.py +++ b/Il2CppDumper/ghidra.py @@ -1,6 +1,14 @@ # -*- coding: utf-8 -*- import json +processFields = [ + "ScriptMethod", + "ScriptString", + "ScriptMetadata", + "ScriptMetadataMethod", + "Addresse...
[ "Il2CppDumper/ghidra.py", "Il2CppDumper/ida.py", "Il2CppDumper/ida_with_struct.py" ]
[]
true
Perfare/Il2CppDumper
273
issue_to_patch
Add config option to not require key press
Default behavior is to maintain existing "press any key" prompt. With the config option set to false, it does not require further input and allows automated tools to invoke the program without needing to handle the final interaction. When invoked in a non-interactive context, the input requirement can cause tools to ...
4c7e06e56ce11a301a49d9846fd1c3c5089650d8
c8e0e6d8fcebf34aaad3aebf188a4fc0bd09e5c0
diff --git a/Il2CppDumper/Config.cs b/Il2CppDumper/Config.cs index d13c2c19..c13aa82a 100644 --- a/Il2CppDumper/Config.cs +++ b/Il2CppDumper/Config.cs @@ -16,6 +16,7 @@ public class Config public bool DumpTypeDefIndex = true; public bool DummyDll = true; public bool MakeFunction = false; + ...
[ "Il2CppDumper/Config.cs", "Il2CppDumper/Program.cs", "Il2CppDumper/config.json" ]
[]
true
Perfare/Il2CppDumper
224
issue_to_patch
Fix crash when 2 sections have same name
proof: ![image](https://user-images.githubusercontent.com/17663689/73436746-0feb9f00-4386-11ea-8681-e171fc01fe9d.png)
1b2357156019ab188696fcc840d6cf6bdeea6ff8
c47d701e0048db78c6dc38ea5ce37301f3fe9791
diff --git a/Il2CppDumper/Elf.cs b/Il2CppDumper/Elf.cs index 470ed2fc..24cc7346 100644 --- a/Il2CppDumper/Elf.cs +++ b/Il2CppDumper/Elf.cs @@ -86,7 +86,11 @@ private bool GetSectionWithName() for (uint i = 0; i < elf_header.e_shnum; i++) { var section = ReadClass<E...
[ "Il2CppDumper/Elf.cs", "Il2CppDumper/Elf64.cs" ]
[]
true
Perfare/Il2CppDumper
132
issue_to_patch
Add method type parameters dumping
Dump the type parameters of Generic Methods' MethodRef.(for IDA python script) Examples: ``` Component.GetComponent<RectTransform>() -> Method$Component.GetComponent()_RectTransform_ Dictionary<string,int>.Add() -> Method$Dictionary_string_ int_.Add() ```
5bd3097be963f7edb8ba90eab5358135ee7fddc9
493a07d6efe30a501fef24a25916a8449b3eca81
diff --git a/Il2CppDumper/Il2Cpp.cs b/Il2CppDumper/Il2Cpp.cs index 2852cb4d..add5a3c2 100644 --- a/Il2CppDumper/Il2Cpp.cs +++ b/Il2CppDumper/Il2Cpp.cs @@ -18,6 +18,7 @@ public abstract class Il2Cpp : MyBinaryReader private Dictionary<ulong, Il2CppType> typesdic = new Dictionary<ulong, Il2CppType>(); p...
[ "Il2CppDumper/Il2Cpp.cs", "Il2CppDumper/Program.cs" ]
[]
true
Perfare/Il2CppDumper
112
issue_to_patch
Program.cs: fix path separator for unixes (including osx). Added usage help message.
Changes: 1) Change hardcoded path separator `/` with `Path.DirectorySeparatorChar` to make it work on unixes (including osx). 2) Added a usage help message
be89ac9debb383f85b8ec45e7b10976f503899e2
95e224cf480688b125b8428c7215c877628c0653
diff --git a/Il2CppDumper/Program.cs b/Il2CppDumper/Program.cs index f9802c63..5d90c315 100644 --- a/Il2CppDumper/Program.cs +++ b/Il2CppDumper/Program.cs @@ -14,14 +14,36 @@ class Program { private static Metadata metadata; private static Il2Cpp il2cpp; - private static Config config = ne...
[ "Il2CppDumper/Program.cs" ]
[]
true
Perfare/Il2CppDumper
79
issue_to_patch
DumpTypeDefIndex添加到Config里
c479ea80d084c1a664ecb15b4f1e912a7b100f28
e6c20bad216bc1a8346b5bbf36bac027915ceddc
diff --git a/Il2CppDumper/Config.cs b/Il2CppDumper/Config.cs index 8604a9e5..c56427dc 100644 --- a/Il2CppDumper/Config.cs +++ b/Il2CppDumper/Config.cs @@ -13,6 +13,7 @@ class Config public bool DumpAttribute = false; public bool DumpFieldOffset = true; public bool DumpMethodOffset = true; + ...
[ "Il2CppDumper/Config.cs", "Il2CppDumper/Program.cs", "Il2CppDumper/config.json", "README.md", "README.zh-CN.md" ]
[]
true
Perfare/Il2CppDumper
77
issue_to_patch
DumpMethodOffset添加到Config里
ba4563a55640d570e9d3ec5a7396f84b4bca0257
ed1b51a54d83a6631d395938acfc8516d68a59b5
diff --git a/Il2CppDumper/Config.cs b/Il2CppDumper/Config.cs index d0ef8091..8604a9e5 100644 --- a/Il2CppDumper/Config.cs +++ b/Il2CppDumper/Config.cs @@ -12,6 +12,7 @@ class Config public bool DumpProperty = false; public bool DumpAttribute = false; public bool DumpFieldOffset = true; + ...
[ "Il2CppDumper/Config.cs", "Il2CppDumper/Program.cs", "Il2CppDumper/config.json", "README.md", "README.zh-CN.md" ]
[]
true
Perfare/Il2CppDumper
48
issue_to_patch
English readme
#40 seems not active for 2 months so I decided to do it.
d781f283e31c58eb5b8fec3d499e5949eaee6f28
6c8b343909e09bb70acb685ea8754683fe68c9d2
diff --git a/README.md b/README.md index 2c1f96cd..74c411ee 100644 --- a/README.md +++ b/README.md @@ -1,52 +1,91 @@ # Il2CppDumper -[![Build status](https://ci.appveyor.com/api/projects/status/anhqw33vcpmp8ofa?svg=true)](https://ci.appveyor.com/project/Perfare/il2cppdumper/branch/master/artifacts) -从il2cpp中获取types,...
[ "README.md", "README_zh.md" ]
[]
true
Philippus/elastic4s
3,990
issue_to_patch
Update sbt, scripted-plugin to 1.12.12
## About this PR 📦 Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.12.11` to `1.12.12` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.12) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.11...v1.12.12)...
31bf972893cef25ae6f98562fec7ccc609b317b8
6176af72b1139ddd09af4be47d996bbddcb713c8
diff --git a/project/build.properties b/project/build.properties index dabdb1590..7c1916d0a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,1 +1,1 @@ -sbt.version=1.12.11 +sbt.version=1.12.12
[ "project/build.properties" ]
[]
true
Philippus/elastic4s
3,993
issue_to_patch
Update json4s-core, json4s-jackson to 4.1.1 in series/8.x
## About this PR 📦 Updates * [io.github.json4s:json4s-core](https://github.com/json4s/json4s) * [io.github.json4s:json4s-jackson](https://github.com/json4s/json4s) from `4.1.0` to `4.1.1` 📜 [GitHub Release Notes](https://github.com/json4s/json4s/releases/tag/v4.1.1) - [Version Diff](https://github.com/json4s/json...
e4aef31d60b2a716a406eb95611ab1de280886ce
8e27b05ada0dbed59d5337dae5b8d0e080d17005
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 38ae2d68e..b6113e682 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -12,7 +12,7 @@ object Dependencies { val ExtsVersion = "1.61.1" val Http4sVersion = "0.23.34" val Jacks...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,992
issue_to_patch
Update sbt, scripted-plugin to 1.12.12 in series/7.x
## About this PR 📦 Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.12.11` to `1.12.12` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.12.12) - [Version Diff](https://github.com/sbt/sbt/compare/v1.12.11...v1.12.12)...
805129652f91879d3bd6e8e4c2cf2f1d4ea66473
78d035bf251a7c407b84c888379bfa57676106f0
diff --git a/project/build.properties b/project/build.properties index dabdb1590..7c1916d0a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,1 +1,1 @@ -sbt.version=1.12.11 +sbt.version=1.12.12
[ "project/build.properties" ]
[]
true
Philippus/elastic4s
3,989
issue_to_patch
Update json4s-core, json4s-jackson to 4.1.1
## About this PR 📦 Updates * [io.github.json4s:json4s-core](https://github.com/json4s/json4s) * [io.github.json4s:json4s-jackson](https://github.com/json4s/json4s) from `4.1.0` to `4.1.1` 📜 [GitHub Release Notes](https://github.com/json4s/json4s/releases/tag/v4.1.1) - [Version Diff](https://github.com/json4s/json...
31bf972893cef25ae6f98562fec7ccc609b317b8
8e2f3724c5b1f38f9a592619e640bdf5a32f4a7e
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bd620a615..403739c9a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -12,7 +12,7 @@ object Dependencies { val ExtsVersion = "1.61.1" val Http4sVersion = "0.23.34" val Jacks...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,991
issue_to_patch
Update json4s-core, json4s-jackson to 4.1.1 in series/7.x
## About this PR 📦 Updates * [io.github.json4s:json4s-core](https://github.com/json4s/json4s) * [io.github.json4s:json4s-jackson](https://github.com/json4s/json4s) from `4.1.0` to `4.1.1` 📜 [GitHub Release Notes](https://github.com/json4s/json4s/releases/tag/v4.1.1) - [Version Diff](https://github.com/json4s/json...
805129652f91879d3bd6e8e4c2cf2f1d4ea66473
02609ca3f8f95be97fe020993f23693bf1ed3bc9
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4e44b7245..681703062 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -12,7 +12,7 @@ object Dependencies { val ElasticsearchVersion = "7.17.29" val ExtsVersion = "1.61.1" val Jacks...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,987
issue_to_patch
Pin scalaz in series/8.x
9e2a48da5119fe340eadcabe62b7921bb85e0bad
8aee2fdbe985f8c768b9a63cf76a3974264e004c
diff --git a/.scala-steward.conf b/.scala-steward.conf index 305b61807..fa8ae41df 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -13,4 +13,6 @@ updates.pin = [ { groupId = "org.scala-lang", artifactId = "scala-library", version = "2.13." } # Scala 3.3 is an LTS { groupId = "org.scala-lang", arti...
[ ".scala-steward.conf" ]
[]
true
Philippus/elastic4s
3,988
issue_to_patch
Pin scalaz in series/7.x
45ac080d68b5a8b16d18164a5528ae164abd87b2
6ee5ce52da17e1ce033e34292ad751baba3eb07f
diff --git a/.scala-steward.conf b/.scala-steward.conf index dc60cfdac..defa3d22b 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -13,4 +13,6 @@ updates.pin = [ { groupId = "org.scala-lang", artifactId = "scala-library", version = "2.13." } # zio 1.0 should stay on zio 1.0 { groupId = "dev.zio", ...
[ ".scala-steward.conf" ]
[]
true
Philippus/elastic4s
3,986
issue_to_patch
Pin scalaz
7b039bf18452f941642cb292ab60605bbeaf69ae
4d3c7964efe2fb148fcc0349bd0c42b2dd956401
diff --git a/.scala-steward.conf b/.scala-steward.conf index 4461aed56..6a85b9aeb 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -11,4 +11,6 @@ updates.pin = [ { groupId = "org.scala-lang", artifactId = "scala-library", version = "2.13." } # Scala 3.3 is an LTS { groupId = "org.scala-lang", arti...
[ ".scala-steward.conf" ]
[]
true
Philippus/elastic4s
3,981
issue_to_patch
Update scala3-library to 3.3.8
## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.7` to `3.3.8` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.3.8) - [Version Diff](https://github.com/scala/scala3/compare/3.3.7...3.3.8) ## Usage ✅ **Please merge!** I'll automatically up...
886a19a496478b7cbdbb8e9c2e7fe7652d2dabe4
0b76c60c404ea51e876aa4036bfff8d7511b9b60
diff --git a/build.sbt b/build.sbt index 6da8c7fa1..fd70626e5 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ def isRelease = releaseVersion != "" def githubRunNumber = sys.env.getOrElse("GITHUB_RUN_NUMBER", "local") val scala2Versions = Seq("2.13.18") -val scalaAllVersions = scala2Versions ...
[ "build.sbt" ]
[]
true
Philippus/elastic4s
3,984
issue_to_patch
Update scala3-library to 3.3.8 in series/8.x
## About this PR 📦 Updates [org.scala-lang:scala3-library](https://github.com/scala/scala3) from `3.3.7` to `3.3.8` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.3.8) - [Version Diff](https://github.com/scala/scala3/compare/3.3.7...3.3.8) ## Usage ✅ **Please merge!** I'll automatically up...
5a1edd6858a6ad82d0e1a16429b03c7e75a48319
840696133cde3a7a10e40eeef4ad6ef4c3206566
diff --git a/build.sbt b/build.sbt index 2def61a5e..214bb4f73 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ def isRelease = releaseVersion != "" def githubRunNumber = sys.env.getOrElse("GITHUB_RUN_NUMBER", "local") val scala2Versions = Seq("2.12.21", "2.13.18") -val scalaAllVersions = scal...
[ "build.sbt" ]
[]
true
Philippus/elastic4s
3,980
issue_to_patch
Update jackson-core to 3.2.0
## About this PR 📦 Updates [tools.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from `3.1.4` to `3.2.0` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR....
cd214e05a1883d64b7dceb86eea78af8c1825828
0a07517a5a4cbdfbd07584c9cdc25027a4492b3b
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9fe296343..bd620a615 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val ElasticsearchVersion = "9.4.2" val ExtsVersion = "1.61.1" val Http4sV...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,979
issue_to_patch
Update typesafe:config to 1.4.9 in series/8.x
## About this PR 📦 Updates [com.typesafe:config](https://github.com/lightbend/config) from `1.4.8` to `1.4.9` 📜 [GitHub Release Notes](https://github.com/lightbend/config/releases/tag/v1.4.9) - [Version Diff](https://github.com/lightbend/config/compare/v1.4.8...v1.4.9) ## Usage ✅ **Please merge!** I'll automatical...
60e9da79619942b5eed49776733fb1a907ad580c
bf0f1a3bb69f8b069dcc05b83bd2a590e285b270
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3ef8c0fad..58e75b579 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -34,7 +34,7 @@ object Dependencies { lazy val commonDeps = Seq( libraryDependencies ++= Seq( - "com.typesafe" % "config" ...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,978
issue_to_patch
Update jackson-core to 2.22.0 in series/8.x
## About this PR 📦 Updates [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from `2.21.4` to `2.22.0` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just clos...
60e9da79619942b5eed49776733fb1a907ad580c
4bed1605faf97c74082ce609b9f6f8c6793baf5b
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3ef8c0fad..f5399e334 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val ElasticsearchVersion = "8.19.16" val ExtsVersion = "1.61.1" val Http4...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,977
issue_to_patch
Update typesafe:config to 1.4.9 in series/7.x
## About this PR 📦 Updates [com.typesafe:config](https://github.com/lightbend/config) from `1.4.8` to `1.4.9` 📜 [GitHub Release Notes](https://github.com/lightbend/config/releases/tag/v1.4.9) - [Version Diff](https://github.com/lightbend/config/compare/v1.4.8...v1.4.9) ## Usage ✅ **Please merge!** I'll automatical...
522989f17029d3bb69cedcd71ceaf620327b7500
37377c01b5deb83f81217a22d5efbdcdbe9660b7
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7181c189b..313c8b3e8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -31,7 +31,7 @@ object Dependencies { lazy val commonDeps = Seq( libraryDependencies ++= Seq( - "com.typesafe" % "config" ...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,976
issue_to_patch
Update jackson-core to 2.22.0 in series/7.x
## About this PR 📦 Updates [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from `2.21.4` to `2.22.0` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just clos...
522989f17029d3bb69cedcd71ceaf620327b7500
c6c571fb6d17f03f8e52f7303357a43433f1d68b
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7181c189b..8ba7337a8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val CommonsIoVersion = "2.22.0" val ElasticsearchVersion = "7.17.29" val ExtsV...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,975
issue_to_patch
Update typesafe:config to 1.4.9
## About this PR 📦 Updates [com.typesafe:config](https://github.com/lightbend/config) from `1.4.8` to `1.4.9` 📜 [GitHub Release Notes](https://github.com/lightbend/config/releases/tag/v1.4.9) - [Version Diff](https://github.com/lightbend/config/compare/v1.4.8...v1.4.9) ## Usage ✅ **Please merge!** I'll automatical...
9903937711acf6a84621a588652fcb0fbcfb62ba
c6f8ee1b243e4245d38d2f122783b9a5d7c2fc2d
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ee0e90b27..9fe296343 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -36,7 +36,7 @@ object Dependencies { lazy val commonDeps = Seq( libraryDependencies ++= Seq( - "com.typesafe" % "config" % "1.4....
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,974
issue_to_patch
Update elasticsearch-rest-client, ... to 8.19.16 in series/8.x
## About this PR 📦 Updates * [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) * [org.elasticsearch.client:elasticsearch-rest-client-sniffer](https://github.com/elastic/elasticsearch) from `8.19.15` to `8.19.16` 📜 [GitHub Release Notes](https://github.com/elastic/elast...
c45aab71a59db6b3953e8c1f1db846844db92fcf
82b531a195195ac1ebbbb19d8cbad58e4f4101af
diff --git a/.github/actions/launch-elasticsearch/action.yml b/.github/actions/launch-elasticsearch/action.yml index ab6e592d8..3dd05e6e7 100644 --- a/.github/actions/launch-elasticsearch/action.yml +++ b/.github/actions/launch-elasticsearch/action.yml @@ -7,7 +7,7 @@ runs: - name: 'Launch elastic docker' s...
[ ".github/actions/launch-elasticsearch/action.yml", "docker-compose.yml", "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,972
issue_to_patch
Update elasticsearch-rest-client, ... to 9.4.2
## About this PR 📦 Updates * [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) * [org.elasticsearch.client:elasticsearch-rest-client-sniffer](https://github.com/elastic/elasticsearch) from `9.4.1` to `9.4.2` 📜 [GitHub Release Notes](https://github.com/elastic/elasticse...
4ca8d437467d8ebe2801340252a1f33f1b328ada
36b907df516f2895655644b60989ae7fea4adf0a
diff --git a/.github/actions/launch-elasticsearch/action.yml b/.github/actions/launch-elasticsearch/action.yml index 8fd523946..db5a883a3 100644 --- a/.github/actions/launch-elasticsearch/action.yml +++ b/.github/actions/launch-elasticsearch/action.yml @@ -7,7 +7,7 @@ runs: - name: 'Launch elastic docker' s...
[ ".github/actions/launch-elasticsearch/action.yml", "docker-compose.yml", "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,973
issue_to_patch
Update jackson-core to 3.1.4
## About this PR 📦 Updates [tools.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from `3.1.3` to `3.1.4` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR....
ccdd9ccbf66ddda9c339b2380f2a769d480d36fa
5cd23176468583827676ce2399e33afc2a6bd4e6
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c9f973f99..aa9f95475 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val ElasticsearchVersion = "9.4.1" val ExtsVersion = "1.61.1" val Http4sV...
[ "project/Dependencies.scala" ]
[]
true
Philippus/elastic4s
3,971
issue_to_patch
Update client4:core to 4.0.25
## About this PR 📦 Updates [com.softwaremill.sttp.client4:core](https://github.com/softwaremill/sttp) from `4.0.24` to `4.0.25` 📜 [GitHub Release Notes](https://github.com/softwaremill/sttp/releases/tag/v4.0.25) - [Version Diff](https://github.com/softwaremill/sttp/compare/v4.0.24...v4.0.25) ## Usage ✅ **Please mer...
ccdd9ccbf66ddda9c339b2380f2a769d480d36fa
13de7634a8f9f3d155a8eb25ec7c4424357616cf
diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c9f973f99..b4f293743 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -27,7 +27,7 @@ object Dependencies { val Slf4jVersion = "2.0.18" val SprayJsonVersion = "1.3.6" val SttpVer...
[ "project/Dependencies.scala" ]
[]
true