pub async fn run_code_ingest(
rt: &KhiveRuntime,
token: &NamespaceToken,
opts: CodeSourceIngestOptions<'_>,
) -> Result<CodeSourceIngestReport, CodeSourceIngestError>Expand description
Run one L1 + L1.5 ingest pass over opts.path into the runtime rt
(already bound to the caller-selected target database — B7 target
selection happens in the verb handler, not here).