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

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# claude-journal
Lightweight journal/memory system with zero ML dependencies. SQLite-based with natural language time queries, auto-capture, and smart context recovery.

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hooks": {
"UserPromptSubmit": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/journal-auto-capture.js"
}
]
}
]
}
}

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:chrismbryant/claude-journal-mcp:",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "ab007bc75f2a6403e500f568638dc23569c3dccb",
"treeHash": "0eb402c38d3647cdf82dd9771cb0519cbc8df02b803d2c6693c533e207ce282a",
"generatedAt": "2025-11-28T10:15:03.100454Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"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"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "152f472ea658e07a777f5993c2015b9b8a76ff1a3381bc72e571f8f739c93237"
},
{
"path": "hooks/hooks.json",
"sha256": "308c243979c04e7584984cfe50a907b7464e5d7c7f26314a8d7471b351dd8790"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "43f631474517560bdb78d188eaa810fe1622b5f9c6d2996a5c48db975f6e9a2f"
}
],
"dirSha256": "0eb402c38d3647cdf82dd9771cb0519cbc8df02b803d2c6693c533e207ce282a"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}