@dallay/agentsync 1.23.1 → 1.25.0

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.
Files changed (2) hide show
  1. package/README.md +2 -5
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -2,10 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@dallay/agentsync.svg)](https://www.npmjs.com/package/@dallay/agentsync)
4
4
  [![license](https://img.shields.io/npm/l/@dallay/agentsync.svg)](https://github.com/dallay/agentsync/blob/main/LICENSE)
5
- [![repository](https://img.shields.io/badge/repo-dallay%2Fagentsync-blue)](https://github.com/dallay/agentsync)
6
-
7
- **Version:** 1.19.0
8
- **License:** MIT
5
+ [![repository](https://img.shields.io/badge/repo-dallay%2Fagentsync-blue)](https://github.com/dallay/agentsync)
9
6
 
10
7
  Effortlessly synchronize AI agent configurations across tools like Copilot, Claude, Cursor, and other MCP-compatible servers using symbolic links and an intuitive CLI.
11
8
 
@@ -110,7 +107,7 @@ agentsync clean
110
107
  ## MCP & Skills
111
108
 
112
109
  - AgentSync supports MCP generation for multiple agents (Claude, Copilot, Gemini, Cursor, VS Code, OpenCode). The canonical list and file locations live in the repo README and in the docs site (guides/mcp).
113
- - Skills live under `.agents/skills/` in the project. See the repository README for an example SKILL.md path and the `specs/001-skills-sh-integration` directory for ongoing work around skills integrations.
110
+ - Skills live under `.agents/skills/` in the project.
114
111
 
115
112
  ---
116
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dallay/agentsync",
3
- "version": "1.23.1",
3
+ "version": "1.25.0",
4
4
  "description": "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links.",
5
5
  "author": "Yuniel Acosta <yunielacosta738@gmail.com>",
6
6
  "license": "MIT",
@@ -41,12 +41,12 @@
41
41
  "typescript": "^5.9.3"
42
42
  },
43
43
  "optionalDependencies": {
44
- "@dallay/agentsync-linux-x64": "1.23.1",
45
- "@dallay/agentsync-linux-arm64": "1.23.1",
46
- "@dallay/agentsync-darwin-x64": "1.23.1",
47
- "@dallay/agentsync-darwin-arm64": "1.23.1",
48
- "@dallay/agentsync-windows-x64": "1.23.1",
49
- "@dallay/agentsync-windows-arm64": "1.23.1"
44
+ "@dallay/agentsync-linux-x64": "1.25.0",
45
+ "@dallay/agentsync-linux-arm64": "1.25.0",
46
+ "@dallay/agentsync-darwin-x64": "1.25.0",
47
+ "@dallay/agentsync-darwin-arm64": "1.25.0",
48
+ "@dallay/agentsync-windows-x64": "1.25.0",
49
+ "@dallay/agentsync-windows-arm64": "1.25.0"
50
50
  },
51
51
  "engines": {
52
52
  "node": ">=18"