test: add rule-case validator for no-reply and 🔚 injection paths

This commit is contained in:
2026-02-25 12:53:45 +00:00
parent 32405fa3e2
commit d2fc8c89dd
3 changed files with 120 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"description": "WhisperGate OpenClaw plugin",
"scripts": {
"check": "node ../scripts/check-plugin-files.mjs"
"check": "node ../scripts/check-plugin-files.mjs",
"check:rules": "node ../scripts/validate-rules.mjs"
}
}