Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:22 +08:00
commit 320489ec8c
4 changed files with 83 additions and 0 deletions

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