What problem does it solve? Before running memory self-improvement, CI checks, or large agent runs, you need to know whether the Memory plugin is initialized, its graph store is fresh, and whether improvement proposals are pending—without risking accidental mutation of state. ## Core Features & Use Cases - Read-only healthcheck: Runs bootstrap.mjs health --json and interprets every counter against the init-chain state taxonomy without mutating any file. - Operational counters: Reports initialization status, graph mode, graph freshness, Skill telemetry rollups, ranked proposal candidates, high-priority proposals, and pending proposal files. - Actionable next steps: Surfaces recommendedNextActions so agents and CI pipelines follow concrete guidance instead of inventing recovery steps. - Use Case: In an automated workflow, run this healthcheck before improve skills --write-proposal to confirm memory is ready and to detect pending proposals that should be reviewed first. ## Quick Start Ask the agent to run the Memory plugin healthcheck in JSON mode and report the state, counters, and recommended next actions for the current repository.