- FIX: bash -> sh for cross-platform compatibility
- FIX: pip check -> pip list (pip check returns non-zero on warnings)
- FIX: Import guard to detect pip/setuptools/wheel presence first
- Add comprehensive smoke tests for all edge cases
- Validate quality-gate can run standalone with --status
- Reference Closes#623
Fixes#621
- Fix DEFAULT_TOKEN_BUDGET syntax error
- Resume paused/running jobs with checkpoints on restart
- Proper future collection and drain in run()
- Add 'list' CLI command for job inspection
- Throttle when at worker capacity