pub fn run_project_info(
options: &ProjectInfoOptions,
) -> Result<ProjectInfoProgrammaticOutput, ProgrammaticError>Expand description
Run project metadata listing through the API-owned runtime path.
§Errors
Returns a structured programmatic error for invalid options, config-load
failures, or plugin regex errors, and FALLOW_CANCELLED when the caller’s
cancellation token is set. This route parses nothing: config load and file
discovery are its only stage, so the token is observed on either side of
that and nowhere within it.