mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-16 02:51:45 +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.11.81",
|
|
"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.11.81",
|
|
"versions": {
|
|
"0.11.81": {
|
|
"releaseDate": "2026-03-30",
|
|
"downloads": {
|
|
"darwin-arm64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.11.81/claude-mnemonic_0.11.81_darwin_arm64.tar.gz",
|
|
"format": "tar.gz",
|
|
"sha256": "00314f4c7e4b4e15b08194a8eb6224a4476b9b8968690128268c620d2831361e"
|
|
},
|
|
"linux-amd64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.11.81/claude-mnemonic_0.11.81_linux_amd64.tar.gz",
|
|
"format": "tar.gz",
|
|
"sha256": "e98332990280eda1f0385eb4eda6e7b1a939352cd4331d9b5ba840b3bbefcb97"
|
|
},
|
|
"windows-amd64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.11.81/claude-mnemonic_0.11.81_windows_amd64.zip",
|
|
"format": "zip",
|
|
"sha256": "5ade379d444ed858fd1a9dd7d43f7dbb911e1b265c71d0d3d3f42c8fb5d9609f"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|