Codex Engineering Report (2025-09-22T21:00:00Z)
Summary
Adjusted the RDF export plugin to label the CSV input as “CSV Path” and ensure both CSV and Base URI fields share the native margin spacing.
Reworked the format-panel injection logic so the Preamble section is inserted alongside the existing Options section instead of inside it.
Updated the automated test harness to validate the new label casing, margin adjustments, and sibling placement, then regenerated the compiled plugin bundle.
Testing
bun installbun build src/rdfexport.ts --minify --outfile=../rdfexport.jsbun test tests/rdfexport.test.ts