# This file was generated by GoReleaser. DO NOT EDIT. cask "harness-sync" do version "0.28.1" on_macos do on_intel do sha256 "239c6c39b9ffbbc239d5308f4a8b981d15d4321891a13c9479cc5599377c0b04" url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-amd64.tar.gz" end on_arm do sha256 "7d0161195d50a813ae496f07a91ed997daff6e5deb0c4ef453f2676360554a2a" url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-darwin-arm64.tar.gz" end end on_linux do on_intel do sha256 "e83713595d5d95433ae8acd737ce009c672da08c80bc69e55ff7895130ad2824" url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-amd64.tar.gz" end on_arm do sha256 "54644cb44cd40fcd6348fa877c827859eef04063aa5a07568d01bf52534a19d9" url "https://github.com/lukaszraczylo/harness-sync/releases/download/v#{version}/harness-sync-linux-arm64.tar.gz" end end name "harness-sync" desc "Sync skills, agents, MCP, and LLM endpoints across multiple LLM harnesses" homepage "https://github.com/lukaszraczylo/harness-sync" livecheck do skip "Auto-generated on release." end binary "harness-sync" postflight do if OS.mac? system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/harness-sync"] end end # No zap stanza required end