Files
gh-chrismbryant-claude-jour…/.claude-plugin/plugin.json
2025-11-29 18:09:22 +08:00

20 lines
449 B
JSON

{
"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"
]
}
}
}