diff --git a/README.md b/README.md index 67c62ea..73808c3 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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** diff --git a/package.json b/package.json index e6cf6eb..7df2d7c 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",