import { fetchGitLab } from "./gitlab"; export const parseAuditReport = (text: string) => { if (!text) return null; const reportRegex = /### ๐Ÿง  Context Brain: Intelligence Report([\s\S]*?)(?=---|$|