From a8b3b67e8fb3116d550b0bc6775b5cb26facdc02 Mon Sep 17 00:00:00 2001 From: Ryan Dielhenn Date: Sat, 28 Mar 2026 10:16:54 -0700 Subject: [PATCH] nit --- assets/oh-my-opencode.schema.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index e9c7a9e88..7ab3a9d01 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -4261,8 +4261,15 @@ }, "replace_plan": { "type": "boolean" + }, + "tdd": { + "default": true, + "type": "boolean" } }, + "required": [ + "tdd" + ], "additionalProperties": false }, "comment_checker": { @@ -4885,6 +4892,11 @@ "additionalProperties": false }, "git_master": { + "default": { + "commit_footer": true, + "include_co_authored_by": true, + "git_env_prefix": "GIT_MASTER=1" + }, "type": "object", "properties": { "commit_footer": { @@ -5035,5 +5047,8 @@ } } }, + "required": [ + "git_master" + ], "additionalProperties": false } \ No newline at end of file