Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:06:52 +08:00
commit 38f3390d76
4 changed files with 231 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "pr-issue-resolve",
"description": "this is to analyze the PRs and solve the requested changes in them\n",
"version": "1.0.0",
"author": {
"name": "safayavatsal"
},
"commands": [
"./commands"
]
}