/ashlr-doctor
Diagnose an ashlr-plugin install — checks plugin path, version, MCP server health, and stats file.
When to use
When something isn't working: tools not appearing, status line missing, savings not accumulating, or a tool call returning an unexpected error.
What it does
Runs a sequence of health checks:
- Plugin path — verifies
CLAUDE_PLUGIN_ROOTis set and the plugin directory exists - Version — reads
package.jsonand checks for a newer release on npm - MCP servers — attempts to list tools from each registered server; reports which are responsive
- Stats file — checks
~/.ashlr/stats.jsonfor valid JSON and expected schema - Session log — checks
~/.ashlr/session-log.jsonlfor write permission - Genome — reports whether a genome exists in cwd and when it was last consolidated
Output
Related
/ashlr-errors— recent tool call errors/ashlr-status— MCP server activation summary/ashlr-genome-init— initialize the genome index