Carryover from PR #59
PR #59 (75a4124, merged) refreshed the v0.8.0 release copy.
Residual issue
The release wording says an HTML artifact is produced “always” / for every generation. That overstates the implemented contract: the renderer transitions to error on AI_ERROR, and the generation orchestrator exposes explicit failed outcomes.
Affected copy
CHANGELOG.md:12
README.md:12
README.md:52
docs/releases/v0.8.0.md:7
Desired fix
Qualify the claim to successful HTML generation (or clearly describe the failure path). Keep release documentation consistent with the renderer and orchestrator behavior.
Evidence
Carryover from PR #59
PR #59 (
75a4124, merged) refreshed the v0.8.0 release copy.Residual issue
The release wording says an HTML artifact is produced “always” / for every generation. That overstates the implemented contract: the renderer transitions to
erroronAI_ERROR, and the generation orchestrator exposes explicitfailedoutcomes.Affected copy
CHANGELOG.md:12README.md:12README.md:52docs/releases/v0.8.0.md:7Desired fix
Qualify the claim to successful HTML generation (or clearly describe the failure path). Keep release documentation consistent with the renderer and orchestrator behavior.
Evidence