Commit Graph

3 Commits

Author SHA1 Message Date
ea466bc4e2 feat: add parallel execution with -j/--jobs flag
- Add -j/--jobs N flag to run N commits in parallel
- Use xargs -P for reliable parallel execution
- Refactor to use process_commit wrapper function
- Falls back to sequential when -j 1 or not specified
- Should provide 3-4x speedup when checking multiple commits
2026-01-16 18:38:34 +01:00
6b14131930 perf: add pnpm --prefer-offline and smart Rust checking
- Add --prefer-offline to pnpm install to avoid network calls
- Skip cargo check when no Rust files (.rs, .toml, Cargo.lock) changed
- Should provide modest speedup for commits without Rust changes
2026-01-16 18:28:04 +01:00
59f24388a4 Initial commit: working check-history script with verbose mode
- Fixed critical bug with pnpm build/check error handling
- Added verbose mode (-v/--verbose) with debug logging
- Added .env file copying from main repo to worktrees
- Added proper error handling with || true for debug statements
2026-01-16 18:22:32 +01:00