mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-02-28 12:18:07 +08:00
feat: 添加 4 个全局技能到 builtin 通道
- 新增 builtin-skills.json 清单 - 添加 create-agent / delete-agent / discover-agent / update-agent SKILL.md - 添加 _protected-paths.yaml 共享配置 - 与捆绑源版本一致,启用 Phase 2 热更新通道 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
8
builtin-skills.json
Normal file
8
builtin-skills.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"skills": [
|
||||
"create-agent",
|
||||
"delete-agent",
|
||||
"discover-agent",
|
||||
"update-agent"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user