Initial commit

This commit is contained in:
2025-12-14 21:59:59 +00:00
commit 9c2a1a795a
126 changed files with 21728 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"$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"
},
"plugins": [
{
"name": "claude-mnemonic",
"description": "Persistent memory system for Claude Code - Go implementation with SQLite and ChromaDB",
"version": "1.0.0",
"author": {
"name": "lukaszraczylo"
},
"source": "./",
"category": "productivity"
}
]
}
+9
View File
@@ -0,0 +1,9 @@
{
"name": "claude-mnemonic",
"version": "1.0.0",
"description": "Persistent memory system for Claude Code - Go implementation with SQLite and ChromaDB",
"author": {
"name": "lukaszraczylo",
"email": "lukaszraczylo@users.noreply.github.com"
}
}