You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(run)!: remove --sidecar-config and the ./firma_sidecar.toml tier
The autostarted Sidecar now inherits its [sidecar] section from the resolved
unified firma.toml (--config / FIRMA_CONFIG / discovered .firma/firma.toml).
When no config is resolved (only reachable via firma-run library callers, since
firma run always discovers or scaffolds a firma.toml), a minimal UDS-only config
is synthesized.
The --sidecar-config flag and the ./firma_sidecar.toml working-directory
fallback had no documented use case distinct from --config: both let an operator
point the sidecar at a separate file, which firma run never needs. Removing them
collapses template selection to two states: the resolved firma.toml (Explicit)
or Minimal.
BREAKING CHANGE: the `--sidecar-config` flag on `firma run` is removed, along
with the `./firma_sidecar.toml` autostart fallback. Put the `[sidecar]` section
in the firma.toml selected by --config / FIRMA_CONFIG / discovery instead.
0 commit comments