Build: Prepare OpenClaw memory plugin for npm publish#58
Merged
hungtranphamminh merged 4 commits intodevfrom Mar 30, 2026
Merged
Build: Prepare OpenClaw memory plugin for npm publish#58hungtranphamminh merged 4 commits intodevfrom
hungtranphamminh merged 4 commits intodevfrom
Conversation
Rename to @mysten-incubation/oc-memwal, add tsconfig, build scripts, exports, types, and engine requirements. Compiled JS output in dist/.
…nces Replace manual symlink install with openclaw plugins install command. Update config examples to use oc-memwal. Remove TEE from relayer labels.
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.
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.
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 plugin needs to be distributed as a compiled npm package so users can install it directly from npm.
What
Prepare
packages/openclaw-memory-memwalfor npm publishing under@mysten-incubation/oc-memwal.Solution
@mysten-incubation/oc-memwaltsconfig.jsonfor TypeScript compilation todist/main,types,exports,filesfields to package.json@types/nodeandtypescriptas devDependenciesengines: node >= 20openclaw.extensionsto./dist/index.jsprivate: trueto allow publishingTypes of Changes
Testing
Checklist
Screenshots/Recordings
N/A
Additional Notes
N/A
Related Issues
N/A