Follow-up to #483 (A6). The in-process executor exists behind --in-process; the subprocess path remains the default.
Per the architecture report's incremental path:
- Run a release-scale parity comparison — same suite, both modes, diff
summary.jsonl (classification granularity, review.json provenance, manifest fields).
- Flip the default to in-process; keep subprocess whenever
--cr-bin is set (cross-version A/B stays a first-class feature).
Also queued from #483's final review: converge select.go on the same runtime source (shared profile/PR resolution, progress routing, taxonomy handling) while retaining pipeline.SelectionOnly.
Follow-up to #483 (A6). The in-process executor exists behind
--in-process; the subprocess path remains the default.Per the architecture report's incremental path:
summary.jsonl(classification granularity, review.json provenance, manifest fields).--cr-binis set (cross-version A/B stays a first-class feature).Also queued from #483's final review: converge
select.goon the same runtime source (shared profile/PR resolution, progress routing, taxonomy handling) while retainingpipeline.SelectionOnly.