Switchboard v0.2.1
Patch release fixing a switchboard build regression introduced in v0.2.0.
Fixed
switchboard buildfailed on a cold module cache. Once the SDK began importing the TOML parser (forDataTOML), building any rule triggered a module download, and the CLI’sgo listinvocation folded thego: downloading …stderr progress line into output it parsed for the package’s module path — breaking every build withgo list did not return module information. It now parses stdout only. Anyone who hit this on a fresh install should upgrade; no rule changes are required.
All v0.2.0 features (bundle data files, typed data accessors, serve config parity, cross-adapter metrics/status) are unchanged — see the v0.2.0 release.