Module: Henitai::ExecutionEngine::EnvScope
- Included in:
- Henitai::ExecutionEngine
- Defined in:
- lib/henitai/execution_engine/env_scope.rb
Overview
Run-scoped ENV/working-directory setup for Henitai::ExecutionEngine: exposes the reports dir, mutation-coverage dir, per-stream log cap and worker-slot index to forked children via ENV, restoring the prior values afterwards. Extracted so the engine class stays focused on execution scheduling.