Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:59:29 +08:00
commit 681c2e46c0
31 changed files with 6218 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "session",
"description": "v3.17.4 - Advanced session management for Claude Code with intelligent context tracking, automatic snapshots, and git history capture. Features zero-blocking conversation logging, AI-powered analysis, and optimized parallel subagent architecture. Never lose context!",
"version": "3.17.4",
"author": {
"name": "AutomateWith.Us",
"email": "team@automatewith.us"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}