/**
 * Compatibility entry point for the unified Typert-backed Cordis catalog
 * projection. The generated API module retains this command in its banner,
 * while all extraction, validation, and rendering live in one implementation.
 */

import { main } from './gen-cordis-catalog.ts'

main()
