update
This commit is contained in:
6
web/.opencode/opencode.json
Normal file
6
web/.opencode/opencode.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"tools": {
|
||||
"skill": true
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,10 @@
|
||||
---
|
||||
title: git-release
|
||||
描述: 获取需要diff的代码,总结和提交代码的技能
|
||||
title: git-commit
|
||||
description: 获取需要diff的代码,总结和提交代码的技能
|
||||
license: MIT
|
||||
compatibility: opencode
|
||||
metadata:
|
||||
audience: maintainers
|
||||
workflow: github
|
||||
---
|
||||
|
||||
## 我的工作
|
||||
@@ -13,6 +12,7 @@ metadata:
|
||||
- 获取代码变更的diff
|
||||
- 总结代码变更内容
|
||||
- 创建git提交
|
||||
- 推送代码到远程仓库
|
||||
|
||||
## 何时使用我
|
||||
|
||||
Reference in New Issue
Block a user