agent-orchestrator/openclaw-plugin
Dhruv Sharma 8a35384657 fix: resolve lint errors in openclaw-plugin and notifier-openclaw
- Add typed interfaces (PluginApi, PluginEvent, CommandContext, CommandResult)
  to replace `any` types in openclaw-plugin/index.ts
- Replace `== null` with strict equality checks (eqeqeq)
- Attach `{ cause: err }` to rethrown ECONNREFUSED error in notifier-openclaw
  to satisfy preserve-caught-error rule

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 02:36:24 +05:30
..
index.test.ts fix: address CodeRabbit review comments 2026-03-26 21:58:19 +05:30
index.ts fix: resolve lint errors in openclaw-plugin and notifier-openclaw 2026-03-27 02:36:24 +05:30
openclaw.plugin.json fix: address CodeRabbit review comments 2026-03-26 21:58:19 +05:30
package.json feat: harden plugin, rewrite skill for ClawHub 2026-03-25 20:05:57 +05:30