// Note: This chunk keeps one Tools/status feature separate from the former smartQueue.js bundle.
export const diagnosticCardsSource = "function diagCard(label,value,extra=''){ return `
${esc(label)}${esc(value ?? '-')}
`; }\n\n // Note: Centralizes footer visibility so Preferences can hide items without removing existing status logic.\n";