From cbd7dac3ba30745cddff171e009259726031aed6 Mon Sep 17 00:00:00 2001 From: YanzheL Date: Thu, 2 Apr 2026 03:01:28 +0800 Subject: [PATCH] docs(examples): update schema URLs to oh-my-openagent Fixes schema URLs in example config files to use the correct oh-my-openagent repository name instead of the old oh-my-opencode. --- docs/examples/coding-focused.jsonc | 2 +- docs/examples/default.jsonc | 2 +- docs/examples/planning-focused.jsonc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/examples/coding-focused.jsonc b/docs/examples/coding-focused.jsonc index 5df5592bc..ac18ae721 100644 --- a/docs/examples/coding-focused.jsonc +++ b/docs/examples/coding-focused.jsonc @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/dev/assets/oh-my-opencode.schema.json", + "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json", // Optimized for intensive coding sessions. // Prioritizes deep implementation agents and fast feedback loops. diff --git a/docs/examples/default.jsonc b/docs/examples/default.jsonc index d48f26e7d..719db7178 100644 --- a/docs/examples/default.jsonc +++ b/docs/examples/default.jsonc @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/dev/assets/oh-my-opencode.schema.json", + "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json", // Balanced defaults for general development. // Tuned for reliability across diverse tasks without overspending. diff --git a/docs/examples/planning-focused.jsonc b/docs/examples/planning-focused.jsonc index 48ab12c1b..ec8eb9cfb 100644 --- a/docs/examples/planning-focused.jsonc +++ b/docs/examples/planning-focused.jsonc @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/dev/assets/oh-my-opencode.schema.json", + "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json", // Optimized for strategic planning, architecture, and complex project design. // Prioritizes deep thinking agents and thorough analysis before execution.