🔧 feat(skills): install to agents home

This commit is contained in:
csh
2026-02-05 15:26:48 +08:00
parent 8b75747587
commit 872c1afc24
5 changed files with 41 additions and 16 deletions
+3 -1
View File
@@ -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