@hasna/mementos 0.8.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,8 +8,11 @@ Agents save, recall, search, and share memories across sessions. Memories are sc
8
8
 
9
9
  ```bash
10
10
  bun add -g @hasna/mementos
11
+ mementos init
11
12
  ```
12
13
 
14
+ That's it. `init` registers the MCP with Claude Code, installs the session stop hook, and configures the server to start automatically on login.
15
+
13
16
  ## Quick Start
14
17
 
15
18
  ```bash
@@ -27,6 +30,9 @@ mementos inject --format compact --project-id <id>
27
30
 
28
31
  # Get stats
29
32
  mementos stats
33
+
34
+ # Check everything is working
35
+ mementos doctor
30
36
  ```
31
37
 
32
38
  ## MCP Server
@@ -34,6 +40,10 @@ mementos stats
34
40
  ### Install into Claude Code (recommended)
35
41
 
36
42
  ```bash
43
+ # One-command setup (MCP + stop hook + auto-start):
44
+ mementos init
45
+
46
+ # Or just the MCP server:
37
47
  mementos mcp --claude
38
48
  # Or manually:
39
49
  claude mcp add --transport stdio --scope user mementos -- mementos-mcp