{ "id": "openclaw-perf-cache", "name": "OpenClaw Perf Cache", "version": "0.1.0", "description": "Wraps fs.{statSync,lstatSync,realpathSync,promises.{stat,lstat,realpath}} with a short TTL memo for plugin-tree paths only. Workaround for upstream hashWatchedFiles being called on every plugin-metadata-snapshot cache-validity check (~800 statx/call × ~9 turns/hour on prod = sustained ~15-25% CPU baseline).", "main": "index.js", "activation": { "onStartup": true }, "configSchema": { "type": "object", "additionalProperties": false, "properties": {} } }