chore: address review findings and exclusions

This commit is contained in:
2026-05-15 03:12:54 +00:00
parent 9d7f2eac3b
commit 00ae539f1c
3 changed files with 93 additions and 10 deletions
+12
View File
@@ -65,3 +65,15 @@ jobs:
- 不需要新增 `.gitea/workflows/ci.yaml`
- 不需要新增 `tests/*`
- 除非另外明確要求,請不要再補這兩類檔案
## Review Exclusions
以下審查意見屬於刻意排除,不再以測試或 CI 的形式處理:
- `entrypoint.sh:10-15` `trim`
- `entrypoint.sh:30-59` `resolve_package_names`
- `entrypoint.sh:61-76` `parse_repo_context`
- `entrypoint.sh:78-120` `api_request`
- `entrypoint.sh:122-181` `fetch_package_versions`
- `entrypoint.sh:183-241` `collect_package_candidates`
- `entrypoint.sh:243-286` `process_candidates`