| name | m3-status |
| description | Chatlog subsystem status — row counts, queue depth, spill, last capture, hook health. |
M3 Status
When to Use
Use this skill when you want to view the status, row counts, queue depth, spill size, and hook health of the background chatlog subsystem.
Instructions
Step 1 — run via the Bash tool, trying these resolvers in order. Stop at the first that returns exit 0:
mcp-memory chatlog status
python -m m3_memory.cli chatlog status
.venv/Scripts/python.exe -m m3_memory.cli chatlog status
.venv/bin/python -m m3_memory.cli chatlog status
Step 2 — print the table verbatim.
Step 3 — append exactly ONE line of interpretation: capture rate, hook health, or any explicit warning the table reported.