Commit graph

3 commits

Author SHA1 Message Date
google-labs-jules[bot]
06e77b2a20 Bolt: Optimize repository validation performance
This commit optimizes the repository validation script (`scripts/ci_validate_repo.py`) by consolidating file discovery and validation checks into a single pass.

Key improvements:
- Reduced filesystem traversals from 3 passes to 1.
- Consolidated per-file I/O operations (stat and read) into a single loop.
- Optimized validation sequence to perform cheap size checks before expensive content reads.
- Implemented 64KB chunked reading for NUL byte detection to allow early exit and minimize memory usage.
- Improved script robustness against large files by enforcing size limits before reading.

These changes make the CI validation process faster and more resource-efficient, especially as the repository grows.
2026-02-16 19:56:51 +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