Gráfico de commits

3 commits

Autor SHA1 Mensaje Fecha
google-labs-jules[bot]
897f36122f Bolt: Optimize ci_validate_repo.py with chunked I/O and early exit
- Refactored scripts/ci_validate_repo.py to use a single-pass validation approach.
- Implemented early size check using stat() to avoid processing huge files.
- Added chunked binary reading (64KB chunks) for NUL byte detection to minimize memory overhead.
- Combined size and NUL byte checks into a unified validate_files() function.

Expected impact: Significant reduction in memory usage for large files and slightly faster execution in CI environments.
2026-02-20 17:17:00 +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