From 74abf34ceac59b340ef7e696bbf28a7c60383e5d Mon Sep 17 00:00:00 2001 From: Wagner dos Santos Date: Fri, 29 May 2026 01:38:29 -0400 Subject: [PATCH] feat: add rule_enforcer plugin --- plugins/rule_enforcer/index.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugins/rule_enforcer/index.yaml diff --git a/plugins/rule_enforcer/index.yaml b/plugins/rule_enforcer/index.yaml new file mode 100644 index 0000000..d20c442 --- /dev/null +++ b/plugins/rule_enforcer/index.yaml @@ -0,0 +1,7 @@ +title: Rule Enforcer +description: Enforces configurable behavioral rules at the tool execution layer. Blocks tool calls that violate rules and returns corrective guidance to the agent. +github: https://github.com/wgnr-ai/a0-plugin-rule-enforcer +tags: + - tools + - automation + - development