Two bugs flagged on the MySQL HeatWave HA example (2026-04-25 round 5):
1. ``render_standard_sections: false`` under the ``output:`` block was
silently ignored — the generator only checked the top-level key.
Result: every spec that put the flag where the docs suggest got the
full standard deck PLUS the custom slide, producing a duplicated
"Architecture Overview" + dedicated diagram slide. Now the
generator honors both locations.
2. Architecture Principles slide allocated only 0.4" per bullet —
exactly one 11pt line. Wrapping principle summaries (e.g. D-03
Use-Case Fit's 125-char text) overflowed into the next bullet's
slot, visually overlapping D-02. Diego: "D-03 esta superpuesto a
D-02, lo mismo pasa en otras columnas". Bumped per-item height to
0.95" — fits 2-3 wrapped lines with breathing room.
3. PPTX rasterizer (oci_pptx_render.py) gained word-wrap so the
local PNG preview matches what real PowerPoint draws. Without it,
long text rendered on a single line off the column and the
principles fix looked broken in preview when it was actually fine
in PowerPoint.
Persistent: all three fixes apply to every deck the skill generates.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>