Skip to content

Preflight Ingest

codex includes report adapters to normalize external findings into a single issue model.

  • lintpdf_json
  • callas_json
  • callas_xml
  • pitstop_xml
  • acrobat_xml

All adapters emit CodexPreflightReport with:

  • source_engine
  • ingest_format
  • normalized issues list (CodexIssue)
  • optional ingest warnings
  • Adapter module: codex_pdf.preflight_ingest.adapters
  • Dispatcher: parse_preflight_report(content, fmt)