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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
PaddlePaddle/PaddleOCR | 18,116 | issue_to_patch | feat: add PP-OCRv6 detection and recognition modules | - Add PP-OCRv6 det configs (tiny/small/medium) with RepLKFPN/RepLKPAN necks
- Add PP-OCRv6 rec configs (tiny/small/base) with PPLCNetV4 backbone
- Add EastRandomCropData with polygon clipping and random padding
- Add DilatedReparamBlock-based FPN (RepLKFPN) and PAN (RepLKPAN)
- Add multi-scale auxiliary head for de... | 1e5aa0ad31bc8a82cd8e1daef7adc24e577d2534 | a89e41e2e4398ee98baeac97f350d190b8c05f90 | diff --git a/configs/det/PP-OCRv6/PP-OCRv6_medium_det.yml b/configs/det/PP-OCRv6/PP-OCRv6_medium_det.yml
new file mode 100644
index 00000000000..19b2a4e3f22
--- /dev/null
+++ b/configs/det/PP-OCRv6/PP-OCRv6_medium_det.yml
@@ -0,0 +1,195 @@
+Global:
+ model_name: PP-OCRv6_medium_det # To use static model for inference.... | [
"configs/det/PP-OCRv6/PP-OCRv6_medium_det.yml",
"configs/det/PP-OCRv6/PP-OCRv6_small_det.yml",
"configs/det/PP-OCRv6/PP-OCRv6_tiny_det.yml",
"configs/rec/PP-OCRv6/PP-OCRv6_base_rec.yml",
"configs/rec/PP-OCRv6/PP-OCRv6_small_rec.yml",
"configs/rec/PP-OCRv6/PP-OCRv6_tiny_rec.yml",
"deploy/slim/prune/sensi... | [] | diff --git a/tests/test_iaa_augment.py b/tests/test_iaa_augment.py
index 1a6c7d184d6..cec7004f529 100644
--- a/tests/test_iaa_augment.py
+++ b/tests/test_iaa_augment.py
@@ -134,6 +134,18 @@ def test_iaa_augment_custom(sample_image, sample_polys):
assert polys_changed, "Polygons should have been transformed"
+d... | true | |
PaddlePaddle/PaddleOCR | 18,098 | issue_to_patch | [Feat] Refactor MCP server to use Python SDK | 9f704bc6abf7a09f22593d597f633d62668b2984 | 8f4b42e13fb495277f900f5057a24ec41f966d3c | diff --git a/.gitignore b/.gitignore
index ccc56106952..7930be04e2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,11 +7,11 @@ __pycache__/
# C extensions
*.so
-inference/
-inference_results/
-output/
-train_data/
-log/
+/inference/
+/inference_results/
+/output/
+/train_data/
+/log/
*.DS_Store
*.vs
diff --git ... | [
".gitignore",
"docs/version3.x/algorithm/PaddleOCR-VL/PaddleOCR-VL-1.5.en.md",
"docs/version3.x/algorithm/PaddleOCR-VL/PaddleOCR-VL-1.5.md",
"docs/version3.x/algorithm/PaddleOCR-VL/PaddleOCR-VL-1.6.en.md",
"docs/version3.x/algorithm/PaddleOCR-VL/PaddleOCR-VL-1.6.md",
"docs/version3.x/inference_deployment/... | [] | true | |||
PaddlePaddle/PaddleOCR | 18,060 | issue_to_patch | docs(serving): document returnMarkdownImages and image URL return mode | ## Summary
- Mirror the PaddleX-side schema change in the version3.x PaddleOCR-VL and PP-StructureV3 pipeline docs (zh/en): add the new `returnMarkdownImages` request field to the request parameter tables (both VL endpoints) and note that `markdown.images` is "null or omitted" when the flag is `false` (PaddleX serving... | 9f704bc6abf7a09f22593d597f633d62668b2984 | 2eee0365ee27ae7a69a21e0307f12b7f9ad38e81 | diff --git a/docs/version3.x/inference_deployment/serving/serving.en.md b/docs/version3.x/inference_deployment/serving/serving.en.md
index 84c36c904a9..4893916796a 100644
--- a/docs/version3.x/inference_deployment/serving/serving.en.md
+++ b/docs/version3.x/inference_deployment/serving/serving.en.md
@@ -94,3 +94,25 @@ ... | [
"docs/version3.x/inference_deployment/serving/serving.en.md",
"docs/version3.x/inference_deployment/serving/serving.md",
"docs/version3.x/pipeline_usage/OCR.en.md",
"docs/version3.x/pipeline_usage/OCR.md",
"docs/version3.x/pipeline_usage/PP-ChatOCRv4.en.md",
"docs/version3.x/pipeline_usage/PP-ChatOCRv4.md... | [
{
"comment": "有可能不只是图像,可以检查一下是否还有其他文件类型",
"path": "docs/version3.x/deployment/serving.en.md",
"hunk": "@@ -94,3 +94,25 @@ The <b>\"Development Integration/Deployment\"</b> section in the PaddleOCR pipelin\n Please refer to the [PaddleX Serving Guide](https://paddlepaddle.github.io/PaddleX/latest/en/pipe... | true | ||
PaddlePaddle/PaddleOCR | 18,090 | issue_to_patch | refactor(skills): simplify skills to use PaddleOCR CLI directly | ## Summary
Simplify PaddleOCR Skills by removing custom scripts and using the official `paddleocr api` CLI directly. This reduces maintenance burden and aligns with the 3.6.0 release which includes async API support.
## Changes
- Remove `scripts/` and `references/` directories from both skills
- Rewrite SKILL.md fil... | f30379406a4220001f0ae9e8a1b82e4d75aedb94 | b8d3f9436641507ee2ff31e5420a10e189eda157 | diff --git a/docs/version3.x/inference_deployment/serving/paddleocr_official_api/cli.en.md b/docs/version3.x/inference_deployment/serving/paddleocr_official_api/cli.en.md
index a6742c97de8..6808fbb7cc7 100644
--- a/docs/version3.x/inference_deployment/serving/paddleocr_official_api/cli.en.md
+++ b/docs/version3.x/infer... | [
"TEST_REPORT.md",
"docs/version3.x/inference_deployment/serving/paddleocr_official_api/cli.en.md",
"docs/version3.x/inference_deployment/serving/paddleocr_official_api/cli.md",
"docs/version3.x/integrations/skills.en.md",
"docs/version3.x/integrations/skills.md",
"paddleocr/_api_client/_async_http.py",
... | [] | diff --git a/TEST_REPORT.md b/TEST_REPORT.md
new file mode 100644
index 00000000000..35ac39262a8
--- /dev/null
+++ b/TEST_REPORT.md
@@ -0,0 +1,71 @@
+# PaddleOCR API SDK 集成测试报告
+
+**测试分支**: feature/api-sdk (PR #18049)
+**测试环境**: macOS Darwin 24.3.0, Python 3.9.6, requests 2.32.5
+**API Endpoint**: https://paddleocr... | true | |
PaddlePaddle/PaddleOCR | 18,095 | issue_to_patch | add PaddleOCR-VL-1.6 docs | f30379406a4220001f0ae9e8a1b82e4d75aedb94 | a60bab7cacac1f2fce1207cef3a78eb85229c478 | diff --git a/README.md b/README.md
index 94f7820cf76..aeb7f7e9a34 100644
--- a/README.md
+++ b/README.md
@@ -289,4 +289,14 @@ This project is released under the [Apache 2.0 license](LICENSE).
primaryClass={cs.CV},
url={https://arxiv.org/abs/2601.21957},
}
+
+@misc{zhang2026paddleocrvl16expandingfrontier... | [
"README.md",
"docs/version3.x/algorithm/PaddleOCR-VL/PaddleOCR-VL-1.6.en.md",
"docs/version3.x/algorithm/PaddleOCR-VL/PaddleOCR-VL-1.6.md",
"mkdocs.yml"
] | [] | true | |||
PaddlePaddle/PaddleOCR | 18,080 | issue_to_patch | docs: make GitHub source links version aware | ## Summary
- Replace hard-coded PaddleOCR GitHub source links in docs with a build-time source ref placeholder.
- Resolve the placeholder during docs publish/link-check workflows and make `edit_uri` configurable per build.
- Add a docs link checker and focused tests to prevent reintroducing `main`/`master` source links... | d68445f1d881427d5c5a90119a5f156c170c5ed3 | 2857efe00d94461dc781679388ff5d56394f7e5a | diff --git a/.github/workflows/build_publish_develop_docs.yml b/.github/workflows/build_publish_develop_docs.yml
index 76abc5a0142..159f41ad761 100644
--- a/.github/workflows/build_publish_develop_docs.yml
+++ b/.github/workflows/build_publish_develop_docs.yml
@@ -26,6 +26,14 @@ jobs:
restore-keys: |
... | [
".github/workflows/build_publish_develop_docs.yml",
".github/workflows/build_publish_release_docs.yml",
".github/workflows/docs_anchor_check.yml",
".github/workflows/link_check.yml",
"deploy/paddleocr_vl_docker/accelerators/hygon-dcu/pipeline.Dockerfile",
"docs/datasets/table_datasets.en.md",
"docs/data... | [] | diff --git a/tests/test_docs_github_links.py b/tests/test_docs_github_links.py
new file mode 100644
index 00000000000..0f935076e78
--- /dev/null
+++ b/tests/test_docs_github_links.py
@@ -0,0 +1,77 @@
+import importlib.util
+from pathlib import Path
+
+
+REPO_ROOT = Path(__file__).resolve().parents[1]
+
+
+def _load_too... | true | |
PaddlePaddle/PaddleOCR | 18,078 | issue_to_patch | Fix PaddleOCR-VL HPS | 598a3043598acf7338d723f99f586d48463d3973 | 98beea3ffd02662f89a2a4fd36e4e5515ff3bbab | diff --git a/deploy/paddleocr_vl_docker/hps/.env.example b/deploy/paddleocr_vl_docker/hps/.env.example
index c3773bacc3f..4a3ac592fae 100644
--- a/deploy/paddleocr_vl_docker/hps/.env.example
+++ b/deploy/paddleocr_vl_docker/hps/.env.example
@@ -9,9 +9,10 @@
# PaddleOCR-VL, PaddleOCR-VL-1.5, PaddleOCR-VL-1.6
HPS_PIP... | [
"deploy/paddleocr_vl_docker/hps/.env.example",
"deploy/paddleocr_vl_docker/hps/README.md",
"deploy/paddleocr_vl_docker/hps/README_en.md",
"deploy/paddleocr_vl_docker/hps/compose.yaml",
"deploy/paddleocr_vl_docker/hps/gateway.Dockerfile",
"deploy/paddleocr_vl_docker/hps/gateway/app.py",
"deploy/paddleocr... | [] | true | |||
PaddlePaddle/PaddleOCR | 18,076 | issue_to_patch | Isolate pip cache mount by architecture for multi-arch NPU build | ## Summary
- Add `id=pip-${TARGETARCH}` to all `--mount=type=cache` directives in `huawei-npu/pipeline.Dockerfile`, so that multi-arch builds (amd64 + arm64) get isolated pip cache volumes per architecture instead of sharing a single cache. This avoids arm64 builds scanning incompatible amd64 wheels and vice versa.
- ... | d1d7504b17a4ababf031949fd5974dcef69b6325 | 5685072c5bed64b3e98a4fcee183f989f7f0b736 | diff --git a/deploy/paddleocr_vl_docker/accelerators/huawei-npu/pipeline.Dockerfile b/deploy/paddleocr_vl_docker/accelerators/huawei-npu/pipeline.Dockerfile
index 4717542a0a1..54835b3115e 100644
--- a/deploy/paddleocr_vl_docker/accelerators/huawei-npu/pipeline.Dockerfile
+++ b/deploy/paddleocr_vl_docker/accelerators/hu... | [
"deploy/paddleocr_vl_docker/accelerators/huawei-npu/pipeline.Dockerfile"
] | [] | true | ||
PaddlePaddle/PaddleOCR | 18,073 | issue_to_patch | Fix docs anchor links | ## Summary
- Add stable anchors for PaddleOCR-VL manual install and PaddleOCR package installation sections.
- Update docs links that used stale generated anchors so strict MkDocs anchor validation passes.
## Test plan
- `ENABLE_GIT_PLUGINS=false ./.venv/bin/python -m mkdocs build -f mkdocs-ci.yml --site-dir /tmp/padd... | 56b2f82a532c78799e6646cb4940d06ac3d333e5 | dc9eb8fa5eb047a5c3ea4668e025b188495eebc0 | diff --git a/docs/version3.x/inference_deployment/serving/paddleocr_official_api/cli.md b/docs/version3.x/inference_deployment/serving/paddleocr_official_api/cli.md
index 5cc0819c293..0da8fc36e04 100644
--- a/docs/version3.x/inference_deployment/serving/paddleocr_official_api/cli.md
+++ b/docs/version3.x/inference_depl... | [
"docs/version3.x/inference_deployment/serving/paddleocr_official_api/cli.md",
"docs/version3.x/inference_deployment/serving/paddleocr_official_api/python.md",
"docs/version3.x/installation.md",
"docs/version3.x/pipeline_usage/PaddleOCR-VL-NVIDIA-Blackwell.en.md",
"docs/version3.x/pipeline_usage/PaddleOCR-VL... | [] | true | ||
PaddlePaddle/PaddleOCR | 18,072 | issue_to_patch | Fix auto versioning | 51ae4c574e039634828875e4c2670bf2149c0f3b | accfd0d56fb076303cbbbffa114b48d4bf18ee94 | diff --git a/pyproject.toml b/pyproject.toml
index 598cad76527..abf0fd87153 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -77,7 +77,7 @@ namespaces = false
[tool.setuptools_scm]
version_scheme = 'release-branch-semver'
-tag_regex = "^api_sdk/go/v(?P<version>.*)$"
+git_describe_command = ["git", "describe", "-... | [
"pyproject.toml"
] | [] | true | |||
PaddlePaddle/PaddleOCR | 18,071 | issue_to_patch | Bump MCP version | c948c21ada711fc8abea68e14197f7e6fe16a366 | a22efd1a8190d50f4606987ed807d72d8d6f371a | diff --git a/mcp_server/pyproject.toml b/mcp_server/pyproject.toml
index 453ca8f6247..4c81258025d 100644
--- a/mcp_server/pyproject.toml
+++ b/mcp_server/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "paddleocr_mcp"
-version = "0.5.0"
+version = "0.6.0"
requires-python = "... | [
"mcp_server/pyproject.toml"
] | [] | true | |||
PaddlePaddle/PaddleOCR | 18,070 | issue_to_patch | Fix tag regex | edb8d09f1b3444810ac425be0b4f43e59be87a11 | a975a793b2600292d8cbf7240ce316e818baa205 | diff --git a/pyproject.toml b/pyproject.toml
index 6498c5514d1..598cad76527 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -77,6 +77,7 @@ namespaces = false
[tool.setuptools_scm]
version_scheme = 'release-branch-semver'
+tag_regex = "^api_sdk/go/v(?P<version>.*)$"
[tool.pytest.ini_options]
markers = [
| [
"pyproject.toml"
] | [] | true | |||
PaddlePaddle/PaddleOCR | 18,067 | issue_to_patch | docs(serving): sync return_urls rename in PaddleOCR-VL | ## Summary
Doc sync for PaddlePaddle/PaddleX#5143, which promotes `Serving.extra.return_img_urls` to top-level `Serving.return_urls` (legacy key still works with a `DeprecationWarning`).
Updates the BOS yaml example in `docs/version3.x/pipeline_usage/PaddleOCR-VL.{md,en.md}` to use the new top-level field. No code ch... | fa98ab8530a96731b475e6a03472526855c51f05 | 8bb6d70200b51e68b22081878f313f593be6c33c | diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
index 76b2e274336..382fe2969ba 100644
--- a/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
+++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
@@ -3291,6 +3291,7 @@ For visualized result images and ... | [
"docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md",
"docs/version3.x/pipeline_usage/PaddleOCR-VL.md"
] | [] | true | ||
PaddlePaddle/PaddleOCR | 18,049 | issue_to_patch | feat: add multi-language API SDK (Python/Go/TypeScript) | ### What problem does this PR solve?
PaddleOCR 下游集成目前使用同步 API 直调方式,缺少统一的多语言 SDK 封装。本 PR 新增 Python/Go/TypeScript 三语言 API SDK,将异步任务 API(提交→轮询→获取结果)封装为简单的阻塞式调用接口,用户调用一个方法即可直接拿到解析结果。
**主要功能:**
- Python SDK:集成到 `paddleocr/_api_client/`,提供 `APIClient`(同步)+ `AsyncAPIClient`(异步)+ CLI 子命令 `paddleocr api`
- Go SDK:`api_sdk/go/... | 1903e73d52b1a44cf3f829e7a5391da5e65a06d2 | adf37ddb2bc554e993c7d8f5757005352b7c1326 | diff --git a/README.md b/README.md
index 87dc1937001..94f7820cf76 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ English | [简体中文](./readme/README_cn.md) | [繁體中文](./readme/README
### 📄 Intelligent Document Parsing (LLM-Ready)
> *Transforming messy visuals into structured data for the LLM era.*
-* **SOTA D... | [
"README.md",
"api_sdk/README.md",
"api_sdk/README_cn.md",
"api_sdk/go/README.md",
"api_sdk/go/README_cn.md",
"api_sdk/go/client.go",
"api_sdk/go/client_platform_test.go",
"api_sdk/go/doc.go",
"api_sdk/go/errors.go",
"api_sdk/go/examples/doc_parsing_file/main.go",
"api_sdk/go/examples/ocr_url/mai... | [
{
"comment": "header应该用2026的",
"path": "api_sdk/go/examples/doc_parsing_file/main.go",
"hunk": "@@ -0,0 +1,73 @@\n+// Copyright (c) 2025 PaddlePaddle Authors. All Rights Reserved.",
"resolving_sha": "adf37ddb2bc554e993c7d8f5757005352b7c1326",
"resolving_diff": "diff --git a/api_sdk/go/examples/d... | diff --git a/api_sdk/go/client_platform_test.go b/api_sdk/go/client_platform_test.go
new file mode 100644
index 00000000000..f959cdb5a06
--- /dev/null
+++ b/api_sdk/go/client_platform_test.go
@@ -0,0 +1,85 @@
+package paddleocr
+
+import (
+ "context"
+ "encoding/json"
+ "net/http"
+ "net/http/httptest"
+ "testing"
+)
... | true | |
PaddlePaddle/PaddleOCR | 18,048 | issue_to_patch | [Feat] Support multi-page tiff serving | 1903e73d52b1a44cf3f829e7a5391da5e65a06d2 | 29f1912f590d81e8ed72dfc9457dcd7d0cc5a67d | diff --git a/deploy/paddleocr_vl_docker/hps/README.md b/deploy/paddleocr_vl_docker/hps/README.md
index 17713d58714..82ca44f64f4 100644
--- a/deploy/paddleocr_vl_docker/hps/README.md
+++ b/deploy/paddleocr_vl_docker/hps/README.md
@@ -102,6 +102,8 @@ export HPS_MAX_CONCURRENT_INFERENCE_REQUESTS=8
请参考 [PaddleOCR-VL 使用教... | [
"deploy/paddleocr_vl_docker/hps/README.md",
"deploy/paddleocr_vl_docker/hps/README_en.md",
"docs/version3.x/pipeline_usage/OCR.en.md",
"docs/version3.x/pipeline_usage/OCR.md",
"docs/version3.x/pipeline_usage/PP-ChatOCRv4.en.md",
"docs/version3.x/pipeline_usage/PP-ChatOCRv4.md",
"docs/version3.x/pipeline... | [] | true | |||
PaddlePaddle/PaddleOCR | 18,062 | issue_to_patch | [Metax] Supports Metax hardware | 1903e73d52b1a44cf3f829e7a5391da5e65a06d2 | de7682b8b66f320b0c8a7a23fb1a8aade6cc8b64 | diff --git a/tools/program.py b/tools/program.py
index 04c1f3ec3f8..a1a72952edc 100755
--- a/tools/program.py
+++ b/tools/program.py
@@ -916,7 +916,7 @@ def preprocess(is_train=False):
elif use_gcu: # Use Enflame GCU(General Compute Unit)
device = "gcu:{0}".format(os.getenv("FLAGS_selected_gcus", 0))
... | [
"tools/program.py"
] | [] | true | |||
PaddlePaddle/PaddleOCR | 18,014 | issue_to_patch | Update description for relevel_titles parameter | typo | f520ef4b65c09b27c4047e1f7eb4ef8e6860f8f1 | 5e5722ea243d31e14f0eb9f90b3291210930d6ee | diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
index ff0ddcf3fd4..76b2e274336 100644
--- a/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
+++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
@@ -1473,7 +1473,7 @@ Setting it to <code>None</code> m... | [
"docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md",
"docs/version3.x/pipeline_usage/PaddleOCR-VL.md"
] | [] | true | ||
PaddlePaddle/PaddleOCR | 17,930 | issue_to_patch | fix: use safe YAML loaders for config parsing | ## Summary
This PR hardens PaddleOCR's shared config parsing paths by replacing unsafe YAML deserialization with safe parsing semantics.
The current code uses `yaml.load(..., Loader=yaml.Loader)` on attacker-controlled configuration files and CLI override values. In Python, `yaml.Loader` accepts Python-object tags suc... | 4f34817f53ba560cd6b804d155940c3f038df63d | 9b82f331e0231b81f73f2f04f2594a2599ef80fe | diff --git a/benchmark/PaddleOCR_DBNet/utils/util.py b/benchmark/PaddleOCR_DBNet/utils/util.py
index 61416b4d36e..e46caa149bc 100644
--- a/benchmark/PaddleOCR_DBNet/utils/util.py
+++ b/benchmark/PaddleOCR_DBNet/utils/util.py
@@ -281,7 +281,7 @@ def _load_config_with_base(self, file_path):
assert ext in [".yml"... | [
"benchmark/PaddleOCR_DBNet/utils/util.py",
"configs/rec/multi_language/generate_multi_language_configs.py",
"test_tipc/supplementary/config.py",
"tests/test_safe_yaml_config_loading.py",
"tools/program.py"
] | [
{
"comment": "The same problem also occurs in https://github.com/PaddlePaddle/PaddleOCR/pull/17931#discussion_r3110901992. Please remove it. ",
"path": ".github/workflows/test_gpu.yml",
"hunk": "@@ -76,6 +76,7 @@ jobs:\n python -m pip config set global.index-url https://pypi.tuna.tsinghua.ed... | diff --git a/test_tipc/supplementary/config.py b/test_tipc/supplementary/config.py
index 22445be0c74..635a2b3ebb8 100644
--- a/test_tipc/supplementary/config.py
+++ b/test_tipc/supplementary/config.py
@@ -38,7 +38,7 @@ def _parse_opt(self, opts):
for s in opts:
s = s.strip()
k, v = s.... | true | |
PaddlePaddle/PaddleOCR | 18,032 | issue_to_patch | [Docs] Split data annotation nav from synthesis & datasets | ## Summary
Follow-up to #18016. The newly added `数据标注` nav entry sat next to the existing `数据标注与合成&数据集` entry, which duplicated the "data annotation" topic. This PR cleans that up:
- Splits the prior `数据标注与合成&数据集` into two siblings:
- `数据标注`: `X-AnyLabeling 文档解析` + `其它数据标注工具`
- `数据合成 & 数据集`: `其它数据合成工具` + dataset ... | 058b89b5e79d96b729ffbe49530b31034f86eafe | 75d7c2817ebad298a95341eed2453fc973a24c15 | diff --git a/docs/data_anno_synth/data_annotation.en.md b/docs/data_anno_synth/data_annotation.en.md
index 772a5f46ee8..f82079354a8 100644
--- a/docs/data_anno_synth/data_annotation.en.md
+++ b/docs/data_anno_synth/data_annotation.en.md
@@ -2,11 +2,16 @@
comments: true
---
-# DATA ANNOTATION TOOLS
+# Other Data Ann... | [
"docs/data_anno_synth/data_annotation.en.md",
"docs/data_anno_synth/data_annotation.md",
"docs/data_anno_synth/data_synthesis.en.md",
"docs/data_anno_synth/data_synthesis.md",
"docs/data_anno_synth/overview.en.md",
"docs/data_anno_synth/overview.md",
"mkdocs.yml"
] | [] | true | ||
PaddlePaddle/PaddleOCR | 18,016 | issue_to_patch | [Docs] Add X-AnyLabeling annotation guide for PaddleOCR-VL | Add a new top-level "数据标注 / Data Annotation" section under the mkdocs nav, placed before "多硬件使用 / Multi-Devices Usage", with a bilingual guide for using X-AnyLabeling with PaddleOCR-VL-1.5 via the official API.
- docs/data_anno_synth/x_anylabeling.md (Chinese)
- docs/data_anno_synth/x_anylabeling.en.md (English)
-... | bc8392a897911d065a6a130ec3714d1817ac417b | bdc614fbf2cc468356b4c2eec370ca91ad8fbff3 | diff --git a/docs/data_anno_synth/x_anylabeling.en.md b/docs/data_anno_synth/x_anylabeling.en.md
new file mode 100644
index 00000000000..3dedf540112
--- /dev/null
+++ b/docs/data_anno_synth/x_anylabeling.en.md
@@ -0,0 +1,164 @@
+---
+comments: true
+---
+
+# Document Parsing with X-AnyLabeling
+
+## Introduction
+
+The... | [
"docs/data_anno_synth/x_anylabeling.en.md",
"docs/data_anno_synth/x_anylabeling.md",
"mkdocs.yml"
] | [
{
"comment": "这个部分是不是有点问题?参考原稿件,应该在 `www.paddleocr.com` 获取?",
"path": "docs/data_anno_synth/x_anylabeling.md",
"hunk": "@@ -0,0 +1,147 @@\n+---\n+comments: true\n+---\n+\n+# X-AnyLabeling 文档解析与智能文字识别\n+\n+## 简介\n+\n+[X-AnyLabeling](https://github.com/CVHub520/X-AnyLabeling) 是由 CVHub 推出的工业级一体化智能标注平台,打通训练... | true | ||
PaddlePaddle/PaddleOCR | 18,016 | comment_to_fix | [Docs] Add X-AnyLabeling annotation guide for PaddleOCR-VL | 这个部分是不是有点问题?参考原稿件,应该在 `www.paddleocr.com` 获取? | bc8392a897911d065a6a130ec3714d1817ac417b | bdc614fbf2cc468356b4c2eec370ca91ad8fbff3 | diff --git a/docs/data_anno_synth/x_anylabeling.md b/docs/data_anno_synth/x_anylabeling.md
new file mode 100644
index 00000000000..aa2bff29939
--- /dev/null
+++ b/docs/data_anno_synth/x_anylabeling.md
@@ -0,0 +1,164 @@
+---
+comments: true
+---
+
+# X-AnyLabeling 文档解析
+
+## 简介
+
+**PaddleOCR-VL** 系列模型的文档解析能力已集成至 [X-Any... | [
"docs/data_anno_synth/x_anylabeling.md"
] | [
{
"comment": "这个部分是不是有点问题?参考原稿件,应该在 `www.paddleocr.com` 获取?",
"path": "docs/data_anno_synth/x_anylabeling.md",
"hunk": "@@ -0,0 +1,147 @@\n+---\n+comments: true\n+---\n+\n+# X-AnyLabeling 文档解析与智能文字识别\n+\n+## 简介\n+\n+[X-AnyLabeling](https://github.com/CVHub520/X-AnyLabeling) 是由 CVHub 推出的工业级一体化智能标注平台,打通训练... | true | ||
PaddlePaddle/PaddleOCR | 17,931 | issue_to_patch | [security] fix(data): restrict TableMaster LMDB pickle loading | ## Summary
This PR hardens the TableMaster LMDB dataset-loading boundary by rejecting executable pickle payloads before deserializing dataset metadata or sample records.
- replaces unrestricted `pickle.loads(...)` calls in `LMDBDataSetTableMaster` with a restricted unpickler that only accepts basic built-in container/... | d4323720c54f5a69fad0f10ffe47aba1cb85d4fc | b35c47a8772f7ab4ff898ba52dd4179a524574a7 | diff --git a/ppocr/data/lmdb_dataset.py b/ppocr/data/lmdb_dataset.py
index f3cdd977782..6de28028baa 100644
--- a/ppocr/data/lmdb_dataset.py
+++ b/ppocr/data/lmdb_dataset.py
@@ -23,6 +23,35 @@
from .imaug import transform, create_operators
+_ALLOWED_PICKLE_GLOBALS = {
+ ("builtins", "bytes"),
+ ("builtins", "... | [
"ppocr/data/lmdb_dataset.py",
"tests/test_safe_lmdb_pickle_loading.py"
] | [
{
"comment": "Why was this line added?",
"path": ".github/workflows/test_gpu.yml",
"hunk": "@@ -76,6 +76,7 @@ jobs:\n python -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple\n python -m pip install pytest\n if [ -f requirements.txt ]; then p... | diff --git a/tests/test_safe_lmdb_pickle_loading.py b/tests/test_safe_lmdb_pickle_loading.py
new file mode 100644
index 00000000000..13c80daf7db
--- /dev/null
+++ b/tests/test_safe_lmdb_pickle_loading.py
@@ -0,0 +1,136 @@
+import importlib.util
+import os
+import pickle
+import sys
+import types
+from pathlib import Pa... | true | |
PaddlePaddle/PaddleOCR | 17,931 | comment_to_fix | [security] fix(data): restrict TableMaster LMDB pickle loading | This line globally mutates sys.modules without restoring it, which broke the GPU CI. | d4323720c54f5a69fad0f10ffe47aba1cb85d4fc | b35c47a8772f7ab4ff898ba52dd4179a524574a7 | diff --git a/tests/test_safe_lmdb_pickle_loading.py b/tests/test_safe_lmdb_pickle_loading.py
new file mode 100644
index 00000000000..13c80daf7db
--- /dev/null
+++ b/tests/test_safe_lmdb_pickle_loading.py
@@ -0,0 +1,136 @@
+import importlib.util
+import os
+import pickle
+import sys
+import types
+from pathlib import Pa... | [
"tests/test_safe_lmdb_pickle_loading.py"
] | [
{
"comment": "This line globally mutates sys.modules without restoring it, which broke the GPU CI.",
"path": "tests/test_safe_lmdb_pickle_loading.py",
"hunk": "@@ -0,0 +1,123 @@\n+import importlib.util\n+import os\n+import pickle\n+import sys\n+import types\n+from pathlib import Path\n+\n+import pytest\... | true | ||
PaddlePaddle/PaddleOCR | 17,950 | issue_to_patch | [security] fix(data): restrict LaTeXOCR pickle loading | ## Summary
This PR hardens the LaTeXOCR dataset-loading boundary by rejecting executable pickle payloads before dataset metadata is deserialized.
- replaces unrestricted `pickle.load(...)` in `LaTeXOCRDataSet` with a restricted unpickler that only accepts basic built-in container/value types needed by the dataset form... | 4d653b148af3ba3b1ee909aebef127c5620a7a1d | 687a1ffed5acce6ed807f8629c25e2424403b9f3 | diff --git a/ppocr/data/latexocr_dataset.py b/ppocr/data/latexocr_dataset.py
index b15d6c1f304..d748e089a67 100644
--- a/ppocr/data/latexocr_dataset.py
+++ b/ppocr/data/latexocr_dataset.py
@@ -31,6 +31,34 @@
from .imaug import transform, create_operators
+_ALLOWED_PICKLE_GLOBALS = {
+ ("builtins", "dict"): dict... | [
"ppocr/data/latexocr_dataset.py",
"tests/test_latexocr_safe_pickle_loading.py"
] | [] | diff --git a/tests/test_latexocr_safe_pickle_loading.py b/tests/test_latexocr_safe_pickle_loading.py
new file mode 100644
index 00000000000..b94c9c30ebb
--- /dev/null
+++ b/tests/test_latexocr_safe_pickle_loading.py
@@ -0,0 +1,124 @@
+import importlib.util
+import io
+import pickle
+import sys
+import types
+from pathl... | true | |
PaddlePaddle/PaddleOCR | 18,011 | issue_to_patch | Fix docs links from link checker report | ## Summary
- update the FAQ quick-installation link to the existing version 3 installation page
- format the PaddleOCR contact email as a mailto link so the link checker does not treat it as a local file path
## Verification
- Confirmed `docs/version3.x/installation.en.md` exists
- `rg -n installation_en\.md|\[paddleo... | 999ce3784178422b0ce7b918fd0163ee5335ccd8 | ad0513bd91d2ce12292705927309a9c72327d1c7 | diff --git a/docs/FAQ.en.md b/docs/FAQ.en.md
index 65b3617eb82..965488fdec4 100644
--- a/docs/FAQ.en.md
+++ b/docs/FAQ.en.md
@@ -36,7 +36,7 @@ Verify GPU availability: `python -c "import paddle; print(paddle.is_compiled_wit
#### Q: How to run on Windows or Mac?
**A**: PaddleOCR has completed adaptation to Windows a... | [
"docs/FAQ.en.md",
"docs/index.md"
] | [] | true | ||
PaddlePaddle/PaddleOCR | 18,013 | issue_to_patch | Docs: fix the url of image and change the url of gpu to Nvidia-gpu (#… | …18009)
* docs: fix process step descriptions in PaddleOCR-VL documentation
* test: why?
* docs: fix incorrect change
* restore .gitignore
(cherry picked from commit 999ce3784178422b0ce7b918fd0163ee5335ccd8) | 4b2d6ed5f39451caa0fc042e8cd5bbfb9e1545fb | ba021d476cec876c952a6daf2a88e5e575fe56d8 | diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
index e6b40d451c9..41634a9f77f 100644
--- a/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
+++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
@@ -13,7 +13,7 @@ PaddleOCR-VL is an advanced and effic... | [
"docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md",
"docs/version3.x/pipeline_usage/PaddleOCR-VL.md"
] | [] | true | ||
PaddlePaddle/PaddleOCR | 18,009 | issue_to_patch | Docs: fix the url of image and change the url of gpu to Nvidia-gpu | Fix the url of image and change the url of gpu to nvidia-gpu | 0835767eebcb0f0267bc939bb67d5d93b1724e6c | d2c6a92e4650eb9154a68a7c8f98c04a1a5c6a59 | diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
index 7e76e899a46..ff0ddcf3fd4 100644
--- a/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
+++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
@@ -13,7 +13,7 @@ PaddleOCR-VL is an advanced and effic... | [
"docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md",
"docs/version3.x/pipeline_usage/PaddleOCR-VL.md"
] | [] | true | ||
PaddlePaddle/PaddleOCR | 18,007 | issue_to_patch | [Cherry-Pick] #17952 | 16733873fce0da8bc31bd12ce98c06c08616f474 | b01096bb5ff7610fab47fd1d953c33fae8c0d466 | diff --git a/deploy/paddleocr_vl_docker/accelerators/hygon-dcu/pipeline.Dockerfile b/deploy/paddleocr_vl_docker/accelerators/hygon-dcu/pipeline.Dockerfile
index f52819083ab..ceef88f46f4 100644
--- a/deploy/paddleocr_vl_docker/accelerators/hygon-dcu/pipeline.Dockerfile
+++ b/deploy/paddleocr_vl_docker/accelerators/hygon... | [
"deploy/paddleocr_vl_docker/accelerators/hygon-dcu/pipeline.Dockerfile",
"deploy/paddleocr_vl_docker/hps/README.md",
"deploy/paddleocr_vl_docker/hps/README_en.md",
"docs/quick_start.en.md",
"docs/quick_start.md",
"docs/version3.x/inference_engine.en.md",
"docs/version3.x/inference_engine.md",
"docs/ve... | [] | true | |||
PaddlePaddle/PaddleOCR | 17,952 | issue_to_patch | Fix docs | f0d83fafe9598134e5ac46aca62a4738f0eabac0 | 80a52d1bd6c9016a0638aa6a15672f9ffd11f546 | diff --git a/deploy/paddleocr_vl_docker/accelerators/hygon-dcu/pipeline.Dockerfile b/deploy/paddleocr_vl_docker/accelerators/hygon-dcu/pipeline.Dockerfile
index f52819083ab..ceef88f46f4 100644
--- a/deploy/paddleocr_vl_docker/accelerators/hygon-dcu/pipeline.Dockerfile
+++ b/deploy/paddleocr_vl_docker/accelerators/hygon... | [
"deploy/paddleocr_vl_docker/accelerators/hygon-dcu/pipeline.Dockerfile",
"deploy/paddleocr_vl_docker/hps/README.md",
"deploy/paddleocr_vl_docker/hps/README_en.md",
"docs/quick_start.en.md",
"docs/quick_start.md",
"docs/version3.x/inference_engine.en.md",
"docs/version3.x/inference_engine.md",
"docs/ve... | [
{
"comment": "这里的注释还是不太对?",
"path": "docs/version3.x/pipeline_usage/OCR.md",
"hunk": "@@ -1240,7 +1240,7 @@ ocr = PaddleOCR(\n engine=\"transformers\",\n )\n # ocr = PaddleOCR(lang=\"en\", engine=\"transformers\") # 通过 lang 参数来使用英文模型\n-# ocr = PaddleOCR(ocr_version=\"PP-OCRv4\") # 通过 ocr_version 参数来... | true | |||
PaddlePaddle/PaddleOCR | 17,952 | comment_to_fix | Fix docs | 这里的注释还是不太对? | f0d83fafe9598134e5ac46aca62a4738f0eabac0 | 80a52d1bd6c9016a0638aa6a15672f9ffd11f546 | diff --git a/docs/version3.x/pipeline_usage/OCR.md b/docs/version3.x/pipeline_usage/OCR.md
index 15c009cfd45..43d8a06f4a3 100644
--- a/docs/version3.x/pipeline_usage/OCR.md
+++ b/docs/version3.x/pipeline_usage/OCR.md
@@ -1240,7 +1240,7 @@ ocr = PaddleOCR(
engine="transformers",
)
# ocr = PaddleOCR(lang="en", eng... | [
"docs/version3.x/pipeline_usage/OCR.md"
] | [
{
"comment": "这里的注释还是不太对?",
"path": "docs/version3.x/pipeline_usage/OCR.md",
"hunk": "@@ -1240,7 +1240,7 @@ ocr = PaddleOCR(\n engine=\"transformers\",\n )\n # ocr = PaddleOCR(lang=\"en\", engine=\"transformers\") # 通过 lang 参数来使用英文模型\n-# ocr = PaddleOCR(ocr_version=\"PP-OCRv4\") # 通过 ocr_version 参数来... | true | ||
PaddlePaddle/PaddleOCR | 17,952 | comment_to_fix | Fix docs | ```suggestion
当您使用飞桨框架进行推理时,需要先安装飞桨框架。安装方法请参考 [飞桨框架安装](./paddlepaddle_installation.md)。PaddleOCR 对飞桨框架的版本要求可以参考 [此处](./paddleocr_and_paddlex.md#1-paddleocr-paddlex)。
``` | f0d83fafe9598134e5ac46aca62a4738f0eabac0 | 80a52d1bd6c9016a0638aa6a15672f9ffd11f546 | diff --git a/docs/version3.x/inference_engine.md b/docs/version3.x/inference_engine.md
index 81d077cc974..27156b8aa79 100644
--- a/docs/version3.x/inference_engine.md
+++ b/docs/version3.x/inference_engine.md
@@ -29,16 +29,18 @@ PaddleOCR 3.5 引入了统一的推理引擎配置方式:使用 `engine` 选
## 3. 各推理引擎安装方式
+> 不同推理引擎之间可能存在依赖冲突,建议每个环境仅... | [
"docs/version3.x/inference_engine.md"
] | [
{
"comment": "```suggestion\n当您使用飞桨框架进行推理时,需要先安装飞桨框架。安装方法请参考 [飞桨框架安装](./paddlepaddle_installation.md)。PaddleOCR 对飞桨框架的版本要求可以参考 [此处](./paddleocr_and_paddlex.md#1-paddleocr-paddlex)。\n```",
"path": "docs/version3.x/inference_engine.md",
"hunk": "@@ -29,16 +29,18 @@ PaddleOCR 3.5 引入了统一的推理引擎配置方式:使用 `engine`... | true | ||
PaddlePaddle/PaddleOCR | 17,686 | issue_to_patch | 图像预处理Bug
### 🔎 Search before asking
- [x] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report.
- [x] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no similar bug report.
- [x] I have searched the PaddleOC... | Fix crop_margin crash with extreme aspect ratio images | ## Summary
Fixes #17354
The `crop_margin` function in `unimernet_aug.py` can produce images with extreme aspect ratios (e.g., 900x4) after trimming whitespace margins. This causes a `ValueError` in downstream image processing where aspect ratios > 200 are rejected. Additionally, `cv2.findNonZero` can return `None` fo... | b6a561da6cc1af28bee9d1ea24be0d0a0686ae0c | a9e365a361c96dc654331274e65ce5ca25da5ee3 | diff --git a/ppocr/data/imaug/unimernet_aug.py b/ppocr/data/imaug/unimernet_aug.py
index 85d13f954be..a9fe8f8bbef 100644
--- a/ppocr/data/imaug/unimernet_aug.py
+++ b/ppocr/data/imaug/unimernet_aug.py
@@ -495,7 +495,14 @@ def crop_margin(self, img):
data = (data - min_val) / (max_val - min_val) * 255
... | [
"ppocr/data/imaug/unimernet_aug.py"
] | [] | true | |
PaddlePaddle/PaddleOCR | 17,808 | issue_to_patch | Fix broken PyPI badge link in README | This PR fixes a broken PyPI badge link in README.md and readme/README_cn.md.
The current link contains a typo:
https://pepy.tech/projectsproject/paddleocr
It has been corrected to:
https://pepy.tech/projects/paddleocr
This ensures the badge correctly redirects to the PaddleOCR PyPI statistics page. | b803437852f45390463b5d618e016775eccc7e9b | bf90fe8a3eea6cbc0d2082a4767528fa3f1fe6a2 | diff --git a/README.md b/README.md
index 274749f47a9..cd3ea26375a 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ English | [简体中文](./readme/README_cn.md) | [繁體中文](./readme/README
[](https://arxiv.org/pdf/2507.05595)
... | [
"README.md",
"readme/README_cn.md"
] | [] | true | ||
PaddlePaddle/PaddleOCR | 17,864 | issue_to_patch | fix: pin 5 unpinned action(s),extract 1 unsafe expression(s) to env vars | > This is a re-submission of #17863, which was closed due to a branch issue on my end. Same fixes, apologies for the noise.
## Security: Harden GitHub Actions workflows
Hey, I found some CI/CD security issues in this repo's GitHub Actions workflows. These are the same vulnerability classes that were exploited in the ... | 7d33035a6b175e533bf93d037f876f49554d1a09 | 37e82965dfb241f52302c8eab6cd798705a155a7 | diff --git a/.github/workflows/build_publish_release_docs.yml b/.github/workflows/build_publish_release_docs.yml
index 2fd41b557ff..b00cf91e460 100644
--- a/.github/workflows/build_publish_release_docs.yml
+++ b/.github/workflows/build_publish_release_docs.yml
@@ -28,4 +28,7 @@ jobs:
- run: pip install mike mkdo... | [
".github/workflows/build_publish_release_docs.yml",
".github/workflows/codestyle.yml",
".github/workflows/link-check.yml",
".github/workflows/test_gpu.yml",
".github/workflows/tests.yaml"
] | [] | diff --git a/.github/workflows/test_gpu.yml b/.github/workflows/test_gpu.yml
index 7a68a6497d5..693c87cf549 100644
--- a/.github/workflows/test_gpu.yml
+++ b/.github/workflows/test_gpu.yml
@@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- id: filter
- uses: dorny/paths-filter@v3
+ ... | true | |
PaddlePaddle/PaddleOCR | 17,970 | issue_to_patch | fix(onnx): use HEURISTIC cudnn_conv_algo_search for ORT GPU session | ## Summary
`tools/infer/utility.py` builds an ONNX Runtime CUDA EP session with `cudnn_conv_algo_search="DEFAULT"`. `DEFAULT` pins cuDNN to `CUDNN_CONVOLUTION_FWD_ALGO_IMPLICIT_PRECOMP_GEMM`. cuDNN rejects this algo for many of PP-OCRv5 server rec's conv configs, so ORT falls back to a non-cuDNN slow path (visible at ... | f8b41a62bba991d35e578ffa712107a042b0c3b0 | 923c7b87c5ba41cb72d523684995a8da6970d095 | diff --git a/tools/infer/utility.py b/tools/infer/utility.py
index cfd1c3ac937..fb4833459b8 100644
--- a/tools/infer/utility.py
+++ b/tools/infer/utility.py
@@ -218,7 +218,10 @@ def create_predictor(args, mode, logger):
providers=[
(
"CUDAExecutionProvider"... | [
"tools/infer/utility.py"
] | [] | true | ||
PaddlePaddle/PaddleOCR | 17,976 | issue_to_patch | ci: fix GPU push-event refspec and stabilize required checks | ## Summary
What started as a one-line fix for the GPU workflow's push-event failure surfaced two further issues that left PRs perpetually blocked on the same set of required checks. This PR fixes all three together so merges are no longer gated on phantom or fragile checks.
### 1. GPU workflow fails on push to main (... | 09e8700fe69d0fa8c9d6c70b6cf3e978c283bbeb | 26b2b40056e9661f120b48f33546f77151982488 | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 075f6ef2f4d..c96ada820a7 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
- 'mcp_server/**'
- 'deploy/**'
- test-pr:
+ test-pr-python:
runs-on: ubuntu-lat... | [
".github/workflows/test_gpu.yml",
".github/workflows/tests.yml"
] | [] | diff --git a/.github/workflows/test_gpu.yml b/.github/workflows/test_gpu.yml
index 5618c2608db..7ea3f35598b 100644
--- a/.github/workflows/test_gpu.yml
+++ b/.github/workflows/test_gpu.yml
@@ -8,7 +8,7 @@ on:
workflow_dispatch:
env:
PR_ID: ${{ github.event.pull_request.number }}
- COMMIT_ID: ${{ github.event.pu... | true | |
PaddlePaddle/PaddleOCR | 17,289 | issue_to_patch | [Security] Fix HIGH vulnerability: V-003 | ## Security Fix
This PR addresses a **HIGH** severity vulnerability detected by our security scanner.
### Security Impact Assessment
| Aspect | Rating | Rationale |
|--------|--------|-----------|
| Impact | High | In PaddleOCR, exploiting this via MITM could allow attackers to tamper with downloaded OCR models, lea... | fa30849b01ef78073c775cccb6c29bb43415cf3e | b7b3bbbecb58b634a9bdb0d070e6fca836f8d16e | diff --git a/deploy/hubserving/ocr_system/params.py b/deploy/hubserving/ocr_system/params.py
index ebacba11461..8733e07ddc3 100755
--- a/deploy/hubserving/ocr_system/params.py
+++ b/deploy/hubserving/ocr_system/params.py
@@ -61,6 +61,11 @@ def read_params():
cfg.cls_batch_num = 30
cfg.cls_thresh = 0.9
+ ... | [
"deploy/hubserving/ocr_system/params.py"
] | [] | true | ||
PaddlePaddle/PaddleOCR | 17,969 | issue_to_patch | fix: the android native c++ code performs memcpy ope... in native.h | ## Summary
Fix critical severity security issue in `deploy/android_demo/app/src/main/cpp/native.h`.
## Vulnerability
| Field | Value |
|-------|-------|
| **ID** | V-002 |
| **Severity** | CRITICAL |
| **Scanner** | multi_agent_ai |
| **Rule** | `V-002` |
| **File** | `deploy/android_demo/app/src/main/cpp/native.h:128... | 6ad50d824a81b7ebf1c363cc70a95e0ecf00ed7e | b1824c2d44a610ea7decaec6dace6aea5432a4bf | diff --git a/deploy/android_demo/app/src/main/cpp/native.h b/deploy/android_demo/app/src/main/cpp/native.h
index 3e159ad56c3..9a8710626dd 100644
--- a/deploy/android_demo/app/src/main/cpp/native.h
+++ b/deploy/android_demo/app/src/main/cpp/native.h
@@ -122,10 +122,19 @@ inline cv::Mat bitmap_to_cv_mat(JNIEnv *env, jobj... | [
"deploy/android_demo/app/src/main/cpp/native.h"
] | [] | true | ||
PaddlePaddle/PaddleOCR | 17,936 | issue_to_patch | Clarify whether the PaddleOCR-VL manual-install Python range is a verified range or a hard requirement
## Summary
Several PaddleOCR-VL manual-install docs currently state that Python 3.8–3.13 is a hard requirement.
From a reader's perspective, that wording reads as “newer Python versions will not work”. In practice,... | Clarify that PaddleOCR-VL manual-install docs describe the verified Python range | ## Summary
Clarify the repeated PaddleOCR-VL manual-install wording so it describes the **documented verification range** instead of reading like a hard runtime prohibition.
## Why
The current sentence says Python 3.8–3.13 is required. That is easy to read as “newer Python versions will not work”, while the more con... | 55462c459363ab69f020c19d88b36c469154e740 | d08a9da90288361ab4cdc6dd7e81be104fdfeec4 | diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL-AMD-GPU.en.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL-AMD-GPU.en.md
index 1732e134497..4ee7f048b9a 100644
--- a/docs/version3.x/pipeline_usage/PaddleOCR-VL-AMD-GPU.en.md
+++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL-AMD-GPU.en.md
@@ -48,7 +48,7 @@ If yo... | [
"docs/version3.x/pipeline_usage/PaddleOCR-VL-AMD-GPU.en.md",
"docs/version3.x/pipeline_usage/PaddleOCR-VL-AMD-GPU.md",
"docs/version3.x/pipeline_usage/PaddleOCR-VL-Huawei-Ascend-NPU.en.md",
"docs/version3.x/pipeline_usage/PaddleOCR-VL-Huawei-Ascend-NPU.md",
"docs/version3.x/pipeline_usage/PaddleOCR-VL-Hygon... | [] | true | |
PatrickJS/awesome-cursorrules | 292 | issue_to_patch | feat: add Network Troubleshooting skill (.mdc rule) | ## Summary
Add `rules/network-troubleshoot.mdc`, a safety-first Cursor rule for developer network failures.
The rule is intentionally scoped as a concise decision guide, not a full troubleshooting toolkit or automatic remediation script.
## What it does
- Collects the exact error, failing command, target host/URL/p... | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/README.md b/README.md
index c0f9a38a..8204dac5 100644
--- a/README.md
+++ b/README.md
@@ -253,6 +253,7 @@ By adding selected `.mdc` files to `.cursor/rules/`, you can use these rules dir
- [Git Commit Messages](https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/git-conventional-commit-messag... | [
"README.md",
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Fix invalid rule frontmatter scope configuration.**\n\n`globs` is empty while `alwaysApply` is `false`. This violates the repository’s rule frontmatter contract and can fail hygiene checks / prevent proper rule attachment.\n\n<details>\n<summa... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | _⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_
**Fix invalid rule frontmatter scope configuration.**
`globs` is empty while `alwaysApply` is `false`. This violates the repository’s rule frontmatter contract and can fail hygiene checks / prevent proper rule attachment.
<details>
<summary>Proposed fix</summary>
``... | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Fix invalid rule frontmatter scope configuration.**\n\n`globs` is empty while `alwaysApply` is `false`. This violates the repository’s rule frontmatter contract and can fail hygiene checks / prevent proper rule attachment.\n\n<details>\n<summa... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | _⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_
**Remove unsafe TLS-bypass guidance from the default fix matrix.**
`NODE_TLS_REJECT_UNAUTHORIZED=0` encourages disabling certificate verification. Even with “dev” wording, this materially degrades security posture in a reusable rule.
<details>
<summary>Safer edit</su... | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Remove unsafe TLS-bypass guidance from the default fix matrix.**\n\n`NODE_TLS_REJECT_UNAUTHORIZED=0` encourages disabling certificate verification. Even with “dev” wording, this materially degrades security posture in a reusable rule.\n\n<deta... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | The Proxy diagnostics instruct printing full proxy environment variable values (e.g., HTTP_PROXY/HTTPS_PROXY/ALL_PROXY). This repo’s prompt-safety checks flag that as unsafe configuration disclosure because proxy URLs can embed credentials; prefer checks that avoid echoing secrets (e.g., only test whether vars are set ... | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "The Proxy diagnostics instruct printing full proxy environment variable values (e.g., HTTP_PROXY/HTTPS_PROXY/ALL_PROXY). This repo’s prompt-safety checks flag that as unsafe configuration disclosure because proxy URLs can embed credentials; prefer checks that avoid echoing secrets (e.g., only test... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | These Package Manager diagnostics dump full npm/pip/git/docker configuration (`npm config list`, `pip config list`, `git config --list`, `docker info | grep ...`). Repo hygiene checks explicitly block config dumps since they can leak credentials or private infra details; switch to narrowly scoped, read-only queries (e.... | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "These Package Manager diagnostics dump full npm/pip/git/docker configuration (`npm config list`, `pip config list`, `git config --list`, `docker info | grep ...`). Repo hygiene checks explicitly block config dumps since they can leak credentials or private infra details; switch to narrowly scoped,... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | The Windows SSL/TLS section includes TLS verification bypass patterns (`Invoke-WebRequest ... -SkipCertificateCheck` and setting `ServerCertificateValidationCallback` to always accept). These are disallowed by the repo’s prompt-safety checks and also normalize insecure behavior; replace with certificate inspection/trus... | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "The Windows SSL/TLS section includes TLS verification bypass patterns (`Invoke-WebRequest ... -SkipCertificateCheck` and setting `ServerCertificateValidationCallback` to always accept). These are disallowed by the repo’s prompt-safety checks and also normalize insecure behavior; replace with certi... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | Resolution Matrix entries recommend mutating persistent/global network settings (e.g., `npm config set registry ...`, `pip config set ...`, `pip config set ... trusted-host ...`, `git config --global http.proxy ...`). Repo hygiene checks block instructions that persistently reroute installs or weaken trust; adjust guid... | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "Resolution Matrix entries recommend mutating persistent/global network settings (e.g., `npm config set registry ...`, `pip config set ...`, `pip config set ... trusted-host ...`, `git config --global http.proxy ...`). Repo hygiene checks block instructions that persistently reroute installs or wea... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | The “China Environment Quick Fix” section exports proxy variables and sets global npm/pip/git configuration. Repo prompt-safety rules prohibit persistent network configuration mutations in shared rules because they can silently affect future installs/traffic; rework this section to avoid global changes (or require expl... | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "The “China Environment Quick Fix” section exports proxy variables and sets global npm/pip/git configuration. Repo prompt-safety rules prohibit persistent network configuration mutations in shared rules because they can silently affect future installs/traffic; rework this section to avoid global ch... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | This rule hardcodes public network probes (e.g., querying DNS via 8.8.8.8). The repo’s prompt-safety checks flag hardcoded public probes by default; prefer using user-provided DNS servers/targets, or require explicit confirmation before probing third-party services. | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "This rule hardcodes public network probes (e.g., querying DNS via 8.8.8.8). The repo’s prompt-safety checks flag hardcoded public probes by default; prefer using user-provided DNS servers/targets, or require explicit confirmation before probing third-party services.",
"path": "rules/network-tr... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | The Proxy/Verification steps use `https://www.google.com` as a default connectivity test target. Repo hygiene checks block hardcoded public probes; use the user’s failing host/service (or ask permission before probing unrelated public endpoints) and update all occurrences in this rule. | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "The Proxy/Verification steps use `https://www.google.com` as a default connectivity test target. Repo hygiene checks block hardcoded public probes; use the user’s failing host/service (or ask permission before probing unrelated public endpoints) and update all occurrences in this rule.",
"path... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | PR description mentions adding a reference link to the new rule in the main README, but README.md in this branch does not include any entry for `rules/network-troubleshoot.mdc`. Either update the PR description or include the README change if that’s intended. | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "PR description mentions adding a reference link to the new rule in the main README, but README.md in this branch does not include any entry for `rules/network-troubleshoot.mdc`. Either update the PR description or include the README change if that’s intended.",
"path": "rules/network-troublesh... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | The listed proxy/registry read commands can print full URLs (often including embedded credentials/tokens), which conflicts with the safety rule to never print proxy URLs/credentials. Adjust these diagnostics to avoid echoing raw values (e.g., instruct the user to redact before sharing, or print only whether a value is ... | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "The listed proxy/registry read commands can print full URLs (often including embedded credentials/tokens), which conflicts with the safety rule to never print proxy URLs/credentials. Adjust these diagnostics to avoid echoing raw values (e.g., instruct the user to redact before sharing, or print on... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | The SSL/TLS command examples use Unix-only redirections (/dev/null, 2>/dev/null) and piping to grep, which won’t work in Windows shells and may not be available in Git Bash either. Mark these as Linux/macOS-only and/or add Windows/PowerShell equivalents so the rule remains usable across platforms. | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "The SSL/TLS command examples use Unix-only redirections (/dev/null, 2>/dev/null) and piping to grep, which won’t work in Windows shells and may not be available in Git Bash either. Mark these as Linux/macOS-only and/or add Windows/PowerShell equivalents so the rule remains usable across platforms.... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | This row suggests “temporary workarounds” for expired certificates, which can be interpreted as bypassing certificate validation and conflicts with the earlier safety rule to never disable TLS verification. Make the advice explicit that TLS checks must not be bypassed, and instead focus on renewal/trust-store fixes (ev... | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "This row suggests “temporary workarounds” for expired certificates, which can be interpreted as bypassing certificate validation and conflicts with the earlier safety rule to never disable TLS verification. Make the advice explicit that TLS checks must not be bypassed, and instead focus on renewal... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | Safety rules state to “Never mutate global npm, pip, git, Docker, shell, or proxy settings,” but the workflow/advisory sections include configuration changes (registries, proxies, docker daemon.json) after user approval. Reword the safety rule to reflect the intended policy (e.g., never change persistent settings witho... | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "Safety rules state to “Never mutate global npm, pip, git, Docker, shell, or proxy settings,” but the workflow/advisory sections include configuration changes (registries, proxies, docker daemon.json) after user approval. Reword the safety rule to reflect the intended policy (e.g., never change per... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | `npm ping` performs an outbound request to the configured registry (often a public service) and conflicts with the safety rule to only probe external sites after explicit user approval. Either gate this behind an explicit approval step or clarify that it should only be used when the failing target is the package regist... | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "`npm ping` performs an outbound request to the configured registry (often a public service) and conflicts with the safety rule to only probe external sites after explicit user approval. Either gate this behind an explicit approval step or clarify that it should only be used when the failing target... | true | ||
PatrickJS/awesome-cursorrules | 292 | comment_to_fix | feat: add Network Troubleshooting skill (.mdc rule) | The OpenSSL TLS checks hardcode port 443 and omit SNI (`-servername`), which can return the wrong certificate on multi-tenant hosts and won’t work for non-443 TLS endpoints. Using `<port>` consistently and adding `-servername` makes the diagnostic more reliable. | 325da9a70ac2c3727fe9fb43ec9e7a54d8992f6d | 6d01cb0239122644108478fb96d3d3ad2a04a80c | diff --git a/rules/network-troubleshoot.mdc b/rules/network-troubleshoot.mdc
new file mode 100644
index 00000000..b3a6387d
--- /dev/null
+++ b/rules/network-troubleshoot.mdc
@@ -0,0 +1,183 @@
+---
+description: Systematic, safety-first network troubleshooting for developers
+globs: **/*
+alwaysApply: false
+---
+
+# Ne... | [
"rules/network-troubleshoot.mdc"
] | [
{
"comment": "The OpenSSL TLS checks hardcode port 443 and omit SNI (`-servername`), which can return the wrong certificate on multi-tenant hosts and won’t work for non-443 TLS endpoints. Using `<port>` consistently and adding `-servername` makes the diagnostic more reliable.",
"path": "rules/network-troubl... | true | ||
PatrickJS/awesome-cursorrules | 289 | issue_to_patch | Add TokRepo agent-discovery rule — discover_before_build for reusable artifacts | ## What this PR adds
A new Cursor rule `rules/tokrepo-agent-discovery-cursorrules-prompt-file.mdc` that teaches Cursor to call TokRepo's MCP discovery before rebuilding reusable artifacts (skills, prompts, MCP configs, scripts).
### Rule scope (mirrors existing single-file `.mdc` pattern)
The rule fires when Cursor ... | 2811b16babebab1fa2f27d440e78ce6dcdb41096 | 82ac3c30e909bd5d3aa8bf35cf93ab37171e5b41 | diff --git a/rules/tokrepo-agent-discovery-cursorrules-prompt-file.mdc b/rules/tokrepo-agent-discovery-cursorrules-prompt-file.mdc
new file mode 100644
index 00000000..a869a8ea
--- /dev/null
+++ b/rules/tokrepo-agent-discovery-cursorrules-prompt-file.mdc
@@ -0,0 +1,33 @@
+---
+description: "Call TokRepo's MCP discovery... | [
"rules/tokrepo-agent-discovery-cursorrules-prompt-file.mdc"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Rule scope and enforced scope are inconsistent.**\n\nLine 6 mandates discovery for artifacts like “any helper longer than ~50 lines” and generic “MCP tool config,” but with `alwaysApply: false` the rule is only applied to the glob set in Line ... | true | ||
PatrickJS/awesome-cursorrules | 289 | comment_to_fix | Add TokRepo agent-discovery rule — discover_before_build for reusable artifacts | _⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_
**Rule scope and enforced scope are inconsistent.**
Line 6 mandates discovery for artifacts like “any helper longer than ~50 lines” and generic “MCP tool config,” but with `alwaysApply: false` the rule is only applied to the glob set in Line 3. That creates a bypass w... | 2811b16babebab1fa2f27d440e78ce6dcdb41096 | 82ac3c30e909bd5d3aa8bf35cf93ab37171e5b41 | diff --git a/rules/tokrepo-agent-discovery-cursorrules-prompt-file.mdc b/rules/tokrepo-agent-discovery-cursorrules-prompt-file.mdc
new file mode 100644
index 00000000..a869a8ea
--- /dev/null
+++ b/rules/tokrepo-agent-discovery-cursorrules-prompt-file.mdc
@@ -0,0 +1,33 @@
+---
+description: "Call TokRepo's MCP discovery... | [
"rules/tokrepo-agent-discovery-cursorrules-prompt-file.mdc"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_ | _⚡ Quick win_\n\n**Rule scope and enforced scope are inconsistent.**\n\nLine 6 mandates discovery for artifacts like “any helper longer than ~50 lines” and generic “MCP tool config,” but with `alwaysApply: false` the rule is only applied to the glob set in Line ... | true | ||
PatrickJS/awesome-cursorrules | 288 | issue_to_patch | [codex] add state management cursor rules | ## Summary
- Add focused React Zustand cursor rules covering state ownership, selectors, middleware, persistence, SSR, and testing.
- Add focused Vue Pinia cursor rules covering store structure, Composition API usage, SSR, persistence, and testing.
- Add both entries to the State Management section of the README.
## V... | fbf26524d0d0f9132948fa3db9fbb6fe9356f045 | 1160b8441e15aa0fb4f417557695754aca2805c3 | diff --git a/README.md b/README.md
index 8bc9954b..986f4b4d 100644
--- a/README.md
+++ b/README.md
@@ -198,7 +198,9 @@ By adding selected `.mdc` files to `.cursor/rules/`, you can use these rules dir
- [React (MobX)](https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/react-mobx-cursorrules-prompt-file.md... | [
"README.md",
"rules/react-zustand-cursorrules-prompt-file.mdc",
"rules/vue-pinia-cursorrules-prompt-file.mdc"
] | [] | true | ||
PatrickJS/awesome-cursorrules | 287 | issue_to_patch | Add Anti-Sycophancy Code Discipline rules under Build Tools and Development | Adds `rules/anti-sycophancy-code-discipline-cursorrules-prompt-file.mdc`, a standalone Cursor rule file with 17 directives that target the most common LLM coding honesty failures:
- Hallucinated APIs and invented function signatures (rules 1, 2)
- False-confidence validation without evidence (rules 3, 4, 5)
- Refactor... | 4467ad4534d406a714b926606d66fab36a98df8f | b85640cd1e7a6a5f14ba4579f12b29ddee78792f | diff --git a/README.md b/README.md
index fbb4ff54..a8928715 100644
--- a/README.md
+++ b/README.md
@@ -251,6 +251,7 @@ By adding selected `.mdc` files to `.cursor/rules/`, you can use these rules dir
- [AI Agent Specialist](./rules/ai-agent-specialist.mdc) - Cursor rules for TypeScript, React, Node.js, clean architect... | [
"README.md",
"rules/anti-sycophancy-code-discipline-cursorrules-prompt-file.mdc"
] | [] | true | ||
PatrickJS/awesome-cursorrules | 284 | issue_to_patch | Request: Cursorrules for TensorFlow and Deep Learning
Putting this request here cus I have yet to seen people toy with TensorFlow and deep AutoML, most are focused on Scikit-Learn and the basics.
Request: AutoML and Hyperparameter Optimization
The current repo only includes things like Scikit-Learn and PyTorch, ther... | [codex] Fix actionable rule requests and repo hygiene | ## Summary
- Add `.mdc` rules for actionable open requests: TensorFlow/deep learning, AutoML/HPO, React Router v7, Blender add-ons, GameMaker GML, general Rust, Harmony ArkTS, embedded STM32/HAL, ROS/ROS2, Google ADK, Fortran, and Toss-style design systems.
- Remove the duplicate long-slug FastAPI rule folder, keep th... | a2d11a58e32a22f61d197b2aced28697a36f0460 | 0393194cce46936067a2c9b323b34a4587af7da7 | diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 00000000..f1ff08b9
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,4 @@
+# Require maintainer review for repository automation and policy controls.
+.github/workflows/** @PatrickJS
+scripts/** @PatrickJS
+.github/CODEOWNERS @PatrickJS
dif... | [
".github/CODEOWNERS",
".github/workflows/main.yml",
"README.md",
"rules-new/automl-hyperparameter-optimization.mdc",
"rules-new/beefreeSDK.mdc",
"rules-new/blender-python-addon.mdc",
"rules-new/clean-code.mdc",
"rules-new/codequality.mdc",
"rules-new/cpp.mdc",
"rules-new/database.mdc",
"rules-ne... | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n**Remove trailing whitespace.**\n\nThere's trailing whitespace after \"logic\" on this line. While the content addition is excellent, the trailing space should be removed to maintain code quality and prevent unnecessary diff noise.\n\n\n\n\n<det... | diff --git a/scripts/check-repo-hygiene.test.mjs b/scripts/check-repo-hygiene.test.mjs
index 89f8a6e1..e9eefb03 100644
--- a/scripts/check-repo-hygiene.test.mjs
+++ b/scripts/check-repo-hygiene.test.mjs
@@ -208,13 +208,13 @@ test("fails README-only external directory or utility listings", () => {
write(root, ".rea... | true |
PatrickJS/awesome-cursorrules | 284 | comment_to_fix | [codex] Fix actionable rule requests and repo hygiene | _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_
**Remove trailing whitespace.**
There's trailing whitespace after "logic" on this line. While the content addition is excellent, the trailing space should be removed to maintain code quality and prevent unnecessary diff noise.
<details>
<summary>🧹 Proposed fix</s... | a2d11a58e32a22f61d197b2aced28697a36f0460 | 0393194cce46936067a2c9b323b34a4587af7da7 | diff --git a/rules-new/react.mdc b/rules-new/react.mdc
index aabc9b7e..6cba00db 100644
--- a/rules-new/react.mdc
+++ b/rules-new/react.mdc
@@ -1,6 +1,7 @@
---
description: React best practices and patterns for modern web applications
globs: **/*.tsx, **/*.jsx, components/**/*
+alwaysApply: false
---
# React Best... | [
"rules-new/react.mdc"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n**Remove trailing whitespace.**\n\nThere's trailing whitespace after \"logic\" on this line. While the content addition is excellent, the trailing space should be removed to maintain code quality and prevent unnecessary diff noise.\n\n\n\n\n<det... | true | ||
PatrickJS/awesome-cursorrules | 284 | comment_to_fix | [codex] Fix actionable rule requests and repo hygiene | _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_
<details>
<summary>🧩 Analysis chain</summary>
🏁 Script executed:
```shell
#!/bin/bash
# Description: Check if `@https`:// syntax appears elsewhere in cursor rule files
# Search for similar `@https`:// patterns in rule files
rg -n '@https://' --type=md -g '*.cursor... | a2d11a58e32a22f61d197b2aced28697a36f0460 | 0393194cce46936067a2c9b323b34a4587af7da7 | diff --git a/rules/deno-integration-techniques-cursorrules-prompt-fil/.cursorrules b/rules/deno-integration-techniques-cursorrules-prompt-fil/.cursorrules
index 5a2f5bea..c372bff5 100644
--- a/rules/deno-integration-techniques-cursorrules-prompt-fil/.cursorrules
+++ b/rules/deno-integration-techniques-cursorrules-promp... | [
"rules/deno-integration-techniques-cursorrules-prompt-fil/.cursorrules"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🏁 Script executed:\n\n```shell\n#!/bin/bash\n# Description: Check if `@https`:// syntax appears elsewhere in cursor rule files\n\n# Search for similar `@https`:// patterns in rule files\nrg -n ... | true | ||
PatrickJS/awesome-cursorrules | 285 | issue_to_patch | Remove legacy Python FastAPI cursor rules | Remove the obsolete rules/cursorrules-file-cursor-ai-python-fastapi-api rule set (deleted .cursorrules, README.md and multiple .mdc rule files) and clean up README.md by removing the duplicate Python (FastAPI) entry. This prunes deprecated/duplicated Cursor rules for FastAPI and reduces confusion in the rules index.
... | a2d11a58e32a22f61d197b2aced28697a36f0460 | 4e8dbc44234cc0cf760dff0aa1a45efa60e28b40 | diff --git a/README.md b/README.md
index 94c01968..9ec6a801 100644
--- a/README.md
+++ b/README.md
@@ -153,7 +153,6 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
- [Node.js (MongoDB, JWT, Express, React)](./rules/nodejs-mongodb-jwt-express-react-cursorrules-promp/.cursorrules) - C... | [
"README.md",
"rules/cursorrules-file-cursor-ai-python-fastapi-api/.cursorrules",
"rules/cursorrules-file-cursor-ai-python-fastapi-api/README.md",
"rules/cursorrules-file-cursor-ai-python-fastapi-api/error-handling-priorities.mdc",
"rules/cursorrules-file-cursor-ai-python-fastapi-api/fastapi-blocking-operati... | [] | true | ||
PatrickJS/awesome-cursorrules | 283 | issue_to_patch | Validate rules-new/*.mdc frontmatter | Update contribution docs and hygiene checks to require and validate YAML frontmatter for new rules in rules-new/*.mdc.
- .github/pull_request_template.md and README.md: add instructions and an example frontmatter block requiring description, globs, and alwaysApply (default false for scoped rules).
- scripts/check-r... | dc4c6d2f914b97954919c1f60c4986c2c1008fae | b15de200820ba7155120d283b89b85d9a11c80e2 | diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 586b8372..119c9a7f 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -25,7 +25,7 @@
- [ ] The contribution includes original rule content, or clearly credits the source.
- [ ] New rule folder... | [
".github/pull_request_template.md",
"README.md",
"scripts/check-repo-hygiene.mjs",
"scripts/check-repo-hygiene.test.mjs"
] | [] | diff --git a/scripts/check-repo-hygiene.test.mjs b/scripts/check-repo-hygiene.test.mjs
index 86f1eddb..89f8a6e1 100644
--- a/scripts/check-repo-hygiene.test.mjs
+++ b/scripts/check-repo-hygiene.test.mjs
@@ -72,7 +72,7 @@ test("fails changed rules-new files without required frontmatter and explains ho
assert.equal(... | true | |
PatrickJS/awesome-cursorrules | 282 | issue_to_patch | Unblock PR #257 repo-hygiene and clarify `rules-new` frontmatter errors | ## Summary
This updates PR #257 to resolve the `repo-hygiene` failure on `rules-new/ankra-cli.mdc` and improves hygiene error output so contributors can quickly fix malformed `rules-new/*.mdc` frontmatter.
## Contribution Type
<!-- Check one. Standalone external tool, product, directory, marketplace, or service list... | 8815556e721dfc15ad6c362ea7b6841dee97c6a0 | f570a9382df03e789ec89eeaadaac65204ac443a | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c967735d..1ffa9d60 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
with:
script: |
const username = context.payload.pull_request.user.login;
- const all... | [
".github/workflows/main.yml",
"README.md",
"rules-new/ankra-cli.mdc",
"scripts/check-repo-hygiene.mjs",
"scripts/check-repo-hygiene.test.mjs"
] | [] | diff --git a/scripts/check-repo-hygiene.test.mjs b/scripts/check-repo-hygiene.test.mjs
index 5f6122b4..86f1eddb 100644
--- a/scripts/check-repo-hygiene.test.mjs
+++ b/scripts/check-repo-hygiene.test.mjs
@@ -62,7 +62,7 @@ test("fails a README that reintroduces a catch-all section", () => {
}
});
-test("fails chang... | true | |
PatrickJS/awesome-cursorrules | 183 | issue_to_patch | Add README best practices rule | Adds a cursor rule for writing better READMEs. Agents default to dry, template-style docs with generic openings and bold-label bullet lists. This rule teaches them to write READMEs like landing pages - punchline first, feature tables, copy-paste install blocks.
Source: https://github.com/ofershap/readme-best-practices... | fc2ce049c55b369b498eef396506a7a269a1b461 | 4643ef6a61e8b20b39f1b9ba258ff73bde6674ff | diff --git a/README.md b/README.md
index 63c6a2ff..6b989caa 100644
--- a/README.md
+++ b/README.md
@@ -274,6 +274,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
- [Graphical Apps Development](./rules/graphical-apps-development-cursorrules-prompt-file/.cursorrules) - Cursor rules ... | [
"README.md",
"rules/readme-best-practices-cursorrules-prompt-file/.cursorrules"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Move this rule to the `Documentation` category.**\n\n`README Best Practices` is documentation-centric and should be listed under `### Documentation`, not `### Other`, to keep category semantics accurate.\n\n<details>\n<summary>♻️ Proposed fix</summary>\n\n```... | true | ||
PatrickJS/awesome-cursorrules | 161 | issue_to_patch | Add HOL (Hashgraph Online) TypeScript SDK cursor rules | Adding cursor rules for Hashgraph Online (HOL) - a TypeScript SDK for building AI agents on the Hedera network.
The `.cursorrules` file includes:
- Technology stack (TypeScript, Node.js 20+, pnpm, Jest)
- HOL SDK patterns (RegistryBrokerClient, agent search, chat)
- Code quality standards
- Testing patterns
- Website... | fc2ce049c55b369b498eef396506a7a269a1b461 | 628eb7841f646a29258d268fec5c817e1294adbd | diff --git a/README.md b/README.md
index 63c6a2ff..886a8a9b 100644
--- a/README.md
+++ b/README.md
@@ -130,6 +130,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
- [Go (Basic Setup)](./rules/htmx-go-basic-cursorrules-prompt-file/.cursorrules) - Cursor rules for Go development with... | [
"README.md",
"rules/hol-hedera-typescript-cursorrules-prompt-file/.cursorrules"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Use relative links in README entries.**\n\nLine 133 introduces an external link in the description, which conflicts with the README requirement that links be relative. Consider removing the external link from the entry (you can keep external resources in the ... | true | ||
PatrickJS/awesome-cursorrules | 161 | comment_to_fix | Add HOL (Hashgraph Online) TypeScript SDK cursor rules | _⚠️ Potential issue_ | _🟡 Minor_
**Use relative links in README entries.**
Line 133 introduces an external link in the description, which conflicts with the README requirement that links be relative. Consider removing the external link from the entry (you can keep external resources in the .cursorrules file).
<de... | fc2ce049c55b369b498eef396506a7a269a1b461 | 628eb7841f646a29258d268fec5c817e1294adbd | diff --git a/README.md b/README.md
index 63c6a2ff..886a8a9b 100644
--- a/README.md
+++ b/README.md
@@ -130,6 +130,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
- [Go (Basic Setup)](./rules/htmx-go-basic-cursorrules-prompt-file/.cursorrules) - Cursor rules for Go development with... | [
"README.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Use relative links in README entries.**\n\nLine 133 introduces an external link in the description, which conflicts with the README requirement that links be relative. Consider removing the external link from the entry (you can keep external resources in the ... | true | ||
PatrickJS/awesome-cursorrules | 161 | comment_to_fix | Add HOL (Hashgraph Online) TypeScript SDK cursor rules | _⚠️ Potential issue_ | _🟡 Minor_
<details>
<summary>🧩 Analysis chain</summary>
🏁 Script executed:
```shell
# First, let's locate and read the .cursorrules file
find . -name ".cursorrules" -type f
```
Repository: PatrickJS/awesome-cursorrules
Length of output: 11799
---
🏁 Script executed:
```shell
# If found... | fc2ce049c55b369b498eef396506a7a269a1b461 | 628eb7841f646a29258d268fec5c817e1294adbd | diff --git a/rules/hol-hedera-typescript-cursorrules-prompt-file/.cursorrules b/rules/hol-hedera-typescript-cursorrules-prompt-file/.cursorrules
new file mode 100644
index 00000000..8a2acc53
--- /dev/null
+++ b/rules/hol-hedera-typescript-cursorrules-prompt-file/.cursorrules
@@ -0,0 +1,257 @@
+# Hashgraph Online (HOL) ... | [
"rules/hol-hedera-typescript-cursorrules-prompt-file/.cursorrules"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🏁 Script executed:\n\n```shell\n# First, let's locate and read the .cursorrules file\nfind . -name \".cursorrules\" -type f\n```\n\nRepository: PatrickJS/awesome-cursorrules\n\nLength of output: 11799\n\n---\n... | true | ||
PatrickJS/awesome-cursorrules | 161 | comment_to_fix | Add HOL (Hashgraph Online) TypeScript SDK cursor rules | _⚠️ Potential issue_ | _🟡 Minor_
**Make the SDK examples self-contained by initializing `client`.**
These snippets call `client.*` without showing where `client` is created, which makes the examples non‑runnable as written. Consider adding a `RegistryBrokerClient` instantiation (or a short preceding sentence outside... | fc2ce049c55b369b498eef396506a7a269a1b461 | 628eb7841f646a29258d268fec5c817e1294adbd | diff --git a/rules/hol-hedera-typescript-cursorrules-prompt-file/.cursorrules b/rules/hol-hedera-typescript-cursorrules-prompt-file/.cursorrules
new file mode 100644
index 00000000..8a2acc53
--- /dev/null
+++ b/rules/hol-hedera-typescript-cursorrules-prompt-file/.cursorrules
@@ -0,0 +1,257 @@
+# Hashgraph Online (HOL) ... | [
"rules/hol-hedera-typescript-cursorrules-prompt-file/.cursorrules"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Make the SDK examples self-contained by initializing `client`.**\n\nThese snippets call `client.*` without showing where `client` is created, which makes the examples non‑runnable as written. Consider adding a `RegistryBrokerClient` instantiation (or a short ... | true | ||
PatrickJS/awesome-cursorrules | 220 | issue_to_patch | Add Next.js 15 + Supabase architecture rules (Vibe Stack) | Adds a comprehensive .cursorrules file for Next.js 15 + Supabase projects.
Covers the 10 most common AI hallucination patterns including:
- getSession() vs getUser() (auth bypass vulnerability)
- Synchronous params access (Next.js 15 runtime crash)
- Deprecated @supabase/auth-helpers-nextjs imports
- Missing RLS... | fc2ce049c55b369b498eef396506a7a269a1b461 | e4291cc88450ede75a825f00ee86701c43c91678 | diff --git a/README.md b/README.md
index 63c6a2ff..7779178b 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
- [Beefree SDK (TypeScript, JavaScript, CSS, HTML, React, Angular, Vue)](./rules/beefreeSDK-nocode-content-editor-cursorr... | [
"README.md",
"rules/nextjs15-supabase-cursorrules-prompt-file/.cursorrules",
"rules/nextjs15-supabase-cursorrules-prompt-file/README.md"
] | [] | true | ||
PatrickJS/awesome-cursorrules | 160 | issue_to_patch | Enhance SwiftUI guidelines with detailed practices | Expanded guidelines for SwiftUI development, including roles, code generation, best practices, concurrency management, memory safety, coding style, and testing strategies.
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Documentation**
* Reorganized guidelines... | fc2ce049c55b369b498eef396506a7a269a1b461 | dcb1d15f6a935b9386825ad3968fad21477ee42a | diff --git a/rules/swiftui-guidelines-cursorrules-prompt-file/.cursorrules b/rules/swiftui-guidelines-cursorrules-prompt-file/.cursorrules
index 4af1dae2..fd2e7eae 100644
--- a/rules/swiftui-guidelines-cursorrules-prompt-file/.cursorrules
+++ b/rules/swiftui-guidelines-cursorrules-prompt-file/.cursorrules
@@ -1,19 +1,7... | [
"rules/swiftui-guidelines-cursorrules-prompt-file/.cursorrules",
"rules/swiftui-guidelines-cursorrules-prompt-file/README.md"
] | [
{
"comment": "_🛠️ Refactor suggestion_ | _🟠 Major_\n\n**Reconsider blanket \"default to `[weak self]`\" guidance.**\n\nIn SwiftUI, defaulting to `[weak self]` in all closures is overly prescriptive and can introduce unnecessary complexity. ViewModels owned by views (via `@StateObject`/`@ObservedObject`) typic... | true | ||
PatrickJS/awesome-cursorrules | 207 | issue_to_patch | Add Semiotic data visualization cursorrules | Adds cursor rules for [Semiotic](https://github.com/nteract/semiotic), a React data visualization library with 30+ chart types (XY, ordinal, network, geo, realtime), streaming canvas rendering, coordinated views, and a built-in MCP server for AI-assisted chart generation.
- `.cursorrules` file with comprehensive com... | fc2ce049c55b369b498eef396506a7a269a1b461 | f7b95883da89d17c9acb167932aec4ec9c5e68ea | diff --git a/README.md b/README.md
index 63c6a2ff..36de1641 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
- [React (Next.js UI Development)](./rules/react-nextjs-ui-development-cursorrules-prompt-fil/.cursorrules) - Cursor ru... | [
"README.md",
"rules/semiotic-react-dataviz-cursorrules-prompt-file/.cursorrules",
"rules/semiotic-react-dataviz-cursorrules-prompt-file/README.md"
] | [] | true | ||
PatrickJS/awesome-cursorrules | 200 | issue_to_patch | Add Snowflake cursor rules for data engineering, Cortex AI, and Snowpark/dbt | ## Summary
- Adds **3 Snowflake cursor rules** to the Database and API section — the first data warehouse/data platform rules in the repository.
- **Snowflake Data Engineering**: SQL best practices, data pipelines (Dynamic Tables, Streams, Tasks, Snowpipe), semi-structured data (VARIANT/FLATTEN), Snowflake Postgres, T... | fc2ce049c55b369b498eef396506a7a269a1b461 | f38a28c6e20b767a300d6e6749c7070ed43daddc | diff --git a/README.md b/README.md
index 63c6a2ff..45091e08 100644
--- a/README.md
+++ b/README.md
@@ -185,6 +185,9 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
### Database and API
- [GraphQL (Apollo Client)](./rules/react-graphql-apollo-client-cursorrules-prompt-file/.cursor... | [
"README.md",
"rules/snowflake-cortex-ai-cursorrules-prompt-file/.cursorrules",
"rules/snowflake-cortex-ai-cursorrules-prompt-file/README.md",
"rules/snowflake-data-engineering-cursorrules-prompt-file/.cursorrules",
"rules/snowflake-data-engineering-cursorrules-prompt-file/README.md",
"rules/snowflake-snow... | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Reorder new Database/API entries to preserve alphabetical sorting.**\n\nThe new Snowflake entries are inserted after `TypeScript (Axios)`, which breaks category ordering.\n\n<details>\n<summary>Suggested reorder</summary>\n\n```diff\n ### Database and API\n \... | true | ||
PatrickJS/awesome-cursorrules | 200 | comment_to_fix | Add Snowflake cursor rules for data engineering, Cortex AI, and Snowpark/dbt | _⚠️ Potential issue_ | _🟡 Minor_
**Reorder new Database/API entries to preserve alphabetical sorting.**
The new Snowflake entries are inserted after `TypeScript (Axios)`, which breaks category ordering.
<details>
<summary>Suggested reorder</summary>
```diff
### Database and API
- [GraphQL (Apollo Client)](./ru... | fc2ce049c55b369b498eef396506a7a269a1b461 | f38a28c6e20b767a300d6e6749c7070ed43daddc | diff --git a/README.md b/README.md
index 63c6a2ff..45091e08 100644
--- a/README.md
+++ b/README.md
@@ -185,6 +185,9 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
### Database and API
- [GraphQL (Apollo Client)](./rules/react-graphql-apollo-client-cursorrules-prompt-file/.cursor... | [
"README.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Reorder new Database/API entries to preserve alphabetical sorting.**\n\nThe new Snowflake entries are inserted after `TypeScript (Axios)`, which breaks category ordering.\n\n<details>\n<summary>Suggested reorder</summary>\n\n```diff\n ### Database and API\n \... | true | ||
PatrickJS/awesome-cursorrules | 200 | comment_to_fix | Add Snowflake cursor rules for data engineering, Cortex AI, and Snowpark/dbt | _⚠️ Potential issue_ | _🟡 Minor_
**Add source-author credit to align with folder README requirements.**
This README describes scope well, but attribution is currently missing.
As per coding guidelines, "Each .cursorrules file may have an accompanying README.md file in its folder; use this README to provide credit ... | fc2ce049c55b369b498eef396506a7a269a1b461 | f38a28c6e20b767a300d6e6749c7070ed43daddc | diff --git a/rules/snowflake-cortex-ai-cursorrules-prompt-file/README.md b/rules/snowflake-cortex-ai-cursorrules-prompt-file/README.md
new file mode 100644
index 00000000..484d75ca
--- /dev/null
+++ b/rules/snowflake-cortex-ai-cursorrules-prompt-file/README.md
@@ -0,0 +1,20 @@
+# Snowflake Cortex AI Cursor Rules
+
+Aut... | [
"rules/snowflake-cortex-ai-cursorrules-prompt-file/README.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Add source-author credit to align with folder README requirements.**\n\nThis README describes scope well, but attribution is currently missing.\n\n\nAs per coding guidelines, \"Each .cursorrules file may have an accompanying README.md file in its folder; use ... | true | ||
PatrickJS/awesome-cursorrules | 200 | comment_to_fix | Add Snowflake cursor rules for data engineering, Cortex AI, and Snowpark/dbt | _⚠️ Potential issue_ | _🟡 Minor_
**Include original-author attribution in this README.**
Please add a short credit line/section for the source author of the ruleset.
As per coding guidelines, "Each .cursorrules file may have an accompanying README.md file in its folder; use this README to provide credit to the ori... | fc2ce049c55b369b498eef396506a7a269a1b461 | f38a28c6e20b767a300d6e6749c7070ed43daddc | diff --git a/rules/snowflake-data-engineering-cursorrules-prompt-file/README.md b/rules/snowflake-data-engineering-cursorrules-prompt-file/README.md
new file mode 100644
index 00000000..f7c20559
--- /dev/null
+++ b/rules/snowflake-data-engineering-cursorrules-prompt-file/README.md
@@ -0,0 +1,18 @@
+# Snowflake Data Eng... | [
"rules/snowflake-data-engineering-cursorrules-prompt-file/README.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Include original-author attribution in this README.**\n\nPlease add a short credit line/section for the source author of the ruleset.\n\n\nAs per coding guidelines, \"Each .cursorrules file may have an accompanying README.md file in its folder; use this READM... | true | ||
PatrickJS/awesome-cursorrules | 200 | comment_to_fix | Add Snowflake cursor rules for data engineering, Cortex AI, and Snowpark/dbt | _⚠️ Potential issue_ | _🟠 Major_
**Avoid hardcoded credentials in Snowpark session examples.**
The example embeds plaintext password values, which can normalize insecure copy/paste usage. Prefer env vars or key-pair/OAuth examples.
<details>
<summary>Safer example pattern</summary>
```diff
from snowflake.snowpar... | fc2ce049c55b369b498eef396506a7a269a1b461 | f38a28c6e20b767a300d6e6749c7070ed43daddc | diff --git a/rules/snowflake-snowpark-dbt-cursorrules-prompt-file/.cursorrules b/rules/snowflake-snowpark-dbt-cursorrules-prompt-file/.cursorrules
new file mode 100644
index 00000000..c5cca3c9
--- /dev/null
+++ b/rules/snowflake-snowpark-dbt-cursorrules-prompt-file/.cursorrules
@@ -0,0 +1,166 @@
+// Snowflake Snowpark ... | [
"rules/snowflake-snowpark-dbt-cursorrules-prompt-file/.cursorrules"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_\n\n**Avoid hardcoded credentials in Snowpark session examples.**\n\nThe example embeds plaintext password values, which can normalize insecure copy/paste usage. Prefer env vars or key-pair/OAuth examples.\n\n\n<details>\n<summary>Safer example pattern</summary>\n\... | true | ||
PatrickJS/awesome-cursorrules | 200 | comment_to_fix | Add Snowflake cursor rules for data engineering, Cortex AI, and Snowpark/dbt | _⚠️ Potential issue_ | _🟡 Minor_
**Add original-author credit section in this rules README.**
The README has a good summary, but it is missing explicit attribution to the source author.
As per coding guidelines, "Each .cursorrules file may have an accompanying README.md file in its folder; use this README to provi... | fc2ce049c55b369b498eef396506a7a269a1b461 | f38a28c6e20b767a300d6e6749c7070ed43daddc | diff --git a/rules/snowflake-snowpark-dbt-cursorrules-prompt-file/README.md b/rules/snowflake-snowpark-dbt-cursorrules-prompt-file/README.md
new file mode 100644
index 00000000..ea609464
--- /dev/null
+++ b/rules/snowflake-snowpark-dbt-cursorrules-prompt-file/README.md
@@ -0,0 +1,18 @@
+# Snowflake Snowpark Python & db... | [
"rules/snowflake-snowpark-dbt-cursorrules-prompt-file/README.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Add original-author credit section in this rules README.**\n\nThe README has a good summary, but it is missing explicit attribution to the source author.\n\n\nAs per coding guidelines, \"Each .cursorrules file may have an accompanying README.md file in its fo... | true | ||
PatrickJS/awesome-cursorrules | 203 | issue_to_patch | Add PySpark ETL best practices cursorrules | ## Summary
Adds production-tested PySpark & ETL best practices as a `.cursorrules` file — the first PySpark/Spark-specific rules in the repository.
## What's covered
8 sections covering the full ETL development lifecycle:
1. **Project Structure** — ETL base class scaffold, config factory pattern, `.transfor... | fc2ce049c55b369b498eef396506a7a269a1b461 | 3b4df49b028f04b77df6641afde92835c19f5105 | diff --git a/README.md b/README.md
index 63c6a2ff..3632c7bc 100644
--- a/README.md
+++ b/README.md
@@ -240,6 +240,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
- [Python Best Practices](./rules/python-cursorrules-prompt-file-best-practices/.cursorrules) - Cursor rules for Python... | [
"README.md",
"rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules",
"rules/pyspark-etl-best-practices-cursorrules-prompt-file/README.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Handle None case when table is empty.**\n\nThe `read_latest` method at line 62 will raise a `TypeError` if the table is empty, because `.first()` returns `None` and `None[0]` fails. In production code, this edge case should be handled.\n\n\n\n<details>\n<summ... | true | ||
PatrickJS/awesome-cursorrules | 203 | comment_to_fix | Add PySpark ETL best practices cursorrules | _⚠️ Potential issue_ | _🟡 Minor_
**Handle None case when table is empty.**
The `read_latest` method at line 62 will raise a `TypeError` if the table is empty, because `.first()` returns `None` and `None[0]` fails. In production code, this edge case should be handled.
<details>
<summary>🛡️ Proposed fix to add Non... | fc2ce049c55b369b498eef396506a7a269a1b461 | 3b4df49b028f04b77df6641afde92835c19f5105 | diff --git a/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules b/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules
new file mode 100644
index 00000000..babac361
--- /dev/null
+++ b/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules
@@ -0,0 +1,376 @@
+You are an... | [
"rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Handle None case when table is empty.**\n\nThe `read_latest` method at line 62 will raise a `TypeError` if the table is empty, because `.first()` returns `None` and `None[0]` fails. In production code, this edge case should be handled.\n\n\n\n<details>\n<summ... | true | ||
PatrickJS/awesome-cursorrules | 203 | comment_to_fix | Add PySpark ETL best practices cursorrules | _⚠️ Potential issue_ | _🟡 Minor_
**Use `F.col()` consistently in the example.**
Line 106 uses `F.datediff('date_a', 'date_b')`, but according to the guideline's own recommendation to "always use `F.col()`" and PySpark's API, column references should use `F.col()`.
<details>
<summary>🔧 Proposed fix for consistenc... | fc2ce049c55b369b498eef396506a7a269a1b461 | 3b4df49b028f04b77df6641afde92835c19f5105 | diff --git a/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules b/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules
new file mode 100644
index 00000000..babac361
--- /dev/null
+++ b/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules
@@ -0,0 +1,376 @@
+You are an... | [
"rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Use `F.col()` consistently in the example.**\n\nLine 106 uses `F.datediff('date_a', 'date_b')`, but according to the guideline's own recommendation to \"always use `F.col()`\" and PySpark's API, column references should use `F.col()`.\n\n\n\n<details>\n<summa... | true | ||
PatrickJS/awesome-cursorrules | 203 | comment_to_fix | Add PySpark ETL best practices cursorrules | _⚠️ Potential issue_ | _🟡 Minor_
**Define or import the `W` alias for Window.**
The examples use `W.partitionBy()`, `W.unboundedPreceding`, and `W.unboundedFollowing` (lines 220, 223, 249, 250), but `W` is never imported or defined. This is inconsistent with the guideline's emphasis on explicit imports and the `F.` ... | fc2ce049c55b369b498eef396506a7a269a1b461 | 3b4df49b028f04b77df6641afde92835c19f5105 | diff --git a/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules b/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules
new file mode 100644
index 00000000..babac361
--- /dev/null
+++ b/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules
@@ -0,0 +1,376 @@
+You are an... | [
"rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Define or import the `W` alias for Window.**\n\nThe examples use `W.partitionBy()`, `W.unboundedPreceding`, and `W.unboundedFollowing` (lines 220, 223, 249, 250), but `W` is never imported or defined. This is inconsistent with the guideline's emphasis on expl... | true | ||
PatrickJS/awesome-cursorrules | 203 | comment_to_fix | Add PySpark ETL best practices cursorrules | _⚠️ Potential issue_ | _🟡 Minor_
**Use `F.when()` prefix consistently in the lambda.**
Lines 269-272 use `when()` without the `F.` prefix, which is inconsistent with the guideline's own recommendation to "always use the `F.` prefix" (line 82-84). This makes the code less greppable and harder to recognize as a PySpar... | fc2ce049c55b369b498eef396506a7a269a1b461 | 3b4df49b028f04b77df6641afde92835c19f5105 | diff --git a/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules b/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules
new file mode 100644
index 00000000..babac361
--- /dev/null
+++ b/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules
@@ -0,0 +1,376 @@
+You are an... | [
"rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Use `F.when()` prefix consistently in the lambda.**\n\nLines 269-272 use `when()` without the `F.` prefix, which is inconsistent with the guideline's own recommendation to \"always use the `F.` prefix\" (line 82-84). This makes the code less greppable and har... | true | ||
PatrickJS/awesome-cursorrules | 203 | comment_to_fix | Add PySpark ETL best practices cursorrules | _⚠️ Potential issue_ | _🟡 Minor_
**Handle None case when no partitions exist.**
Line 363 will raise a `TypeError` if `max_partition` is `None` (when the table has no partitions or is empty), because `None["partition_date"]` fails. This is similar to the issue at line 62.
<details>
<summary>🛡️ Proposed fix to add... | fc2ce049c55b369b498eef396506a7a269a1b461 | 3b4df49b028f04b77df6641afde92835c19f5105 | diff --git a/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules b/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules
new file mode 100644
index 00000000..babac361
--- /dev/null
+++ b/rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules
@@ -0,0 +1,376 @@
+You are an... | [
"rules/pyspark-etl-best-practices-cursorrules-prompt-file/.cursorrules"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Handle None case when no partitions exist.**\n\nLine 363 will raise a `TypeError` if `max_partition` is `None` (when the table has no partitions or is empty), because `None[\"partition_date\"]` fails. This is similar to the issue at line 62.\n\n\n\n<details>\... | true | ||
PatrickJS/awesome-cursorrules | 246 | issue_to_patch | feat: added Vercel deployment cursorrules |
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Documentation**
* Added comprehensive Vercel deployment guidance and Cursor rules covering serverless vs Edge function optimization, middleware configuration, environment variable handling, `vercel.json` setup ... | fc2ce049c55b369b498eef396506a7a269a1b461 | 6fa0cedbcc6420f46816780f81de5ae3a724021f | diff --git a/README.md b/README.md
index 63c6a2ff..e91676b8 100644
--- a/README.md
+++ b/README.md
@@ -210,6 +210,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
### Hosting and Deployments
- [Netlify](./rules/netlify-official-cursorrules-prompt-file/.cursorrules) - Cursor rule... | [
"README.md",
"rules-new/vercel-deployment.mdc",
"rules/vercel-deployment-cursorrules-prompt-file/.cursorrules",
"rules/vercel-deployment-cursorrules-prompt-file/README.md",
"rules/vercel-deployment-cursorrules-prompt-file/vercel-deployment.mdc"
] | [
{
"comment": "`globs` is defined as a YAML array here, but other `.mdc` rule files in this repo use a comma-separated string (e.g., `rules-new/nextjs.mdc:3`, `rules/scala-kafka-cursorrules-prompt-file/linting-formatting.mdc:3`). To stay consistent (and avoid any tooling that expects a string), consider switchin... | true | ||
PatrickJS/awesome-cursorrules | 250 | issue_to_patch | feat: TanStack Start cursorrules | Adds TanStack Start rules - a new full-stack React framework (Router + Vinxi/Nitro) not yet in the repo. Covers server functions, API routes, SSR, streaming, and deployment targets.
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
## Documentation
* Added comprehens... | fc2ce049c55b369b498eef396506a7a269a1b461 | e39853b14bf2c2e1bb1cfb7a32fc32e2a66fa0fc | diff --git a/README.md b/README.md
index 63c6a2ff..ea65d3b8 100644
--- a/README.md
+++ b/README.md
@@ -151,6 +151,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
- [Python (Flask JSON Guide)](./rules/python-flask-json-guide-cursorrules-prompt-file/.cursorrules) - Cursor rules for ... | [
"README.md",
"rules-new/tanstack-start.mdc",
"rules/tanstack-start-cursorrules-prompt-file/.cursorrules",
"rules/tanstack-start-cursorrules-prompt-file/README.md",
"rules/tanstack-start-cursorrules-prompt-file/tanstack-start.mdc"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🌐 Web query:\n\n`In TanStack Start (Vite-based), what is the recommended way to gate dev-only UI inside route components: `process.env.NODE_ENV` or `import.meta.env.DEV`?`\n\n💡 Result:\n\nIn TanStack Start (V... | true | ||
PatrickJS/awesome-cursorrules | 280 | issue_to_patch | Add PR Review .cursorrules (security / performance / tests / architecture) | Adds [`rules/pr-review-cursorrules-prompt-file/`](./rules/pr-review-cursorrules-prompt-file/.cursorrules) under Utilities.
It's a focused `.cursorrules` file that bundles four PR review angles in one place:
- Security — auth, input validation, secrets, injection
- Performance — N+1, hot-path allocations, unbounded wo... | 5c9165bddbfab4ebf8284453e70c15803d219994 | 7447058bf0804fb60cbc3383f6258b5ce6e8cbd8 | diff --git a/README.md b/README.md
index 6b5579da..2a42dcfd 100644
--- a/README.md
+++ b/README.md
@@ -295,6 +295,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
### Utilities
- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based fil... | [
"README.md",
"rules/pr-review-cursorrules-prompt-file/.cursorrules",
"rules/pr-review-cursorrules-prompt-file/README.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n**Entry is not in alphabetical order.**\n\nThe new \"PR Review\" entry should be placed after \"Helium MCP\" to maintain alphabetical order within the Utilities section. \n\nCurrent order:\n- Cursor Watchful Headers\n- **PR Review** ← new entry\... | true | ||
PatrickJS/awesome-cursorrules | 281 | issue_to_patch | Add Go, Docker, and PostgreSQL cursor rules to rules-new | ## Summary
Adds production-tested cursor rules for three stacks currently missing from `rules-new/`:
- **`go.mdc`** — idiomatic Go: error wrapping with `%w`, interface-at-call-site pattern, context-first concurrency, table-driven tests
- **`docker.mdc`** — Docker production rules: pinned versions, multi-stage builds,... | 5c9165bddbfab4ebf8284453e70c15803d219994 | 4e5f2e0c48dd222258fac292bf5055900db23ce6 | diff --git a/rules-new/docker.mdc b/rules-new/docker.mdc
new file mode 100644
index 00000000..bebdfb37
--- /dev/null
+++ b/rules-new/docker.mdc
@@ -0,0 +1,43 @@
+---
+description: Docker production rules. Pinned versions, multi-stage builds, non-root user, minimal attack surface.
+globs: Dockerfile, Dockerfile.*, docke... | [
"rules-new/docker.mdc",
"rules-new/go.mdc",
"rules-new/postgresql.mdc"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_\n\n**Acronym example is self-contradictory**\n\nLine 19 lists `httpClient` as both acceptable and unacceptable, so the rule is ambiguous.\n\n \n\n<details>\n<summary>Suggested fix</summary>\n\n```diff\n-- Acronyms: userID, httpClient (not userId, h... | true | ||
PatrickJS/awesome-cursorrules | 159 | issue_to_patch | add momen |
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Documentation**
* Added Cursor rules configuration and comprehensive rule documentation covering backend architecture, GraphQL API interactions, authentication flows, actionflows, AI agents, Stripe payment inte... | fc2ce049c55b369b498eef396506a7a269a1b461 | 2cd1eddb5c3631775c703776d0a254b13368ef6f | diff --git a/README.md b/README.md
index 63c6a2ff..29203c12 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
- [Laravel (PHP 8.3)](./rules/laravel-php-83-cursorrules-prompt-file/.cursorrules) - Cursor rules for Laravel developme... | [
"README.md",
"rules/momen-cursurrules-prompt-file/.cursorrules",
"rules/momen-cursurrules-prompt-file/README.md",
"rules/momen-cursurrules-prompt-file/common.mdc",
"rules/momen-cursurrules-prompt-file/momen-actionflow-gql-api-rules.mdc",
"rules/momen-cursurrules-prompt-file/momen-ai-agent-gql-api-rules.md... | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n<details>\n<summary>🧩 Analysis chain</summary>\n\n🌐 Web query:\n\n`Stripe.js correct URL https://js.stripe.com official documentation`\n\n💡 Result:\n\nThe official Stripe.js script URL is https://js.stripe.com (commonly used as the versioned path https://js.... | true | ||
PatrickJS/awesome-cursorrules | 251 | issue_to_patch | feat: added Next.js TanStack Query cursorrules | Added rules for using TanStack Query v5 inside Next.js App Router. Covers HydrationBoundary pattern, Server Actions as mutations, and optimistic updates. No existing entry covers this combination.
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Documentation**
... | fc2ce049c55b369b498eef396506a7a269a1b461 | d5daa2f3a39bf1ce4042c7de44b490f0ef5386e3 | diff --git a/README.md b/README.md
index 63c6a2ff..6aab5892 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
- [Next.js (React, TypeScript)](./rules/nextjs-react-typescript-cursorrules-prompt-file/.cursorrules) - Cursor rules for ... | [
"README.md",
"rules-new/nextjs-tanstack-query.mdc",
"rules/nextjs-tanstack-query-cursorrules-prompt-file/.cursorrules",
"rules/nextjs-tanstack-query-cursorrules-prompt-file/README.md",
"rules/nextjs-tanstack-query-cursorrules-prompt-file/nextjs-tanstack-query.mdc"
] | [
{
"comment": "In the Provider snippet, `children` is typed as `React.ReactNode` but `React` isn’t imported. In many TS/Next.js setups this will fail with “Cannot find namespace 'React'”. Prefer `import type { PropsWithChildren } from 'react'` (or `ReactNode`) and type the props accordingly, or add an explicit R... | true | ||
PatrickJS/awesome-cursorrules | 256 | issue_to_patch | Add vue-claude-stack (Vue/Nuxt full AI coding setup) | Adds [vue-claude-stack](https://github.com/mvtandas/vue-claude-stack) — a complete AI coding setup for Vue 3 & Nuxt 3 developers.
Unlike existing Vue cursorrules entries which are single `.cursorrules` files, this is a full stack including:
- `.cursorrules` — Cursor IDE rules
- `CLAUDE.md` — Claude Code project conve... | fc2ce049c55b369b498eef396506a7a269a1b461 | 7649adb25784ec419da1be807b9c2ea9ecedf0b0 | diff --git a/.gitignore b/.gitignore
index 485dee64..a3630a2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,1 +1,2 @@
.idea
+awesome-claude-code
diff --git a/README.md b/README.md
index 63c6a2ff..82417cf5 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,7 @@ By creating a `.cursorrules` file in your project's ro... | [
".gitignore",
"README.md",
"rules/vue-claude-stack/.cursorrules",
"rules/wordpress-claude-stack/.cursorrules"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_\n\n**Use a repository-relative link for this new README entry**\n\nLine 119 links to an external GitHub URL, but this README’s contribution rules require relative links. Please point this entry to the in-repo path (the folder/readme or `.cursorrules` file) for con... | true | ||
PatrickJS/awesome-cursorrules | 256 | comment_to_fix | Add vue-claude-stack (Vue/Nuxt full AI coding setup) | _⚠️ Potential issue_ | _🟠 Major_
**Use a repository-relative link for this new README entry**
Line 119 links to an external GitHub URL, but this README’s contribution rules require relative links. Please point this entry to the in-repo path (the folder/readme or `.cursorrules` file) for consistency with this section... | fc2ce049c55b369b498eef396506a7a269a1b461 | 7649adb25784ec419da1be807b9c2ea9ecedf0b0 | diff --git a/README.md b/README.md
index 63c6a2ff..82417cf5 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
- [Vue 3 (Nuxt 3 Development)](./rules/vue-3-nuxt-3-development-cursorrules-prompt-file/.cursorrules) - Cursor rules fo... | [
"README.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟠 Major_\n\n**Use a repository-relative link for this new README entry**\n\nLine 119 links to an external GitHub URL, but this README’s contribution rules require relative links. Please point this entry to the in-repo path (the folder/readme or `.cursorrules` file) for con... | true | ||
PatrickJS/awesome-cursorrules | 252 | issue_to_patch | feat: added React TanStack Router and Query cursorrules | Added rules for the Router + Query combo pattern in React SPAs — loader-to-cache integration, zero loading spinners, type-safe search params driving query keys, and mutation patterns. Distinct from the individual Router or Query rules.
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summ... | fc2ce049c55b369b498eef396506a7a269a1b461 | 6c9d70e9c7f5d5ae2033af4fabb6efdc0f0b8e18 | diff --git a/README.md b/README.md
index 63c6a2ff..f613659a 100644
--- a/README.md
+++ b/README.md
@@ -181,6 +181,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
- [React (Redux, TypeScript)](./rules/react-redux-typescript-cursorrules-prompt-file/.cursorrules) - Cursor rules for R... | [
"README.md",
"rules-new/react-tanstack-router-query.mdc",
"rules/react-tanstack-router-query-cursorrules-prompt-file/.cursorrules",
"rules/react-tanstack-router-query-cursorrules-prompt-file/README.md",
"rules/react-tanstack-router-query-cursorrules-prompt-file/react-tanstack-router-query.mdc"
] | [
{
"comment": "In the `beforeLoad` example, `location` is referenced (`location.pathname`) but it isn’t in scope in this function signature, so this snippet won’t compile/run as written. Destructure `location` from the `beforeLoad` args (or use the router-provided location from the args) before using `pathname` ... | true | ||
PatrickJS/awesome-cursorrules | 242 | issue_to_patch | Add Alpha Skills — quantitative factor research skills | Adding [Alpha Skills](https://github.com/VernonOY/alpha-skills) — a set of 7 AI skills for quantitative factor research.
Works as Cursor rules files. Skills include factor discovery, evaluation (IC/ICIR/quintile), automated mining, backtesting, monitoring, and reporting. Supports A-share, HK, and US markets. All self-... | fc2ce049c55b369b498eef396506a7a269a1b461 | 418fa8a195f43f0a9cdc7e5bbd92d0896ec1a543 | diff --git a/README.md b/README.md
index 63c6a2ff..4e40c0bd 100644
--- a/README.md
+++ b/README.md
@@ -267,6 +267,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
### Other
+- [Alpha Skills](./rules/alpha-skills-quant-factor-research/.cursorrules) - Quantitative factor research... | [
"README.md",
"rules/alpha-skills-quant-factor-research/.cursorrules"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Use a relative link instead of an absolute GitHub URL.**\n\nLine 270 adds an external absolute link, but this repo’s README guideline requires relative links. Please point this entry to the in-repo rule path (e.g., `./rules/.../.cursorrules`) or add the corre... | true | ||
PatrickJS/awesome-cursorrules | 242 | comment_to_fix | Add Alpha Skills — quantitative factor research skills | _⚠️ Potential issue_ | _🟡 Minor_
**Use a relative link instead of an absolute GitHub URL.**
Line 270 adds an external absolute link, but this repo’s README guideline requires relative links. Please point this entry to the in-repo rule path (e.g., `./rules/.../.cursorrules`) or add the corresponding local rule direct... | fc2ce049c55b369b498eef396506a7a269a1b461 | 418fa8a195f43f0a9cdc7e5bbd92d0896ec1a543 | diff --git a/README.md b/README.md
index 63c6a2ff..4e40c0bd 100644
--- a/README.md
+++ b/README.md
@@ -267,6 +267,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
### Other
+- [Alpha Skills](./rules/alpha-skills-quant-factor-research/.cursorrules) - Quantitative factor research... | [
"README.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Use a relative link instead of an absolute GitHub URL.**\n\nLine 270 adds an external absolute link, but this repo’s README guideline requires relative links. Please point this entry to the in-repo rule path (e.g., `./rules/.../.cursorrules`) or add the corre... | true | ||
PatrickJS/awesome-cursorrules | 255 | issue_to_patch | Add Helium MCP cursor rules | ## Summary
Adds a new `rules/helium-mcp-cursorrules-prompt-file/` entry with a `.cursorrules` file that explains how to wire [Helium MCP](https://github.com/connerlambden/helium-mcp) (streamable HTTP at `https://heliumtrades.com/mcp`) into Cursor and how to choose among the hosted tools for news, balanced synthesis,... | fc2ce049c55b369b498eef396506a7a269a1b461 | 6d21ee4289c54d37a423eadced0509633a575c96 | diff --git a/README.md b/README.md
index 63c6a2ff..ac717905 100644
--- a/README.md
+++ b/README.md
@@ -286,6 +286,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
### Utilities
- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based fil... | [
"README.md",
"rules/helium-mcp-cursorrules-prompt-file/.cursorrules",
"rules/helium-mcp-cursorrules-prompt-file/README.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Use only relative links in this README entry.**\n\nLine 289 introduces an external GitHub URL in the description, which conflicts with the repository README link policy.\n\n<details>\n<summary>Suggested fix</summary>\n\n```diff\n-- [Helium MCP (news, bias, ma... | true | ||
PatrickJS/awesome-cursorrules | 255 | comment_to_fix | Add Helium MCP cursor rules | _⚠️ Potential issue_ | _🟡 Minor_
**Use only relative links in this README entry.**
Line 289 introduces an external GitHub URL in the description, which conflicts with the repository README link policy.
<details>
<summary>Suggested fix</summary>
```diff
-- [Helium MCP (news, bias, markets, options, memes)](./rules/... | fc2ce049c55b369b498eef396506a7a269a1b461 | 6d21ee4289c54d37a423eadced0509633a575c96 | diff --git a/README.md b/README.md
index 63c6a2ff..ac717905 100644
--- a/README.md
+++ b/README.md
@@ -286,6 +286,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve
### Utilities
- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based fil... | [
"README.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Use only relative links in this README entry.**\n\nLine 289 introduces an external GitHub URL in the description, which conflicts with the repository README link policy.\n\n<details>\n<summary>Suggested fix</summary>\n\n```diff\n-- [Helium MCP (news, bias, ma... | true | ||
PatrickJS/awesome-cursorrules | 255 | comment_to_fix | Add Helium MCP cursor rules | _⚠️ Potential issue_ | _🟡 Minor_
**Add explicit original-author credit in this folder README.**
Line 5 states intent but does not clearly credit the original author/source in a concrete way.
<details>
<summary>Suggested fix</summary>
```diff
-Contributed to align agent behavior with Helium’s tool semantics and rat... | fc2ce049c55b369b498eef396506a7a269a1b461 | 6d21ee4289c54d37a423eadced0509633a575c96 | diff --git a/rules/helium-mcp-cursorrules-prompt-file/README.md b/rules/helium-mcp-cursorrules-prompt-file/README.md
new file mode 100644
index 00000000..d4b044a7
--- /dev/null
+++ b/rules/helium-mcp-cursorrules-prompt-file/README.md
@@ -0,0 +1,6 @@
+# Helium MCP - Cursor rules
+
+Project-specific guidance for using [H... | [
"rules/helium-mcp-cursorrules-prompt-file/README.md"
] | [
{
"comment": "_⚠️ Potential issue_ | _🟡 Minor_\n\n**Add explicit original-author credit in this folder README.**\n\nLine 5 states intent but does not clearly credit the original author/source in a concrete way.\n\n<details>\n<summary>Suggested fix</summary>\n\n```diff\n-Contributed to align agent behavior with... | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.