@dallay/agentsync 1.14.4 → 1.19.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 +7 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -16,7 +16,8 @@ Effortlessly synchronize AI agent configurations across tools like Copilot, Clau
16
16
  ## ✨ Key Features
17
17
 
18
18
  - **Simple CLI**: Manage symbolic links with minimal setup.
19
- - **Multi-assistant support**: Compatible across Copilot, Claude, Gemini, and more.
19
+ - **Multi-assistant support**: Compatible across Copilot, Claude, Gemini, Cursor, VS Code and OpenCode.
20
+ See the full list and file locations in the main documentation: https://dallay.github.io/agentsync/ (or the repo README).
20
21
  - **Cross-platform binaries**: Available for Linux, MacOS, and Windows.
21
22
  - **Node.js integration**: Use programmatically within your applications.
22
23
 
@@ -95,6 +96,11 @@ agentsync clean
95
96
 
96
97
  - For complex workflows, see the [detailed API documentation](https://dallay.github.io/agentsync/).
97
98
 
99
+ ## MCP & Skills
100
+
101
+ - 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).
102
+ - 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.
103
+
98
104
  ---
99
105
 
100
106
  ## 👷 Development
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dallay/agentsync",
3
- "version": "1.14.4",
3
+ "version": "1.19.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.14.4",
45
- "@dallay/agentsync-linux-arm64": "1.14.4",
46
- "@dallay/agentsync-darwin-x64": "1.14.4",
47
- "@dallay/agentsync-darwin-arm64": "1.14.4",
48
- "@dallay/agentsync-windows-x64": "1.14.4",
49
- "@dallay/agentsync-windows-arm64": "1.14.4"
44
+ "@dallay/agentsync-linux-x64": "1.19.0",
45
+ "@dallay/agentsync-linux-arm64": "1.19.0",
46
+ "@dallay/agentsync-darwin-x64": "1.19.0",
47
+ "@dallay/agentsync-darwin-arm64": "1.19.0",
48
+ "@dallay/agentsync-windows-x64": "1.19.0",
49
+ "@dallay/agentsync-windows-arm64": "1.19.0"
50
50
  },
51
51
  "engines": {
52
52
  "node": ">=18"