Feat: Publish @mysten-incubation/oc-memwal to npm#62
Merged
hungtranphamminh merged 3 commits intostagingfrom Mar 30, 2026
Merged
Feat: Publish @mysten-incubation/oc-memwal to npm#62hungtranphamminh merged 3 commits intostagingfrom
hungtranphamminh merged 3 commits intostagingfrom
Conversation
* build(openclaw-plugin): prepare package for npm publish Rename to @mysten-incubation/oc-memwal, add tsconfig, build scripts, exports, types, and engine requirements. Compiled JS output in dist/. * docs(openclaw-plugin): update install flow for npm, remove TEE references Replace manual symlink install with openclaw plugins install command. Update config examples to use oc-memwal. Remove TEE from relayer labels. * ci(openclaw-plugin): add release workflow for npm publish Auto-publish on push to main/staging/dev when plugin code changes. Uses OIDC provenance, auto-increments dev/rc versions per branch. Add typecheck script. Reset base version to 0.0.1. * fix(openclaw-plugin): update outdated links in manifest and README Replace app.memwal.com with memwal.ai in plugin uiHints. Fix relative Mintlify links to use full docs.memwal.ai URLs.
ducnmm
approved these changes
Mar 30, 2026
hungtranphamminh
added a commit
that referenced
this pull request
Mar 30, 2026
* Build: Prepare OpenClaw memory plugin for npm publish (#58) * build(openclaw-plugin): prepare package for npm publish Rename to @mysten-incubation/oc-memwal, add tsconfig, build scripts, exports, types, and engine requirements. Compiled JS output in dist/. * docs(openclaw-plugin): update install flow for npm, remove TEE references Replace manual symlink install with openclaw plugins install command. Update config examples to use oc-memwal. Remove TEE from relayer labels. * ci(openclaw-plugin): add release workflow for npm publish Auto-publish on push to main/staging/dev when plugin code changes. Uses OIDC provenance, auto-increments dev/rc versions per branch. Add typecheck script. Reset base version to 0.0.1. * fix(openclaw-plugin): update outdated links in manifest and README Replace app.memwal.com with memwal.ai in plugin uiHints. Fix relative Mintlify links to use full docs.memwal.ai URLs. * fix(openclaw-plugin): add repository field for npm OIDC provenance (#59) * fix(openclaw-plugin): remove openclaw peer dep, downgrade zod to v3 (#60) Remove openclaw peer dependency that causes install failures via openclaw plugins install. Downgrade zod from v4 to v3 for monorepo compatibility. No API changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
The OpenClaw memory plugin (
@mysten-incubation/oc-memwal) needs to be published to npm so users can install it viaopenclaw plugins install @mysten-incubation/oc-memwal.What
release-oc-memwal.yml) for automated npm publishing on push tomain/staging/devrepositoryfield for npm OIDC provenanceopenclaw plugins installSolution
repositoryfield to satisfy npm OIDC provenance requirementsopenclawpeer dep — openclaw is the runtime host, not an npm dependency (same approach as Mem0 plugin)@mysten-incubation/memwal@0.0.1which declarespeerOptional zod@^3.23.0mainwill trigger the first stable publish to npmTypes of Changes
Testing
Checklist
Additional Notes
Confirmed
openclaw plugins install @mysten-incubation/oc-memwal@0.0.1-dev.2installs and loads successfully with the MemWal relayer.