Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:22 +08:00
commit d52861631b
4 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "obsidian-logger",
"description": "A plugin to automatically log Claude Code work sessions to Obsidian Daily Notes",
"version": "0.1.0",
"author": {
"name": "kadoppe",
"email": "kkadowakix@gmail.com"
},
"hooks": [
"./hooks"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# obsidian-logger
A plugin to automatically log Claude Code work sessions to Obsidian Daily Notes

14
hooks/hooks.json Normal file
View File

@@ -0,0 +1,14 @@
{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/append-to-daily-note.py"
}
]
}
]
}
}

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:kadoppe/cc-marketplace:plugins/obsidian-logger",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "178dd9e8791b02f16051522c338a01a760b1aad4",
"treeHash": "d3574653f15a6dffe9d1e3f615875b60c1dd788ef5790a624a67f7ecd9276acf",
"generatedAt": "2025-11-28T10:19:23.809205Z",
"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": "obsidian-logger",
"description": "A plugin to automatically log Claude Code work sessions to Obsidian Daily Notes",
"version": "0.1.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "5a723c90741e20f41bd3fda46c825ac7fe4fb11ce3d64d2125c926bcf462809f"
},
{
"path": "hooks/hooks.json",
"sha256": "b194dd49f558d5cbb694dd7b50c4b9d7180aa07e68f1824bc23a5afcb41cdcd6"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "36f5ce250c5185379db974012fd4d3d4cad6730bb34f7b635e5b30c9afbf350d"
}
],
"dirSha256": "d3574653f15a6dffe9d1e3f615875b60c1dd788ef5790a624a67f7ecd9276acf"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}