Severity: medium — papercut, error-prone.
What happened
Passing the final report gate required 8 manual commands — for each of the one-shot analysis and the executive summary: *-export → edsl-run → *-import → *-render:
zwill prob-results analysis-export ...
zwill edsl-run ...
zwill prob-results analysis-import ...
zwill prob-results analysis-render ...
zwill twin-results executive-summary-export ...
zwill edsl-run ...
zwill twin-results executive-summary-import ...
zwill twin-results executive-summary-render ...
Suggested fix
zwill report generate-interpretations --survey … --job-id … --probability-job-id … (or report render --final --auto-generate) that runs all export/run/import/render steps, then the final render.
Found while building a digital-twin validation for a 33-respondent SMB survey (smb.csv) end-to-end via zwill guide (survey → import → commit → one-shot marginals → twin-probability job → twin-validate → report). File/line refs are from zwill/ at that checkout.
Severity: medium — papercut, error-prone.
What happened
Passing the final report gate required 8 manual commands — for each of the one-shot analysis and the executive summary:
*-export→edsl-run→*-import→*-render:Suggested fix
zwill report generate-interpretations --survey … --job-id … --probability-job-id …(orreport render --final --auto-generate) that runs all export/run/import/render steps, then the final render.Found while building a digital-twin validation for a 33-respondent SMB survey (
smb.csv) end-to-end viazwill guide(survey → import → commit → one-shot marginals → twin-probability job →twin-validate→ report). File/line refs are fromzwill/at that checkout.