@tengx5383/aitool-sync-cli 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,54 @@
1
+ {
2
+ "version": 1,
3
+ "gistId": "18d8aee30d5238441184ac39def40f79",
4
+ "githubToken": "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",
5
+ "syncPaths": [
6
+ {
7
+ "name": "claude-code-settings",
8
+ "path": "~/.claude/settings.json",
9
+ "enabled": true
10
+ },
11
+ {
12
+ "name": "claude-code-mcp",
13
+ "path": "~/.claude/mcp.json",
14
+ "enabled": true
15
+ },
16
+ {
17
+ "name": "claude-code-claude-json",
18
+ "path": "~/.claude/claude.json",
19
+ "enabled": true
20
+ },
21
+ {
22
+ "name": "claude-code-skills",
23
+ "path": "~/.claude/skills/",
24
+ "enabled": true
25
+ }
26
+ ],
27
+ "exclusions": [
28
+ {
29
+ "pattern": "**/node_modules/**"
30
+ },
31
+ {
32
+ "pattern": "**/.git/**"
33
+ },
34
+ {
35
+ "pattern": "**/dist/**"
36
+ },
37
+ {
38
+ "pattern": "**/*.log"
39
+ },
40
+ {
41
+ "pattern": "**/.DS_Store"
42
+ },
43
+ {
44
+ "pattern": "**/.claude/credentials.json"
45
+ },
46
+ {
47
+ "pattern": "**/.claude/*.log"
48
+ }
49
+ ],
50
+ "encryption": [],
51
+ "lastKnownManifest": "{\"version\":1,\"generatedAt\":\"2026-06-07T00:11:20.916Z\",\"entries\":[{\"relativePath\":\"settings.json\",\"checksum\":\"5e2096bd743385a4539a90b58bd33c91816e84ca40b76e4fb17928c21dfcf98a\",\"size\":587,\"modifiedAt\":\"2026-06-06T16:45:01.161Z\",\"sourceName\":\"claude-code-settings\",\"encrypted\":false,\"encryptionPattern\":null}]}",
52
+ "lastPushAt": "2026-06-07T00:11:21.875Z",
53
+ "lastPullAt": null
54
+ }
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ## 安装
6
6
 
7
7
  ```bash
8
- npm install -g aitool-sync
8
+ npm install -g @tengx5383/aitool-sync-cli
9
9
  ```
10
10
 
11
11
  或者本地开发运行:
@@ -104,7 +104,7 @@ export AITOOLSYNC_PASSWORD=my-secret-password
104
104
 
105
105
  | 工具 | 预设 ID | 同步内容 |
106
106
  |------|---------|----------|
107
- | Claude Code | `claude-code` | `~/.claude/settings.json`, `mcp.json`, `claude.json` |
107
+ | Claude Code | `claude-code` | `~/.claude/settings.json`, `mcp.json`, `claude.json`, `skills/` |
108
108
  | Hermes | `hermes` | `~/.hermes/config.yaml`, `tools/`, `prompts/` |
109
109
  | OpenClaw | `openclaw` | `~/.openclaw/config.json`, `tools/`, `profiles/` |
110
110
 
@@ -1 +1 @@
1
- {"version":3,"file":"claude-code.d.ts","sourceRoot":"","sources":["../../src/presets/claude-code.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,eAAO,MAAM,gBAAgB,EAAE,UAyB9B,CAAC"}
1
+ {"version":3,"file":"claude-code.d.ts","sourceRoot":"","sources":["../../src/presets/claude-code.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,eAAO,MAAM,gBAAgB,EAAE,UA8B9B,CAAC"}
@@ -18,6 +18,11 @@ export const claudeCodePreset = {
18
18
  path: '~/.claude/claude.json',
19
19
  enabled: true,
20
20
  },
21
+ {
22
+ name: 'claude-code-skills',
23
+ path: '~/.claude/skills/',
24
+ enabled: true,
25
+ },
21
26
  ],
22
27
  defaultExclusions: [
23
28
  { pattern: '**/.claude/credentials.json' },
@@ -1 +1 @@
1
- {"version":3,"file":"claude-code.js","sourceRoot":"","sources":["../../src/presets/claude-code.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,gBAAgB,GAAe;IAC1C,EAAE,EAAE,aAAa;IACjB,IAAI,EAAE,aAAa;IACnB,WAAW,EAAE,8CAA8C;IAC3D,YAAY,EAAE;QACZ;YACE,IAAI,EAAE,sBAAsB;YAC5B,IAAI,EAAE,yBAAyB;YAC/B,OAAO,EAAE,IAAI;SACd;QACD;YACE,IAAI,EAAE,iBAAiB;YACvB,IAAI,EAAE,oBAAoB;YAC1B,OAAO,EAAE,IAAI;SACd;QACD;YACE,IAAI,EAAE,yBAAyB;YAC/B,IAAI,EAAE,uBAAuB;YAC7B,OAAO,EAAE,IAAI;SACd;KACF;IACD,iBAAiB,EAAE;QACjB,EAAE,OAAO,EAAE,6BAA6B,EAAE;QAC1C,EAAE,OAAO,EAAE,kBAAkB,EAAE;KAChC;CACF,CAAC"}
1
+ {"version":3,"file":"claude-code.js","sourceRoot":"","sources":["../../src/presets/claude-code.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,gBAAgB,GAAe;IAC1C,EAAE,EAAE,aAAa;IACjB,IAAI,EAAE,aAAa;IACnB,WAAW,EAAE,8CAA8C;IAC3D,YAAY,EAAE;QACZ;YACE,IAAI,EAAE,sBAAsB;YAC5B,IAAI,EAAE,yBAAyB;YAC/B,OAAO,EAAE,IAAI;SACd;QACD;YACE,IAAI,EAAE,iBAAiB;YACvB,IAAI,EAAE,oBAAoB;YAC1B,OAAO,EAAE,IAAI;SACd;QACD;YACE,IAAI,EAAE,yBAAyB;YAC/B,IAAI,EAAE,uBAAuB;YAC7B,OAAO,EAAE,IAAI;SACd;QACD;YACE,IAAI,EAAE,oBAAoB;YAC1B,IAAI,EAAE,mBAAmB;YACzB,OAAO,EAAE,IAAI;SACd;KACF;IACD,iBAAiB,EAAE;QACjB,EAAE,OAAO,EAAE,6BAA6B,EAAE;QAC1C,EAAE,OAAO,EAAE,kBAAkB,EAAE;KAChC;CACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tengx5383/aitool-sync-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI for syncing AI agent tool configs across devices via GitHub Gist",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",