Initial commit
This commit is contained in:
21
.claude-plugin/plugin.json
Normal file
21
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "episodic-memory",
|
||||
"description": "Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.",
|
||||
"version": "1.0.13",
|
||||
"author": {
|
||||
"name": "Jesse Vincent",
|
||||
"email": "jesse@fsck.com"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/search-conversations.md"
|
||||
],
|
||||
"mcp": {
|
||||
"episodic-memory": {
|
||||
"command": "node",
|
||||
"args": [
|
||||
"${CLAUDE_PLUGIN_ROOT}/cli/mcp-server-wrapper.js"
|
||||
],
|
||||
"env": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user