feat: add doctor and status commands to CLI

- Implemented the `doctor` command to run health checks on the claude-mem installation, with an option to output results as JSON.
- Implemented the `status` command to display the system status of claude-mem.
- Updated the `doctor` command to use `HooksDatabase` for SQLite connectivity checks.
- Removed unused session management code from the `status` command for cleaner output.
This commit is contained in:
Alex Newman
2025-10-15 20:57:24 -04:00
parent 4489249ecc
commit 18aa4f2538
4 changed files with 94 additions and 106 deletions
+75 -74
View File
File diff suppressed because one or more lines are too long