MQL5-Google-Onedrive/.jules
google-labs-jules[bot] 29c12aa6f3 Bolt: optimize review_working_trees.py with bulk Git metadata
Optimized scripts/review_working_trees.py by consolidating multiple Git
subprocess calls into bulk metadata retrieval.

Key improvements:
- Implemented populate_metadata_cache() using `git for-each-ref`.
- Used `%(ahead-behind:origin/main)` for efficient unpushed commits detection.
- Used `%(HEAD)` to identify the current branch, eliminating an extra subprocess call.
- Consolidated `git status --short` and `git status -sb` into a single call.
- Added fallback logic for Git versions older than 2.41.0.
- Fixed a bug where the current branch marker was incorrectly applied.

Performance impact: Reduces Git subprocess calls from ~8 to ~4.
Verification: Verified consistent output and performance with `time`.
2026-02-27 17:48:38 +00:00
..
bolt.md Bolt: optimize review_working_trees.py with bulk Git metadata 2026-02-27 17:48:38 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00