Skip to content

refactor(ppt-live): remove final audit and slide repair from deck generation#1188

Merged
bobleer merged 1 commit into
GCWing:mainfrom
bobleer:refactor/ppt-live-remove-audit-repair
Jun 14, 2026
Merged

refactor(ppt-live): remove final audit and slide repair from deck generation#1188
bobleer merged 1 commit into
GCWing:mainfrom
bobleer:refactor/ppt-live-remove-audit-repair

Conversation

@bobleer

@bobleer bobleer commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Remove the post-render slide repair loop (validateAndRepairSlide) and the whole-deck final audit phase (runFinalDeckAudit) from the PPT Live staged generation pipeline.
  • Drop the corresponding repair and audit prompt builders from the BitFun backend adapter so generation completes after planning plus serial slide rendering.
  • Bump the built-in miniapp bundle version to 169.

Test plan

  • Generate a new deck via PPT Live and confirm planning + per-slide rendering completes without audit/repair turns.
  • Verify recovered slide files after a failed render turn are accepted without entering repair.
  • Export the generated deck to editable PPTX and confirm slide content/layout remain usable.

…eration

Drop the post-render repair loop and whole-deck audit phase so staged
generation finishes after planning and serial slide rendering, reducing
agent turns and failure modes without changing the core file protocol.
@bobleer bobleer merged commit 6fdd1af into GCWing:main Jun 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant