커밋 그래프

2 commits

작성자 SHA1 메시지 날짜
google-labs-jules[bot]
605ec15e06 Bolt: Optimize pull request review script performance
- Refactored `scripts/review_pull_requests.py` to use `git for-each-ref` with the `ahead-behind` atom (Git 2.41+) for bulk metadata retrieval.
- Reduced Git subprocess calls from O(N) to O(1) in the branch gathering phase.
- Implemented a `BRANCH_METADATA_CACHE` to provide a fast path for branch metadata retrieval, avoiding redundant `git log` calls.
- Added a Git version check with a robust fallback to the original logic for compatibility with older environments.
- Expanded branch scanning to all `refs/remotes` to handle multiple remotes.
- Maintained data parity by ensuring `get_branch_info` still returns the last 5 commit subjects.
- Achieved a measurable performance improvement, reducing execution time from ~0.6-1.4s to ~0.47s in the current environment.
2026-02-24 17:24:19 +00:00
Huawei-Window-Techno
365881c76a feat: Add pull request review script and comprehensive report - Created review_pull_requests.py to analyze all PRs - Generated Pull Request Review Report with 23 open PRs analysis - Identified 20 performance optimization PRs ready for review - Documented 5 draft PRs and 2 WIP feature PRs - Added recommendations for PR consolidation and prioritization 2026-01-10 05:26:35 +07:00