Pictovap 0.7.0
Gutenberg is now a first-class input
Pictovap can now create a visual plan directly from a WordPress Gutenberg post:
pictovap plan --wordpress-post 42 --wordpress-site publisher --output plan.json --report report.mdThe command reads the post through WordPress REST API edit context, preserves heading targets for a later publish step, and makes no changes to the post. Markdown remains supported for developer and static-site workflows.
Also included
- New contributor launchpad and standalone plugin scaffold contribution guides
- Type checking, coverage threshold, and Markdown quality gates in CI