mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-11 00:09:28 +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.6.26",
|
|
"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.6.26",
|
|
"versions": {
|
|
"0.6.26": {
|
|
"releaseDate": "2025-12-17",
|
|
"downloads": {
|
|
"darwin-arm64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.6.26/claude-mnemonic_0.6.26_darwin_arm64.tar.gz",
|
|
"format": "tar.gz",
|
|
"sha256": "47ad8d07e8c422be6a42a562a78ed23cd39adbdc04d774a65eb65ba5a3bce639"
|
|
},
|
|
"linux-amd64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.6.26/claude-mnemonic_0.6.26_linux_amd64.tar.gz",
|
|
"format": "tar.gz",
|
|
"sha256": "0bd8cf771f21c93a0310e815bd783876b7a6ff623dceeab36f8d8c5f243385c7"
|
|
},
|
|
"windows-amd64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.6.26/claude-mnemonic_0.6.26_windows_amd64.zip",
|
|
"format": "zip",
|
|
"sha256": "281ee9ae4d371a8fa4aea5d6e7aeae40aae9baa62e9b3b2b5a54f18a4613d4a1"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|