Commit graph

2 commits

Author SHA1 Message Date
google-labs-jules[bot]
a1e962016a Bolt: optimize PR review script with bulk git metadata retrieval
Reduced the execution time of scripts/review_pull_requests.py by ~75%
(from ~1.5s to ~0.38s) for repositories with many branches.

- Implemented get_git_version() to check for ahead-behind atom support.
- Added BRANCH_METADATA_CACHE to store pre-fetched branch information.
- Replaced iterative 'git log' and 'git branch' calls with a single
  'git for-each-ref' command using the %(ahead-behind:main) atom.
- Provided a robust fallback mechanism for Git versions < 2.41.
2026-02-25 17:46:44 +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