diff --git a/.gitea/ai-review/exclusions.json b/.gitea/ai-review/exclusions.json index 00ce6ea..f81c74a 100644 --- a/.gitea/ai-review/exclusions.json +++ b/.gitea/ai-review/exclusions.json @@ -80,6 +80,11 @@ "title": "repeated url_encode optimization", "reason": "The updated code already caches encoded path components per candidate." }, + { + "location": "entrypoint.sh:183-241", + "title": "owner-wide package scan / N+1 API", + "reason": "The action intentionally targets only the requested package names to avoid scanning unrelated packages." + }, { "location": "entrypoint.sh(整體)", "title": "end-to-end tests", diff --git a/README.md b/README.md index d077a64..0b77d0f 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,4 @@ jobs: - `entrypoint.sh:149` 流式 JSON 合併 - `entrypoint.sh:204,215` 排序與日誌分離建議 - `entrypoint.sh:243-286` 重複 `url_encode` 進一步最佳化 +- `entrypoint.sh:183-241` 改回掃描 owner 全量套件的 N+1 API 建議