Colophon

How this site is made: writing workflow, design principles, typography and color, and the build-and-deploy stack.

使用软链接解决LLM配置文件同步问题

不同 Coding Agent 使用各自的项目记忆文件(AGENTS.md、CLAUDE.md、GEMINI.md 等),手动维护多份配置既繁琐又容易遗漏。本文介绍如何通过软链接(symlink)将多个 Agent 的配置文件指向同一来源,消除重复维护成本,并简要说明其底层实现原理。