| 1 | // Evolver Lifecycle Manager - Evolver Core Module |
| 2 | // Provides: start, stop, restart, status, log, health check |
| 3 | // The loop script to spawn is configurable via EVOLVER_LOOP_SCRIPT env var. |
| 4 | // Cross-platform: works on Linux/macOS (ps) and Windows (WMI via PowerShell). |
nothing calls this directly
no test coverage detected