Skip to content

Comments

Add context-memory plugin#39

Open
ErebusEnigma wants to merge 1 commit intoccplugins:mainfrom
ErebusEnigma:add-context-memory
Open

Add context-memory plugin#39
ErebusEnigma wants to merge 1 commit intoccplugins:mainfrom
ErebusEnigma:add-context-memory

Conversation

@ErebusEnigma
Copy link

Summary

Adds the context-memory plugin — persistent, searchable context storage across Claude Code sessions using SQLite + FTS5.

Source repository: https://github.com/ErebusEnigma/context-memory

What it does

  • /remember saves sessions with AI-generated structured summaries, topics, and code snippets
  • /recall searches past sessions with two-tier FTS5 full-text search (<50ms)
  • Auto-save hook captures context on exit; pre-compact hook preserves full conversation before compaction
  • Optional web dashboard with analytics, and MCP server for programmatic access
  • 364 tests, zero core dependencies, cross-platform (Windows/macOS/Linux)

Changes

  • Added plugins/context-memory/ with plugin.json, commands, and skill definition
  • Added entry in README under Development Engineering
  • Added entry in marketplace.json

Persistent, searchable context storage across Claude Code sessions using SQLite + FTS5.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants