mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-12 00:19:20 +00:00
53 lines
2.1 KiB
JSON
53 lines
2.1 KiB
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"name": "claude-mnemonic",
|
|
"version": "1.0.0",
|
|
"description": "Persistent memory system for Claude Code - stores observations, session summaries, and user prompts with semantic search",
|
|
"owner": {
|
|
"name": "lukaszraczylo",
|
|
"email": "lukaszraczylo@users.noreply.github.com",
|
|
"url": "https://github.com/lukaszraczylo"
|
|
},
|
|
"repository": "https://github.com/lukaszraczylo/claude-mnemonic",
|
|
"plugins": [
|
|
{
|
|
"name": "claude-mnemonic",
|
|
"description": "Persistent memory system for Claude Code - Go implementation with SQLite and ChromaDB vector search",
|
|
"version": "0.12.11",
|
|
"author": {
|
|
"name": "lukaszraczylo",
|
|
"url": "https://github.com/lukaszraczylo"
|
|
},
|
|
"category": "productivity",
|
|
"tags": ["memory", "persistence", "search", "context"],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/lukaszraczylo/claude-mnemonic",
|
|
"releases": {
|
|
"latest": "0.12.11",
|
|
"versions": {
|
|
"0.12.11": {
|
|
"releaseDate": "2026-05-24",
|
|
"downloads": {
|
|
"darwin-arm64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.12.11/claude-mnemonic_0.12.11_darwin_arm64.tar.gz",
|
|
"format": "tar.gz",
|
|
"sha256": "bd97ce0f434d857cf6f5619af6227b318043f1f0b4171def72d978a53e97795e"
|
|
},
|
|
"linux-amd64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.12.11/claude-mnemonic_0.12.11_linux_amd64.tar.gz",
|
|
"format": "tar.gz",
|
|
"sha256": "576aad5143041fef35e0dcfa9a633e4c78b92231fb17007e1e2b084de3c00a15"
|
|
},
|
|
"windows-amd64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.12.11/claude-mnemonic_0.12.11_windows_amd64.zip",
|
|
"format": "zip",
|
|
"sha256": "f6b1b8e3d6a8d29e853bcc3b63f3f844f477cb2a3e0049ff498208ac21aeb6ba"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|