From 01a7f77ab84edc228de8f106178a782814bf44d3 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 5 Mar 2026 16:49:30 +0000 Subject: [PATCH] disable git-master skill --- modules/ai-tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ai-tools.nix b/modules/ai-tools.nix index 5a906c3..e2f08fb 100644 --- a/modules/ai-tools.nix +++ b/modules/ai-tools.nix @@ -79,7 +79,7 @@ "opencode/oh-my-opencode.json".text = builtins.toJSON { "$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json"; - disabled_skills = ["playwright" "dev-browser"]; + disabled_skills = ["playwright" "dev-browser" "git-master"]; git_master = { commit_footer = false; include_co_authored_by = false;