Files
Dhravya Shah 44610b0e1a refactor!: CLI-free architecture — hooks + hosted MCP, zero build, zero deps
Plugin is now 24 files of committed plain source. All API interaction via
fetch or the hosted MCP at mcp.supermemory.ai (through a stdio proxy that
shares the hooks' credentials.json — one browser login covers both).

- hooks/: session-start (profile + welcome-back + auth bootstrap + statusline
  symlink), recall-directive (search-liberal + ◆ attribution + container tag),
  recall-approve (MCP tool-name matching, read-only allowlist), capture
  (transcript delta + entityContext)
- hooks/mcp-proxy.js: stdio ⇄ streamable-HTTP bridge with session tracking
- statusline.js: self-contained renderer; state in fixed
  ~/.supermemory-claude/statusline; settings point at a hook-maintained symlink
- agents/context-gatherer.md: deep multi-container recall subagent
- deleted: esbuild bundles + build step, supermemory SDK, legacy container-tag
  resolvers (Cursor/Codex/OpenCode), bash-teaching skills, custom integrity
  headers, statusline installer
- requires mcp.supermemory.ai API-key auth (supermemoryai/supermemory#1537)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-18 17:24:21 -07:00
..