pub fn execute_build_flow_index(
_bundle_path: &Path,
_config: &SetupConfig,
) -> Result<()>Expand description
Execute the BuildFlowIndex step.
Scans all flows in the bundle, builds a TF-IDF index and a routing-compatible
index, and optionally generates intents.md documentation.
Output is written to bundle/state/indexes/.
Requires the fast2flow feature AND the fast2flow-bundle crate wired as a
dependency. Until fast2flow-bundle is published or vendored, this is a
no-op stub that logs a skip message.