MQL5-Google-Onedrive/.jules
google-labs-jules[bot] 779ecbbc41 Bolt: Optimized repository validation script
Refactored scripts/ci_validate_repo.py to improve performance and memory efficiency.
- Combined size check and NUL byte detection into a single pass.
- Implemented early size check using stat() before reading file content.
- Used chunked binary reading (64KB) for NUL byte detection to ensure constant memory usage.
- Reduced system calls and improved script robustness.
2026-02-18 19:12:24 +00:00
..
bolt.md Bolt: Optimized repository validation script 2026-02-18 19:12:24 +00:00
deploy.yml Add dev container setup, cloud deployment configs, and Jules deployment automation 2026-01-19 09:53:30 +07:00