This is a hotfix release addressing pipeline publication issues and a critical runtime error in the plugin installer introduced in 0.6.0.

🐛 Bug Fixes

🚀 CI/CD NPM Publisher

  • Monorepo Workspaces: Fixed a major bug in the docmd Release to NPM GitHub Actions workflow where npm publish interpreted package paths as GitHub remote repositories.
  • Fail-Safe Publishing: Completely overhauled the publisher to robustly handle partial updates (e.g. ignoring EPRIVATE packages and safely skipping already-published packages) without failing the release pipeline.

🔌 Plugin Installer (Runtime)

  • Missing Registry: Resolved a critical MODULE_NOT_FOUND error that crashed docmd build on user sites. The registry/plugins.json database was inadvertently excluded from the published NPM tarball, causing imports to fail in production.
  • Explicit Whitelisting: Added the registry folder to the "files" array in @docmd/plugin-installer’s package.json, ensuring the registry data is properly bundled in all future NPM releases.