Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:53:20 +08:00
commit 512dc16dc8
4 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "bug-fix-plugin",
"description": "当用户指定修复ONES系统上的缺陷时该插件将提供获取缺陷描述、修复缺陷、提交PR的流程方案。",
"version": "1.0.0",
"author": {
"name": "shiruixing"
},
"agents": [
"./agents"
]
}