fix(plugin-path): align packaged dir with plugin id to remove mismatch warning

This commit is contained in:
2026-02-25 23:27:16 +00:00
parent f5ec6f9b15
commit 7f1d6bb3f7
3 changed files with 8 additions and 8 deletions

View File

@@ -8,17 +8,17 @@ node scripts/package-plugin.mjs
Output:
- `dist/plugin/index.ts`
- `dist/plugin/rules.ts`
- `dist/plugin/openclaw.plugin.json`
- `dist/plugin/README.md`
- `dist/plugin/package.json`
- `dist/whispergate/index.ts`
- `dist/whispergate/rules.ts`
- `dist/whispergate/openclaw.plugin.json`
- `dist/whispergate/README.md`
- `dist/whispergate/package.json`
## Use packaged plugin path
Point OpenClaw `plugins.load.paths` to:
`/absolute/path/to/WhisperGate/dist/plugin`
`/absolute/path/to/WhisperGate/dist/whispergate`
## Verify package completeness