chore(config): 更新日志配置并添加OpenCode技能和命令
- 将MyBatis日志实现从STDOUT更改为SLF4J - 调整开发环境日志级别从debug降级为info - 添加OpenCode命令配置文件包括快速开始、文件操作、插件和技能相关命令 - 创建OpenCode技能框架包含代理创建器、命令创建器、插件创建器和技能创建器 - 初始化OpenWork工作区配置文件 - 添加工作区引导和Chrome DevTools演示技能
This commit is contained in:
5
.opencode/commands/GetStarted.md
Normal file
5
.opencode/commands/GetStarted.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
description: "Get started"
|
||||
---
|
||||
|
||||
get started
|
||||
5
.opencode/commands/learn-files.md
Normal file
5
.opencode/commands/learn-files.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
description: "Safe, practical file workflows"
|
||||
---
|
||||
|
||||
Show me how to interact with files in this workspace. Include safe examples for reading, summarizing, and editing.
|
||||
5
.opencode/commands/learn-plugins.md
Normal file
5
.opencode/commands/learn-plugins.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
description: "What plugins are and how to install them"
|
||||
---
|
||||
|
||||
Explain what plugins are and how to install them in this workspace.
|
||||
5
.opencode/commands/learn-skills.md
Normal file
5
.opencode/commands/learn-skills.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
description: "How skills work and how to create your own"
|
||||
---
|
||||
|
||||
Explain what skills are, how to use them, and how to create a new skill for this workspace.
|
||||
Reference in New Issue
Block a user