Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:08:43 +08:00
commit 6a4a464431
5 changed files with 1321 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "session-manager",
"description": "会话管理插件 - 智能保存和恢复 Claude Code 会话,支持进度跟踪和工作连续性",
"version": "1.0.0",
"author": {
"name": "Wang Xuecheng",
"email": "ahut17353766123@gmail.com"
},
"commands": [
"./commands"
]
}