MQL5-Google-Onedrive/.jules
google-labs-jules[bot] 995a7acd4e Bolt: optimize review_working_trees.py with bulk Git metadata
Consolidated multiple Git CLI calls into fewer, more efficient commands:
- Replaced separate 'git status --short' and 'git status -sb' with a single 'git status -sb' call in get_status_info().
- Refactored get_branch_info() to use 'git for-each-ref' with the ahead-behind atom (Git 2.41+) for O(1) merge status checking.
- Implemented Git version detection to provide safe fallback for environments with Git < 2.41.
- Added main branch verification before using it for merge status checks.
- Improved current branch detection using 'git symbolic-ref'.
- Extended remote branch analysis to include all configured remotes.

Measurable performance gain: ~20% reduction in execution time (from ~0.47s to ~0.38s).
2026-02-28 11:32:12 +00:00
..
bolt.md Bolt: optimize review_working_trees.py with bulk Git metadata 2026-02-28 11:32:12 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00