<p class="sb-kicker">Reference</p>
<h1>Configuration</h1>
<p class="sb-doc-lead">Most users can rely on the default pipeline behavior, but SpectralBridge does expose a small set of runtime controls for execution engine, restart-safe extraction, merge tuning, and Ray diagnostics.</p>
<div class="sb-doc-grid sb-doc-grid--three">
<article class="sb-doc-card">
<h3>CLI first</h3>
<p>Most configuration is surfaced through <code>spectralbridge-pipeline</code> flags rather than through large external config files.</p>
</article>
<article class="sb-doc-card">
<h3>Restart-safe defaults</h3>
<p>The pipeline validates outputs and skips good artifacts by default, so reruns are part of the intended workflow.</p>
</article>
<article class="sb-doc-card">
<h3>Ray is optional</h3>
<p>The default engine is Ray, but thread and process execution remain available for constrained or debugging environments.</p>
</article>