spool-memory 0.1.1

Local-first developer memory system — persistent, structured knowledge for AI coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
name: spool-doctor
description: Run spool self-checks against the current Claude Code installation. Use when the user reports "spool isn't working" or after upgrading.
---

Run the spool doctor against this Claude Code installation.

```bash
spool mcp doctor --client claude --config <spool.toml> --format text
```

Then summarize:
- Any `[FAIL]` checks → call out and offer to fix (e.g. binary missing → `cargo install --path /path/to/spool`).
- Any `[warn]` checks → mention briefly so the user knows.
- All `[ ok ]` → one-line "spool healthy".

If `spool_mcp_binary` fails, suggest `cargo install --path <repo>` or re-running `spool mcp install --binary-path <custom>`.