🔧 feat(skills): install to agents home
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
[sync_rules]
|
||||
# 同步 AGENT_RULES.md(配置节存在即启用)
|
||||
# force = false # 可选:覆盖已有文件
|
||||
# no_backup = false # 可选:跳过备份
|
||||
|
||||
[sync_memory_bank]
|
||||
# 同步 memory-bank/(配置节存在即启用)
|
||||
@@ -32,11 +33,12 @@
|
||||
[sync_standards]
|
||||
# langs = ["tsl", "cpp"] # 必填:要同步的语言
|
||||
# gitattr_mode = "append" # append(补全缺失)|overwrite(覆盖)|block(插入块)|skip(跳过)
|
||||
# no_backup = false # 可选:跳过备份(.agents/.gitattributes)
|
||||
|
||||
[install_skills]
|
||||
# mode = "list" # list|all
|
||||
# skills = ["brainstorming"] # mode=list 时必填
|
||||
# codex_home = "~/.codex" # 可选:默认 ~/.codex
|
||||
# agents_home = "~/.agents" # 可选:默认 ~/.agents
|
||||
|
||||
[format_md]
|
||||
# tool = "prettier" # 仅支持 prettier
|
||||
|
||||
Reference in New Issue
Block a user