Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

# 🧠 Claude Code-compatible memory for OpenCode

**Make OpenCode and Claude Code share the same memory — zero config, local-first, and no migration required.**
**Persistent, local-first shared memory for OpenCode and Claude Code — zero config and no migration required.**

This OpenCode memory plugin lets OpenCode read and write Claude Code-compatible Markdown memory files, so both CLIs share the same project context.

Claude Code writes memory → OpenCode reads it. OpenCode writes memory → Claude Code reads it.

Expand All @@ -18,6 +20,8 @@ Claude Code writes memory → OpenCode reads it. OpenCode writes memory → Clau

## ✨ At a glance

- **OpenCode plugin for Claude Code memory**
Adds persistent memory tools, system prompt injection, and post-session extraction to OpenCode.
- **Claude Code-compatible memory**
Uses Claude Code’s existing memory paths, file format, and taxonomy.
- **Zero config**
Expand Down
22 changes: 19 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "opencode-claude-memory",
"version": "0.0.0-semantically-released",
"type": "module",
"description": "Claude Code-compatible memory compatibility layer for OpenCode — zero config, local-first, no migration",
"description": "OpenCode plugin for Claude Code memory: persistent, local-first shared memory with Claude Code-compatible Markdown files, auto extraction, and auto-dream",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand All @@ -26,13 +26,29 @@
"type": "git",
"url": "git+https://github.com/kuitos/opencode-claude-memory.git"
},
"bugs": {
"url": "https://github.com/kuitos/opencode-claude-memory/issues"
},
"homepage": "https://github.com/kuitos/opencode-claude-memory#readme",
"keywords": [
"opencode",
"opencode-plugin",
"opencode-ai",
"claude",
"claude-code",
"claude-code-memory",
"claude-memory",
"plugin",
"memory",
"persistent",
"cross-session",
"persistent-memory",
"agent-memory",
"ai-memory",
"cross-session-memory",
"shared-memory",
"local-first",
"markdown-memory",
"coding-agent",
"developer-tools",
"claude-code-compatible"
],
"license": "MIT",
Expand Down
Loading