Skip to content

v0.2.2 — sonde init

Choose a tag to compare

@anishmoncivarghese anishmoncivarghese released this 30 Aug 12:51
· 66 commits to main since this release

Backfilled release note. This version shipped to npm on 2026-08-24; the GitHub
release is being recorded after the fact so the history has no gap.

Added

  • sonde init — collapses first-time setup (sonde index plus hand-editing
    .mcp.json) into one command.
npm install -g @cheppulabs/sonde
cd your-project
sonde init

It is merge-safe by design: it creates .mcp.json if absent, merges in the
sonde server entry if the file exists without one, no-ops if already
configured identically, and refuses to overwrite a conflicting or invalid
config rather than guessing. --yes skips the confirmation prompt; --resolve
and --json behave as they do for index.

Changed

  • The npm publish workflow no longer auto-triggers on a pushed tag. npm's
    shortest-lived tokens that can bypass 2FA for CI publishing expire in 7 days,
    a rotation chore not worth owning at this release cadence — and the workflow
    auto-firing with no token configured would have produced a failing run on
    every future release. It is now workflow_dispatch-only.