Skip to content

TaoHtml v0.2.0

Choose a tag to compare

@TaoGEO TaoGEO released this 15 Jul 03:14
· 94 commits to main since this release
59c65d7

TaoHtml v0.2.0 delivers the first complete Word/PDF-to-offline-HTML vertical slice, a tested reading/presentation runtime, and supported installation/update channels for Claude Code plus a versioned offline bundle for Codex and Claude Code.

Highlights

  • Add material-understanding and report-design-brief confirmation gates before production.
  • Add a dependency-free 16:9 runtime with reading/presentation modes, staged reveals, whole-page navigation, state restoration, fullscreen, page count, hash routes, and portable source evidence.
  • Require an early runnable index.html and brief-to-output traceability before delivery.
  • Add strict offline asset checks and browser QA at 1366×768, 1600×900, and 1920×1080.
  • Add a single-source marketplace packager whose Codex and Claude manifests both report 0.2.0.

Claude Code: install from GitHub

claude plugin marketplace add TaoGEO/TaoHtml
claude plugin install taohtml@taohtml

The GitHub marketplace tracks the default branch by commit SHA. A fresh v0.2.0 installation reports commit 59c65d71bdc8.

Claude Code: update

claude plugin marketplace update taohtml
claude plugin update taohtml@taohtml

Restart Claude Code or run /reload-plugins after an update is written to disk.

Raw Skill install/update

The canonical Skill remains skill/taohtml. Install it in the current Codex user Skill directory $HOME/.agents/skills/taohtml. For updates, back up any local edits, replace the whole directory, and restart the client; do not copy into an existing taohtml directory and create a nested path.

Offline marketplace ZIP

Download and extract taohtml-marketplace-v0.2.0.zip to a fixed local directory.

Codex:

codex plugin marketplace add /absolute/path/to/taohtml-marketplace
codex plugin add taohtml@taohtml

Claude Code:

claude plugin marketplace add /absolute/path/to/taohtml-marketplace
claude plugin install taohtml@taohtml

The ZIP is a manual/offline channel and does not receive GitHub updates. Its SHA-256 is 8b10c02e783f3b8cf3de2f819d132d231357a0983b604fdede48dd5c41ffb80a.

Verification

  • Skill Creator validation passed.
  • 28 unit tests passed; Python compilation and strict offline asset checks passed.
  • Browser QA passed at all three target viewports.
  • Plugin/marketplace validation, ZIP integrity, and isolated Codex/Claude install-update regression passed.
  • GitHub Actions passed for PR head eca68c79801b3c7becd152688baefacfb5062fc6 and main/tag target 59c65d71bdc8638b52ad2546789b2d1737df5835.

See CHANGELOG.md for the complete categorized change list.