Merge commit '35e6a301aa36e43df8458cb7c6ed40f60c642b78' into lsp-server

This commit is contained in:
csh
2026-03-04 15:56:24 +08:00
26 changed files with 842 additions and 59 deletions
@@ -14,6 +14,7 @@
[sync_rules]
# 同步 AGENT_RULES.md(配置节存在即启用)
# force = false # 可选:覆盖已有文件
# no_backup = false # 可选:跳过备份
[sync_memory_bank]
# 同步 memory-bank/(配置节存在即启用)
@@ -30,13 +31,14 @@
# no_backup = false # 可选:跳过备份
[sync_standards]
# langs = ["tsl", "cpp"] # 必填:要同步的语言
# langs = ["tsl", "cpp", "typescript"] # 必填:要同步的语言
# 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