OC Evolver Restart Loop Fix

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is narrowly focused on fixing an Evolver restart loop, though it does involve user-directed service inspection, patching, lock cleanup, and restart actions.

This appears safe to use as a troubleshooting checklist, but apply it carefully: confirm the Evolver process identity, avoid deleting an active lock, and make any code or service-policy changes reversible.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A mistaken patch, lock removal, or restart could disrupt the Evolver service, but the behavior is disclosed and purpose-aligned.

Why it was flagged

The skill directs changes to service-related logic and lock state, followed by a service restart. This is consistent with the stated repair purpose, but it is operationally sensitive if applied to the wrong service or lock file.

Skill content
Patch lock guard to verify real Evolver process identity. clear stale lock and restart service.
Recommendation

Review the target service, process identity, and lock file before making changes; keep a backup or rollback path for any patch.