Skip to content

Commit 3a9d217

Browse files
authored
chore: release v1.0.7 (#5)
* chore: remove obsolete VibeSync configuration files and update changelog links * chore: update package references to @nicepkg/vsync and release version 1.0.9 * chore: update package.json with repository details, author information, and keywords * chore: update package.json description to clarify functionality of the CLI tool
1 parent a780db1 commit 3a9d217

2 files changed

Lines changed: 51 additions & 5 deletions

File tree

.changeset/four-dogs-fold10.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nicepkg/vsync": patch
3+
---
4+
5+
release first version 10

cli/package.json

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,53 @@
11
{
22
"name": "@nicepkg/vsync",
33
"version": "1.0.6",
4-
"description": "CLI for vsync - AI coding tool config synchronizer",
4+
"description": "Sync MCP servers, Skills, Agents & Commands across Claude Code, Cursor, OpenCode, Codex. One config, all tools.",
55
"type": "module",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/nicepkg/vsync.git"
9+
},
10+
"homepage": "https://github.com/nicepkg/vsync#readme",
11+
"bugs": {
12+
"url": "https://github.com/nicepkg/vsync/issues"
13+
},
14+
"license": "MIT",
15+
"keywords": [
16+
"ai",
17+
"ai-coding",
18+
"ai-tools",
19+
"ai-assistant",
20+
"claude",
21+
"claude-code",
22+
"cursor",
23+
"opencode",
24+
"codex",
25+
"mcp",
26+
"mcp-server",
27+
"mcp-servers",
28+
"config",
29+
"config-sync",
30+
"configuration",
31+
"sync",
32+
"synchronize",
33+
"cli",
34+
"devtools",
35+
"developer-tools",
36+
"productivity",
37+
"skills",
38+
"agents",
39+
"commands",
40+
"ide",
41+
"vscode",
42+
"copilot",
43+
"coding-assistant",
44+
"automation"
45+
],
46+
"author": {
47+
"name": "Jinming Yang",
48+
"email": "2214962083@qq.com",
49+
"url": "https://github.com/2214962083"
50+
},
651
"publishConfig": {
752
"access": "public"
853
},
@@ -49,9 +94,5 @@
4994
"typescript-eslint": "^8.53.1",
5095
"vitest": "^4.0.18",
5196
"zod": "^4.3.6"
52-
},
53-
"engines": {
54-
"node": ">=24.0.0",
55-
"pnpm": ">=10.0.0"
5697
}
5798
}

0 commit comments

Comments
 (0)