Commit graph

3 commits

Author SHA1 Message Date
google-labs-jules[bot]
f4d989ecaa Bolt: optimize repo validation with os.walk and chunked reading
- Replaced pathlib.Path.rglob("*") with os.walk() for faster traversal (benchmarked at ~10x faster).
- Consolidated size and NUL byte checks into a single pass to minimize I/O and loop overhead.
- Implemented chunked binary reading (64KB buffer) for NUL byte detection to ensure O(1) memory usage.
- Improved overall script execution time by >50% for large file counts.
- Updated .jules/bolt.md with traversal efficiency findings.
2026-02-22 17:11:38 +00:00
copilot-swe-agent[bot]
e23f7cbb90 Add executable permissions to scripts and create verification document
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-01-06 20:41:06 +00:00
Cursor Agent
85c1e2f963 feat: Add GitHub Actions for CI, automerge, and sync
Co-authored-by: genxdbxfx3 <genxdbxfx3@gmail.com>
2025-12-27 06:02:09 +00:00