Skip to content

Commit ad73406

Browse files
authored
docs: improve package discoverability metadata (#22)
1 parent 45dcd8a commit ad73406

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
# 🧠 Claude Code-compatible memory for OpenCode
44

5-
**Make OpenCode and Claude Code share the same memory — zero config, local-first, and no migration required.**
5+
**Persistent, local-first shared memory for OpenCode and Claude Code — zero config and no migration required.**
6+
7+
This OpenCode memory plugin lets OpenCode read and write Claude Code-compatible Markdown memory files, so both CLIs share the same project context.
68

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

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

1921
## ✨ At a glance
2022

23+
- **OpenCode plugin for Claude Code memory**
24+
Adds persistent memory tools, system prompt injection, and post-session extraction to OpenCode.
2125
- **Claude Code-compatible memory**
2226
Uses Claude Code’s existing memory paths, file format, and taxonomy.
2327
- **Zero config**

package.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "opencode-claude-memory",
33
"version": "0.0.0-semantically-released",
44
"type": "module",
5-
"description": "Claude Code-compatible memory compatibility layer for OpenCode — zero config, local-first, no migration",
5+
"description": "OpenCode plugin for Claude Code memory: persistent, local-first shared memory with Claude Code-compatible Markdown files, auto extraction, and auto-dream",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"bin": {
@@ -26,13 +26,29 @@
2626
"type": "git",
2727
"url": "git+https://github.com/kuitos/opencode-claude-memory.git"
2828
},
29+
"bugs": {
30+
"url": "https://github.com/kuitos/opencode-claude-memory/issues"
31+
},
2932
"homepage": "https://github.com/kuitos/opencode-claude-memory#readme",
3033
"keywords": [
3134
"opencode",
35+
"opencode-plugin",
36+
"opencode-ai",
37+
"claude",
38+
"claude-code",
39+
"claude-code-memory",
40+
"claude-memory",
3241
"plugin",
3342
"memory",
34-
"persistent",
35-
"cross-session",
43+
"persistent-memory",
44+
"agent-memory",
45+
"ai-memory",
46+
"cross-session-memory",
47+
"shared-memory",
48+
"local-first",
49+
"markdown-memory",
50+
"coding-agent",
51+
"developer-tools",
3652
"claude-code-compatible"
3753
],
3854
"license": "MIT",

0 commit comments

Comments
 (0)