Initial commit
This commit is contained in:
20
.claude-plugin/plugin.json
Normal file
20
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "claude-journal",
|
||||
"description": "Lightweight journal/memory system with zero ML dependencies. SQLite-based with natural language time queries, auto-capture, and smart context recovery.",
|
||||
"version": "0.1.0",
|
||||
"author": {
|
||||
"name": "Chris Bryant"
|
||||
},
|
||||
"hooks": [
|
||||
"./hooks/hooks.json"
|
||||
],
|
||||
"mcp": {
|
||||
"journal": {
|
||||
"command": "python",
|
||||
"args": [
|
||||
"-m",
|
||||
"claude_journal.server"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user