mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-06 23:13:50 +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.21",
|
|
"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.21",
|
|
"versions": {
|
|
"0.11.21": {
|
|
"releaseDate": "2026-01-15",
|
|
"downloads": {
|
|
"darwin-arm64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.11.21/claude-mnemonic_0.11.21_darwin_arm64.tar.gz",
|
|
"format": "tar.gz",
|
|
"sha256": "1a10bcb196adda2fc4813f8b1ffd3ddf2ba342e5a03de41f7385ec2f794dfef0"
|
|
},
|
|
"linux-amd64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.11.21/claude-mnemonic_0.11.21_linux_amd64.tar.gz",
|
|
"format": "tar.gz",
|
|
"sha256": "f5a235009eb2b6828b253c65880ed14ff4b28abcc574255706d83cf724f5afab"
|
|
},
|
|
"windows-amd64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.11.21/claude-mnemonic_0.11.21_windows_amd64.zip",
|
|
"format": "zip",
|
|
"sha256": "04811d8b26f2c8c8417e7344e932b07b1c15c12398c81b722f0de0126a44ef88"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|