pub fn compile_complete_candidate_v1(
service_root: &Path,
candidate: CliCompilationCandidateV1,
) -> Result<CliCompilationResultV1, CliCompilationErrorV1>Expand description
Delegates a complete candidate to a fresh local L4 service lifecycle.
This is intentionally the only L9-C compilation path. It never calls the legacy CLI parser or code-generation helpers.