Simplify scripts: unify bot detection, remove redundant API calls and TOCTOU checks

This commit is contained in:
BukeLy 2026-03-02 17:23:33 +08:00
parent fd9330c434
commit 7df8510bde
4 changed files with 11 additions and 99 deletions

View file

@ -41,7 +41,7 @@ Launch 5 parallel searches using different keyword strategies to maximize covera
For each search, use:
```
gh search issues "<keywords>" --repo $REPOSITORY --limit 20
gh search issues "<keywords> state:open" --repo $REPOSITORY --limit 20
```
### 4. Analyze candidates