agentsync 1.37.0

A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links.
Documentation
sonar.projectKey=dallay_agentsync
sonar.organization=dallay

sonar.sourceEncoding=UTF-8

sonar.sources=src,npm/agentsync/src
sonar.tests=tests
sonar.test.inclusions=tests/**/*.rs

sonar.exclusions=\
  target/**,\
  website/**,\
  docs/**,\
  npm/agentsync/lib/**,\
  openspec/**,\
  .agents/**,\
  tests/e2e/fixtures/**,\
  **/*.md

sonar.rust.lcov.reportPaths=target/coverage/rust.lcov.info
sonar.rust.cobertura.reportPaths=target/coverage/rust-cobertura.xml