Commit graph

2 commits

Author SHA1 Message Date
google-labs-jules[bot]
8f8f5c0599 Bolt: optimize branch metadata retrieval in review_pull_requests.py
- Optimized branch analysis by using `git for-each-ref` with the `ahead-behind` atom to retrieve metadata in bulk.
- Reduced execution time by ~60% (from 1.56s to 0.63s) for ~290 branches by reducing subprocess calls from ~100 to 2.
- Updated `run_command` to handle missing executables like `gh` silently.
- Cached metadata in a global dictionary to avoid redundant git calls.
- Preserved existing categorization and display logic.
- Documented learning in .jules/bolt.md.
2026-02-23 17:41:50 +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