MCPcopy Create free account
hub / github.com/EvoMap/evolver / lifecycle.js

File lifecycle.js

src/ops/lifecycle.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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).

Callers

nothing calls this directly

Calls 9

getWorkspaceRootFunction · 0.85
getEvolverLogPathFunction · 0.85
restartFunction · 0.85
statusFunction · 0.85
tailLogFunction · 0.85
checkHealthFunction · 0.85
watchRunFunction · 0.85
startFunction · 0.70
stopFunction · 0.70

Tested by

no test coverage detected