Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:35 +08:00
commit dd89efd3e0
4 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "github",
"description": "Commands for interacting with GitHub issues and pull requests (PRs)",
"version": "1.0.0",
"author": {
"name": "boneskull"
},
"commands": [
"./commands"
]
}