Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:03:19 +08:00
commit c4ecaac3b8
10 changed files with 280 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "session-management",
"description": "Flat session management system with .current-session tracking. Adapted from iannuttall/claude-sessions.",
"version": "1.1.0",
"author": {
"name": "Mae Capacite; Ian Nuttall (original)",
"email": "cadrianmae@users.noreply.github.com"
},
"commands": [
"./commands"
]
}