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.4",
|
|
"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.4",
|
|
"versions": {
|
|
"0.6.4": {
|
|
"releaseDate": "2025-12-16",
|
|
"downloads": {
|
|
"darwin-arm64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.6.4/claude-mnemonic_0.6.4_darwin_arm64.tar.gz",
|
|
"format": "tar.gz",
|
|
"sha256": "5bb082901e8b4f4751d011675a235a5ed25403204732e09842b5ae75136f65ae"
|
|
},
|
|
"linux-amd64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.6.4/claude-mnemonic_0.6.4_linux_amd64.tar.gz",
|
|
"format": "tar.gz",
|
|
"sha256": "dee774fbc39e78ee6ff3836403c2901471dd0d417f62e214088f6b8285b3b23d"
|
|
},
|
|
"windows-amd64": {
|
|
"url": "https://github.com/lukaszraczylo/claude-mnemonic/releases/download/v0.6.4/claude-mnemonic_0.6.4_windows_amd64.zip",
|
|
"format": "zip",
|
|
"sha256": "e3973bc1107f9cc92cf95697c62138b4cab4d0d4e00f836dfc4592ca84bbdab7"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|