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.