Skip to content

v0.5.0

Choose a tag to compare

@barmoshe barmoshe released this 24 Jun 10:21
· 2 commits to main since this release

Added

  • Plan form: a fifth interactive form that renders an implementation plan as collapsible phases with status-aware checklists and a live progress meter.
  • mdp:tasks block: a status-aware checklist (done / in progress / to do) that renders in every artifact and feeds the plan form's progress meter.
  • Plan-mode preview: a /mdp-preview-plan command and an ExitPlanMode hook that render a Claude Code plan as the plan form, deterministically and read-only.
  • Extension examples and a live showcase: three curated, zero-dependency reference packages under extensions/ (mdp-block-status, mdp-block-spec-sheet, mdp-artifact-resume), gated in CI, plus a site Extensions showcase and a "Build an extension" docs page.

Fixed

  • The extension scaffolder now documents content-blocks.mjs wiring, so a scaffolded block renders inside the interactive forms.

Published to npm: mdp-compiler@0.5.0, mdp-mcp@0.5.0. The Claude and Codex plugins move to 0.5.0 as well.