/** Read-only operator shell — fetches `/operator/*` BFF JSON. */ export function renderOperatorShell(basePath = "/operator"): string { const base = basePath.replace(/\/$/, ""); return `