Commit graph

3 commits

Author SHA1 Message Date
google-labs-jules[bot]
ad20c994a2 Bolt: optimize repository validation performance
This commit optimizes the repository validation script (`scripts/ci_validate_repo.py`) by:
1. Combining the file size check and NUL byte check into a single pass over the file list.
2. Implementing chunked binary reading (64KB) for NUL byte detection to avoid loading entire files into memory.
3. Performing the size check before opening/reading the file to minimize redundant I/O.

These changes reduce memory overhead and improve execution efficiency during CI.
2026-02-19 10:56:14 +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