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