Loop Manager
Manage background loops and daemons (start/stop/status/ensure). Primary interface for keeping the Evolver and other services running.
Actions
- •
ensure: Ensure a loop is running (idempotent). - •
status: Check status of a loop. - •
start: Start a loop. - •
stop: Stop a loop. - •
restart: Restart a loop.
Usage
json
{
"action": "ensure",
"loop": "evolver",
"delay": 5000
}
Supported Loops
- •
evolver: The main self-evolution loop (Cycle -> Solidify -> Report).
Description
Replaces manual exec calls for process management.
Uses skills/evolver-control under the hood for the evolver loop.