Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:53:18 +08:00
commit 4de0004aa5
4 changed files with 122 additions and 0 deletions

View File

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