Releases: useorgx/orgx-opencode-plugin
Releases · useorgx/orgx-opencode-plugin
v0.1.0-alpha.3
Alpha release with the native OpenCode plugin entrypoint and Node-valid ESM package imports.
Verification before release:
- npm run type-check
- npm test
- npm run build
- built dist/index.js and dist/peer.js imports
- npm pack --dry-run --json
This release is intended to publish @useorgx/orgx-opencode-plugin with the alpha dist-tag via npm trusted publishing.
v0.1.0-alpha.2
Alpha release that updates public package metadata for marketplace/directory distribution.
Changes:
- MIT license metadata
- LICENSE file included in package files
- Package version bumped to 0.1.0-alpha.2
Verification before release:
- npm run type-check
- npm test
- npm run build
- npm pack --dry-run --json