disable git-master skill

This commit is contained in:
2026-03-05 16:49:30 +00:00
parent 4c533fc570
commit 01a7f77ab8

View File

@@ -79,7 +79,7 @@
"opencode/oh-my-opencode.json".text = "opencode/oh-my-opencode.json".text =
builtins.toJSON { builtins.toJSON {
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json"; "$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 = { git_master = {
commit_footer = false; commit_footer = false;
include_co_authored_by = false; include_co_authored_by = false;