oc-evolver-restart-loop-fix
v0.1.0Repair Evolver restart storms caused by singleton lock/PID false positives and service restart policy mismatch.
Installation
Please help me install the skill `oc-evolver-restart-loop-fix` from SkillHub official store.
npx skills add xyezir/oc-evolver-restart-loop-fix
OC Evolver Restart Loop Fix
Symptoms
- service stuck in
activating/auto-restart - logs show
Singleton ... already runningrepeatedly - restart count increases continuously
Root cause pattern
- stale lock or PID reuse causes false "already running" detection
- service policy restarts even on benign exits
Procedure
- Inspect service state and restart counters.
- Inspect lock file and verify process identity.
- Patch lock guard to verify real Evolver process identity.
- clear stale lock and restart service.
- Re-check status + restart counter stability.
Output
- Root cause analysis
- Patch summary
- Stability proof after fix
Safety
- Keep changes minimal and reversible.
- Redact infra and identity details in external artifacts.