refactor(config): migrate .claude/CLAUDE.md to .agents/AGENTS.md with compatibility symlinks
This commit is contained in:
@@ -5,7 +5,7 @@ Personal CLI toolkit — unified entry point for everyday file conversion, forma
|
||||
## Install
|
||||
|
||||
```bash
|
||||
make install # install CLI + sync bundled Claude skill
|
||||
make install # install CLI + sync bundled agent skill
|
||||
mytoolkit --version
|
||||
mytoolkit templates list # verify bundled templates are found
|
||||
```
|
||||
@@ -13,7 +13,7 @@ mytoolkit templates list # verify bundled templates are fou
|
||||
`make install` 会同时:
|
||||
1. 用 editable 模式安装 `mytoolkit`;
|
||||
2. 自动安装 zsh/bash 补全到当前 Python prefix 的共享目录;
|
||||
3. 把 bundled Claude skill 同步到 `~/.claude/skills/mytoolkit/`。
|
||||
3. 把 bundled agent skill 同步到 `~/.agents/skills/mytoolkit/`。
|
||||
|
||||
补全由 `mytoolkit` 自己管理,无需手动写 `~/.local/bin/completions`,也无需在 `.zshrc` 里 `eval`。首次运行任意 `mytoolkit` 命令时会自动补齐;也可以手动检查状态:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user