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"