mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-26 00:58:13 +00:00
feat: skills - add auto-tmux
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# skills/auto-tmux/assets Agent 指南
|
||||
|
||||
本目录只承载 auto-tmux 的外部资源入口。
|
||||
|
||||
## 规则
|
||||
|
||||
- 只允许保存指向仓库内 `tools/external/` 的相对软链接。
|
||||
- 不要复制 `tmux` 或 `oh-my-tmux` 源码到本目录。
|
||||
- 上游内容更新必须通过 `tools/external/` 下的 Git submodule 指针完成。
|
||||
- 修改软链接后,运行 `find skills/auto-tmux/assets -maxdepth 1 -type l -printf '%p -> %l\n'` 核对目标。
|
||||
@@ -0,0 +1,14 @@
|
||||
# auto-tmux assets
|
||||
|
||||
本目录只保存指向仓库内外部 submodule 的软链接入口,不保存上游源码副本。
|
||||
|
||||
| 入口 | 指向 | 用途 |
|
||||
|:---|:---|:---|
|
||||
| `oh-my-tmux` | `../../../tools/external/.tmux` | gpakosz/oh-my-tmux 配置参考 |
|
||||
| `tmux-src` | `../../../tools/external/tmux` | tmux 上游源码参考 |
|
||||
|
||||
初始化或更新 submodule:
|
||||
|
||||
```bash
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
+1
@@ -0,0 +1 @@
|
||||
../../../tools/external/.tmux
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../../tools/external/tmux
|
||||
Reference in New Issue
Block a user