{ "name": "openclaw-hindsight-memory", "version": "1.0.0", "description": "Hindsight-backed cross-session memory for OpenClaw (LLM-free recall inject, async retain).", "type": "module", "private": true, "main": "./index.js", "peerDependencies": { "openclaw": ">=2026.3.0" }, "openclaw": { "extensions": ["./index.js"], "compat": { "pluginApi": ">=2026.0.0", "minGatewayVersion": "2026.0.0" } } }