diff --git a/README.md b/README.md index 054c2b8..f5640d9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,19 @@

+ + npm version + + + Node 24 or newer + + + CI + + + Codecov + + This plugin integrates OpenClaw with [Agent Control](https://github.com/agentcontrol/agent-control), a security and policy layer for agent tool use. It registers OpenClaw tools with Agent Control and can block unsafe tool invocations before they execute. ## Why use Agent Control with OpenClaw? diff --git a/package.json b/package.json index 3121bb2..c675537 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,9 @@ "LICENSE" ], "type": "module", + "engines": { + "node": ">=24" + }, "scripts": { "lint": "oxlint .", "lint:fix": "oxlint . --fix",