From 5ec0004e4cb2023e4daca041b77d082fd9c9d0f0 Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 10 Apr 2026 14:36:59 +0200 Subject: [PATCH] Update example rules --- config.example.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config.example.yaml b/config.example.yaml index b7ebb19..a3e732a 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -26,5 +26,22 @@ sanitize: system: - match: "Workspace root folder" replace: "Working directory" + body: - match: "anomalyco/opencode" replace: "anthropics/claude-code" + - match: "anomalyco" + replace: "anthropic" + - match: "oh-my-opencode" + replace: "system-directive" + - match: "ohmyopencode" + replace: "claude-code" + - match: "oh-my-openagent" + replace: "claude-agent" + - match: "omo_internal_initiator" + replace: "system_initiator" + - match: "call_omo_agent" + replace: "call_agent" + - match: "opencode.ai" + replace: "claude.ai" + - match: "opencode" + replace: "agent"