pub fn mine(project_root: &str) -> Result<MineReport, String>Expand description
Run the miner end-to-end. Returns an error only when skillify is disabled or a write fails; an empty project simply yields an empty report.
pub fn mine(project_root: &str) -> Result<MineReport, String>Run the miner end-to-end. Returns an error only when skillify is disabled or a write fails; an empty project simply yields an empty report.