Skip to content

Block Runner 0.9.0

Choose a tag to compare

@noeltock noeltock released this 09 Sep 07:37

Block Runner 0.9.0 adds registered WordPress block authoring alongside the existing native-block content workflow.

Your agent proposes the structure, editable fields, and styling. Block Runner previews the exact plan, requires confirmation, then generates source around native WordPress InnerBlocks. The package makes no model calls and adds no Tailwind runtime to the generated block.

  • Source-bound proposals preserve authored content, supported styles, local assets, and licensed fonts.
  • Generate a standalone plugin or integrate with a supported existing WordPress plugin.
  • The shipped skill inspects the current project, follows its conventions, asks only unresolved questions, and provides a developer handoff when automatic integration is unsupported.
  • Wesper 0.0.3 supplies site context and normalized theme presets.

Install or update:

npm install block-runner@latest
npx block-runner skill --install

Requires Node.js ^20.19.0 || ^22.13.0 || >=24.0.0. Generated-plugin proof targets WordPress 7.1.

The release workflow checks the exact candidate's package, skill installers, generated plugin, and WordPress editor/frontend behavior before publishing to npm with provenance. The narrow native WordPress editor accessibility exceptions remain explicit in the raw evidence. Owner acceptance uses the reported prior testing; it is not independent accessibility certification.

The separate registered-block model benchmark remains unscored. Existing page-content benchmark results do not measure registered-block authoring.

See the changelog for the full changes.