MQL5-Google-Onedrive/.jules
google-labs-jules[bot] 1358c2e875 Bolt: Optimize PR review script performance
Implemented bulk branch metadata retrieval in `scripts/review_pull_requests.py` using `git for-each-ref` and the `%(ahead-behind:main)` atom (Git 2.41+).

This optimization:
- Reduces subprocess calls from O(N) to O(1) for branch discovery.
- Consolidates metadata fetching (date, subject, counts) into a single bulk call.
- Results in a ~70% reduction in execution time (from ~1.37s to ~0.4s).
- Includes robust parsing for subjects containing delimiters.
- Provides a graceful fallback for older Git versions.
2026-02-25 20:36:29 +00:00
..
bolt.md Bolt: Optimize PR review script performance 2026-02-25 20:36:29 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00