mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-25 04:03:08 +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.21.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.21.11",
|
|
"versions": {
|
|
"0.21.11": {
|
|
"releaseDate": "2026-06-22",
|
|
"downloads": {
|
|
"darwin-arm64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.21.11/claude-mnemonic_0.21.11_darwin_arm64.tar.gz",
|
|
"format": "tar.gz",
|
|
"sha256": "2601629f3f8e17e451cbf67829b4c72f259296ddda7682e42d39f7cea9ba7994"
|
|
},
|
|
"linux-amd64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.21.11/claude-mnemonic_0.21.11_linux_amd64.tar.gz",
|
|
"format": "tar.gz",
|
|
"sha256": "6df20f105ae2fa8dc811f6ffd0e09efb49e48a1cda488b9ebd933f08c880569e"
|
|
},
|
|
"windows-amd64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.21.11/claude-mnemonic_0.21.11_windows_amd64.zip",
|
|
"format": "zip",
|
|
"sha256": "59551532deb151055495ae920a7953b685427f4ce4d48494f4a4d823c5488994"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|