@calvin8miles/cli
v0.1.0
Published
Synapse CLI — the GEO check every vibe coder runs before they launch. Commands: init, check, fix, deploy, status.
Maintainers
Readme
@synapse/cli
The Synapse CLI — synapse on your PATH after install.
npx @synapse/cli init # scaffold synapse.config.json + tracker snippet
npx @synapse/cli check # 24-rule lint of the current project
npx @synapse/cli check https://example.com
npx @synapse/cli fix # apply auto-fixers (llms.txt, robots.txt, agent-answer)
npx @synapse/cli deploy # register the site with the Synapse backend
npx @synapse/cli status # live agent-mention stats from the dashboardEvery command accepts --json for programmatic use — this is what the
@synapse/mcp-server package shells out to under the hood (and what CI / IDE
integrations should use).
Telemetry: anonymous usage events (command, exit code, CLI version, hashed
project ID) are sent on first run; opt out per-run with --no-telemetry or
permanently with synapse --telemetry-off init.
