#!/usr/bin/env node /** * @synap/cli — Connect AI agents to your Synap data pod * * Usage: * npx @synap/cli init Full setup: detect, harden, connect, install * npx @synap/cli connect Connect an AI surface to a Synap pod * npx @synap/cli status Show pod health and API status * npx @synap/cli update Update skill + check for CLI updates * * Or install globally: * npm i -g @synap/cli * synap init */ export {};