Commit graph

3 commits

Author SHA1 Message Date
google-labs-jules[bot]
601ad017b7 Bolt: optimize repository validation with single-pass chunked reading
- Consolidate size and NUL byte checks into a single `validate_files` function to reduce I/O.
- Use `p.stat()` for early size checks before reading file content.
- Implement chunked binary reading (64KB chunks) to minimize memory footprint.
- Add early exit on NUL byte detection within chunks.
- Add OSError handling for improved robustness.

Impact: Constant memory overhead (~64KB per file) and reduced system calls during CI validation.
2026-02-17 17:23:54 +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