amogaddy's picture
Integra World Monitor (AGPL-3.0, self-hosted) nello Space: pagina, menu, e arricchimento notizie per la AI (part 6)
fa9c65f verified
Raw
History Blame Contribute Delete
423 Bytes
// Registry of published research report editions. The corpus build renders one
// static page per entry plus the /research/ hub. Editions are append-only:
// correct a published report by bumping its `version` and `dateModified`, never
// by silently rewriting history.
import { REPORT as hormuzTransit202607 } from './strait-of-hormuz-transit-report-2026-07.mjs';
export const RESEARCH_REPORTS = [hormuzTransit202607];