export function extractSemverFromOutput(output: string): string | null { const trimmed = output.trim() if (!trimmed) return null // The negative lookbehind `(?