From b576f78ab144a8a287e91128c229737c38cee074 Mon Sep 17 00:00:00 2001 From: jensgrote Date: Sun, 7 Jun 2026 16:08:56 +0200 Subject: [PATCH] docs: add semantic-anchors to plugins --- data/plugins/semantic-anchors.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/semantic-anchors.yaml diff --git a/data/plugins/semantic-anchors.yaml b/data/plugins/semantic-anchors.yaml new file mode 100644 index 0000000..f109050 --- /dev/null +++ b/data/plugins/semantic-anchors.yaml @@ -0,0 +1,4 @@ +name: Semantic Anchors +repo: https://github.com/JensGrote/opencode-semantic-anchors +tagline: Runtime contract enforcement for safe, traceable AI agents +description: Runtime steering plugin that enforces behavioral contracts via plugin hooks. Monitors chat messages and tool calls against configurable rules, supports BLOCK/WARN modes, built-in profiles (socratic, architecture), step confirmation intervals, override mechanism, dynamic role switching, and Zod-validated YAML configuration.