@karmaniverous/jeeves-meta-openclaw 0.12.6 → 0.12.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,9 +2,9 @@
2
2
  * Rollup configuration for the OpenClaw plugin package.
3
3
  * Two entry points: plugin (ESM + declarations) and CLI (ESM executable).
4
4
  *
5
- * `@karmaniverous/jeeves` is BUNDLED into the plugin output — the plugin
6
- * runs in OpenClaw's extensions directory where node_modules is not
7
- * reliably available. All other node: builtins are externalized.
5
+ * Runtime dependencies (`@karmaniverous/jeeves`, `@karmaniverous/jeeves-meta`)
6
+ * are externalized the OpenClaw host environment provides them.
7
+ * CLI bundles everything for standalone execution.
8
8
  */
9
9
  import type { RollupOptions } from 'rollup';
10
10
  declare const _default: RollupOptions[];
@@ -2,7 +2,7 @@
2
2
  "id": "jeeves-meta-openclaw",
3
3
  "name": "Jeeves Meta",
4
4
  "description": "Knowledge synthesis tools — trigger synthesis, view status, manage entities.",
5
- "version": "0.12.6",
5
+ "version": "0.12.7",
6
6
  "skills": [
7
7
  "dist/skills/jeeves-meta"
8
8
  ],
package/package.json CHANGED
@@ -112,5 +112,5 @@
112
112
  },
113
113
  "type": "module",
114
114
  "types": "dist/index.d.ts",
115
- "version": "0.12.6"
115
+ "version": "0.12.7"
116
116
  }