openclaw/extensions/webhooks
Peter Steinberger ed8f50f240
refactor: simplify plugin dependency handling
Simplify plugin installation and runtime loading around package-manager-owned dependencies, with Jiti reserved for local/TS fallback paths.

Also scans npm plugin install roots so hoisted transitive dependencies are covered by dependency denylist and node_modules symlink checks.
2026-05-01 21:32:22 +01:00
..
src refactor: trim helper shape exports 2026-05-01 20:22:55 +01:00
api.ts
index.test.ts refactor(plugin-sdk): add managed task flow runtime 2026-04-28 05:32:40 +01:00
index.ts refactor(plugin-sdk): add managed task flow runtime 2026-04-28 05:32:40 +01:00
openclaw.plugin.json feat: declare startup plugin imports explicitly 2026-04-28 04:33:47 +01:00
package.json refactor: simplify plugin dependency handling 2026-05-01 21:32:22 +01:00
runtime-api.ts refactor(plugin-sdk): narrow config runtime imports 2026-04-27 14:58:32 +01:00
tsconfig.json