Skip to content

Releases: LearnPrompt/humanize-ppt

Humanize PPT v0.6.3

27 May 09:16
4d8fbb3

Choose a tag to compare

Summary

Humanize PPT now has two stable showcase paths:

  • Chinese path: Humanize PPT -> guizang -> material QA -> presenter -> static deploy
  • English path: Humanize PPT -> theme brief -> 5-style gallery -> selected style full deck -> presenter/deploy

Highlights

Validation

  • python3 -m py_compile scripts/humanize_ppt.py scripts/humanize_ppt_v1.py scripts/humanize_ppt_v2.py scripts/humanize_ppt_v3.py scripts/humanize_ppt_v4.py scripts/humanize_ppt_v5.py
  • python3 scripts/smoke_check.py
  • GitHub Pages deployment succeeded.
  • Online checks confirmed the English showcase index, deck, presenter, GPT Image 2 image reference, and Remotion MP4 asset.

Note

pytest was not run in the local release pass because the available Python environments do not include the pytest module.

v0.6.0

25 May 10:21

Choose a tag to compare

Humanize PPT v0.6.0

This release turns Humanize PPT from a versioned-runner demo surface into a cleaner single-entry workflow.

Added

  • Added scripts/humanize_ppt.py as the stable recommended entrypoint.
  • Added scripts/smoke_check.py for no-dependency core contract validation.
  • Added docs/smoke-test.md with reproducible smoke-check instructions.
  • Added release-readiness checklist for the v0.6 line.
  • Added version metadata consistency test.

Changed

  • Bumped Skill/script/renderer registry metadata to 0.6.0.
  • Simplified README.md and README.en.md around the current recommended workflow.
  • Moved historical V0.x notes into docs/versions/.
  • Updated SKILL.md references to the new historical docs location.

Kept compatible

  • Kept scripts/humanize_ppt_v1.py through scripts/humanize_ppt_v5.py as compatibility entrypoints.
  • Kept existing examples, contracts, registry, demos, and GitHub Pages paths.

Deferred

  • No module split of scripts/humanize_ppt_v2.py in this release.
  • No new renderer integration.
  • No video-generation pipeline.
  • No deployment-platform automation.
  • No WorkBuddy/CodeBuddy team package publishing automation.

Verification

  • python3 scripts/smoke_check.py
  • pytest -q
  • python3 -m py_compile scripts/humanize_ppt.py scripts/humanize_ppt_v1.py scripts/humanize_ppt_v2.py scripts/humanize_ppt_v3.py scripts/humanize_ppt_v4.py scripts/humanize_ppt_v5.py scripts/smoke_check.py

v0.1.0 Public Preview

14 May 05:40

Choose a tag to compare

Humanize PPT v0.1.0 Public Preview

Initial public preview of Humanize PPT, an AST-based outline director for human-centered AI presentation workflows.

Includes

  • AST theory: Audience-State-Transfer
  • OPC workflow: Outline / Produce / Complete
  • Local deterministic demo runner
  • Style exploration HTML deck outputs
  • Shell-style Presenter Adapter
  • Static deploy package and GitHub Pages demo
  • Output contracts for deck brief, AST outline, slide plan, speaker intent, assets, and video slots

Demo