Protects the evolver daemon from uv_cwd ENOENT crashes by:
node skills/cwd-guardian/scripts/guardian.js start
node skills/cwd-guardian/scripts/guardian.js check
start: Records current working directory to ~/.openclaw/workspace/memory/evolution/cwd_guardian.pid, then starts the evolver daemoncheck: Reads the pidfile, verifies the cwd exists, recreates it if missing, then starts the evolver daemon if not runningverify: Returns exit code 0 if cwd is valid, 1 if recreated共 1 个版本