agentsync 1.35.2

A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links.
Documentation
{
	"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
	"release-type": "rust",
	"include-component-in-tag": false,
	"versioning": "default",
	"changelog-sections": [
		{ "type": "feat", "section": "Features" },
		{ "type": "fix", "section": "Bug Fixes" },
		{ "type": "perf", "section": "Performance" },
		{ "type": "revert", "section": "Reverts" },
		{ "type": "docs", "section": "Documentation" },
		{ "type": "style", "section": "Styles" },
		{ "type": "refactor", "section": "Code Refactoring" },
		{ "type": "build", "section": "Build System" },
		{ "type": "ci", "section": "Continuous Integration" },
		{ "type": "test", "section": "Tests" },
		{ "type": "chore", "section": "Chores" }
	],
	"packages": {
		".": {
			"component": "agentsync"
		}
	},
	"draft": false,
	"prerelease": false,
	"extra-files": [
		{
			"type": "json",
			"path": "package.json",
			"jsonpath": "$.version"
		},
		{
			"type": "json",
			"path": "npm/agentsync/package.json",
			"jsonpath": "$.version"
		},
		{
			"type": "json",
			"path": "npm/agentsync/package.json",
			"jsonpath": "$.optionalDependencies['@dallay/agentsync-linux-x64']"
		},
		{
			"type": "json",
			"path": "npm/agentsync/package.json",
			"jsonpath": "$.optionalDependencies['@dallay/agentsync-linux-arm64']"
		},
		{
			"type": "json",
			"path": "npm/agentsync/package.json",
			"jsonpath": "$.optionalDependencies['@dallay/agentsync-darwin-x64']"
		},
		{
			"type": "json",
			"path": "npm/agentsync/package.json",
			"jsonpath": "$.optionalDependencies['@dallay/agentsync-darwin-arm64']"
		},
		{
			"type": "json",
			"path": "npm/agentsync/package.json",
			"jsonpath": "$.optionalDependencies['@dallay/agentsync-windows-x64']"
		},
		{
			"type": "json",
			"path": "npm/agentsync/package.json",
			"jsonpath": "$.optionalDependencies['@dallay/agentsync-windows-arm64']"
		}
	]
}