v1.0.0 — Initial Public Release
Highlights
- i18n support: HTML template UI supports English and Japanese, controlled by
lang metadata in document-model.json
- Full plugin distribution: Install via
claude plugin add u-ichi/reviewable-html-workbench (Claude Code) or codex plugin add u-ichi/reviewable-html-workbench (Codex CLI)
- Two skills:
visual-html-renderer for HTML generation with diagrams, reviewable-design-doc for inline review comments and agent feedback ingestion
- Preview Runtime: Local preview server with Tailscale IPv4 support
- Review Comments: Inline highlighting, comment cards, threaded replies, resolve/reopen workflow
Install
# Claude Code
claude plugin add u-ichi/reviewable-html-workbench
claude plugin install reviewable-html-workbench
# Codex CLI
codex plugin add u-ichi/reviewable-html-workbench
codex plugin install reviewable-html-workbench
Requirements
- Python 3.11+
- Standard library only (no external dependencies)