From 33dda3bc212338fdebe9e347f77a146f0bfe472a Mon Sep 17 00:00:00 2001 From: Komodo Bot Date: Sun, 14 Dec 2025 18:06:34 -0800 Subject: [PATCH] Enable two-way sync for Komodo resources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set commit_to_repo = true to allow Komodo UI changes (resource creates, updates, deletes) to be automatically committed back to the git repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .komodo/resources.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.komodo/resources.toml b/.komodo/resources.toml index e25aa0e..a9f69d1 100644 --- a/.komodo/resources.toml +++ b/.komodo/resources.toml @@ -41,4 +41,4 @@ git_account = "stray" repo = "stray/komodo" branch = "main" resource_path = ".komodo" -commit_to_repo = false +commit_to_repo = true