Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:20 +08:00
commit 3295f50ddc
7 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "conversation-saver",
"description": "Auto-save and search your Claude Code conversations",
"version": "0.0.0-2025.11.28",
"author": {
"name": "sirkitree",
"email": "zhongweili@tubi.tv"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}