Bundle a run's transparency artifacts into a single report
Source:R/transparency_report.R
bundle_transparency_report.RdGenerates a self-contained HTML methodological-transparency report for a pakhom run, plus a machine-readable JSON companion. Per AC4 (methodology stamped on every output), the report is mode-stamped at the top; per the transparency spec (anti-Jowsey compliance), it maps every pipeline step to a Lincoln & Guba (1985) credibility / dependability / confirmability / transferability checkpoint citing the exact decisions logged.
Value
Invisible list with html_path, json_path, and
the parsed report_data (the machine-readable contents).
Details
The bundler reads ONLY from disk artifacts produced by a completed (or in-progress) pakhom run – it never re-executes the pipeline, never calls an AI provider, and is safe to invoke any number of times. Missing artifacts degrade gracefully (the corresponding section renders an "unavailable" notice rather than crashing).