mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
10 lines
293 B
TypeScript
10 lines
293 B
TypeScript
/**
|
|
* 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()
|