You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud mode is always project-scoped (`--project` is required; `engram sync --cloud --all` is intentionally blocked).
128
128
Known repairable cloud sync/upsert/canonicalization failures keep the original error visible and recommend the explicit `doctor`/`repair` flow below; Engram never auto-applies repair from sync or autosync.
129
129
130
+
**After upgrading `engram` while an MCP client is already running:**
131
+
132
+
```bash
133
+
engram setup claude-code
134
+
```
135
+
136
+
Then restart Claude Code so it reloads the Engram MCP subprocess and refreshed hook/config files. Updating the `engram` binary on disk does not replace an already-running stdio MCP process.
137
+
130
138
**Upgrade flow for existing local databases** (diagnose → repair → bootstrap → status):
0 commit comments