Issue 1: The Guard plugin TypeScript cannot be executed by Node.js
Only .ts files are provided, with no build step and no corresponding .js files.
OpenClaw fails silently on load (no logs, no errors).
It requires compilation via tsc or direct provision of .js files.
Issue 2: The README configuration example does not match configSchema
The README specifies "path": "...",
but the path field does not exist in the plugin schema at all; the defined field is safeclawUrl.
Configuration following the README will not take effect.
Issue 1: The Guard plugin TypeScript cannot be executed by Node.js
Only .ts files are provided, with no build step and no corresponding .js files.
OpenClaw fails silently on load (no logs, no errors).
It requires compilation via tsc or direct provision of .js files.
Issue 2: The README configuration example does not match configSchema
The README specifies "path": "...",
but the path field does not exist in the plugin schema at all; the defined field is safeclawUrl.
Configuration following the README will not take effect.