✨ feat(skills): add skill_link symlink support + platform-agnostic prompt
- Add skill_link config option to create a symlink/junction from another platform's skills dir to agents_home/skills/ (e.g. ~/.claude -> ~/.agents) - On Windows, falls back to directory junction when symlink requires admin - Add _create_skills_symlink() with _is_junction() helper for Windows - Update playbook.toml.example with skill_link documentation - Fix templates/README.md prompt example to be platform-agnostic - Add 3 tests: symlink creation, idempotency, absence when unconfigured Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -231,7 +231,7 @@ project/
|
||||
当你需要修改代码但暂时不运行测试时,可用以下提示词生成“可执行且不失败”的实施计划:
|
||||
|
||||
```text
|
||||
你是 Codex。先使用 $brainstorming。
|
||||
先使用 $brainstorming。
|
||||
目标:修改 <模块/功能>,细节如下:<你的需求>
|
||||
约束:
|
||||
- 不跑任何测试(test/ci),但允许做可通过的局部验证(格式化/静态检查/人工 diff)。
|
||||
|
||||
Reference in New Issue
Block a user