Commit Graph

1 Commits

Author SHA1 Message Date
Timmy Time
5037bfa2d7 fix: implementation for #1524
Some checks failed
CI / test (pull_request) Failing after 1m22s
Review Approval Gate / verify-review (pull_request) Successful in 12s
CI / validate (pull_request) Failing after 1m19s
Comprehensive duplicate PR prevention system:

1. Pre-flight check scripts:
   - scripts/check-existing-prs.sh (Bash)
   - scripts/check_existing_prs.py (Python)
   - scripts/pr-safe.sh (user-friendly wrapper)

2. Documentation:
   - docs/duplicate-pr-prevention.md

Prevents duplicate PRs by checking for existing PRs before
creating new ones. Exit codes:
- 0: Safe to create PR
- 1: Existing PRs found (stop)
- 2: Error

Closes #1524
2026-04-14 22:53:00 -04:00