MQL5-Google-Onedrive/.jules
google-labs-jules[bot] e0ce9c5c06 Bolt: optimize PR review script performance
Optimized `scripts/review_pull_requests.py` by replacing multiple `git branch` and `git log` calls with a single `git for-each-ref` command using the `%(ahead-behind:main)` atom (Git 2.41+).

This reduces the number of subprocess calls from O(N) to O(1), significantly improving performance in repositories with many branches.

Also improved error handling for missing `gh` CLI.
2026-02-22 17:21:40 +00:00
..
bolt.md Bolt: optimize PR review script performance 2026-02-22 17:21:40 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00