Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:18 +08:00
commit 56b2cd88c5
4 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "share",
"description": "Share Claude Code sessions to GitHub repositories",
"version": "1.0.0",
"author": {
"name": "PostHog",
"email": "hey@posthog.com"
},
"commands": [
"./commands"
]
}