Check Memseek status
Run the plugin's read-only diagnostic from the current project:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/memseek_doctor.py" status
Explain any failed field and its precise remedy. In particular:
- missing workspace key: reconfigure the plugin and enter the sensitive key supplied by the Memseek administrator, then start a new session.
- unhealthy or unreachable: start or repair the Memseek API/database.
- missing recommended tools: publish and select the compatible
agent_memory@0.3.0package, or an equivalent package exposing the documented contract. - pending writes: run the doctor with
flushafter connectivity returns. - quarantined writes: inspect the JSON envelope under the reported state directory's
failed/directory; it failed validation and is retained for diagnosis.
Never print or request the API key itself.