Skip to content

v0.0.5

New

  • /ui_deck skill: Claude Code skill that starts the server, drives a headless Playwright browser, screenshots UI states, and assembles a self-contained HTML presentation deck with base64-embedded images
  • Two-tier deck publishing: generated decks land in docs/ai/decks/ (ephemeral); notable decks promoted to docs/decks/ and published via mkdocs
  • UI deck index pages: auto-maintained index in docs/ai/decks/index.md, curated index in docs/decks/index.md

Fixes

  • Windows test cleanup: set log_file=None before ns.mount(storage) in tests to prevent PermissionError on TemporaryDirectory removal

Changed

  • Lythonic dependency switched from local editable to PyPI v0.0.17; GRefGlobalRef in woodglue.crypto

Documentation

  • Added v0.0.4 release notes to mkdocs nav
  • Updated documenting.md with deck publishing workflow and ephemeral directory policy (docs/ai/, docs/superpowers/)
  • Design spec and implementation plan for UI deck skill in docs/superpowers/