From aefc979c24d11d45c820772bdf656665917f4e84 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Thu, 27 Aug 2026 00:19:22 +0300 Subject: [PATCH] chore: bump both submodules and track the plugin on master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The plugin repository moved off `main` — the branch no longer exists on the GitHub mirror, so `branch = main` here would have broken `git submodule update --remote` for anyone cloning this workspace. Pins: cloudcli dfc8ba9 → 25ad334 (sidebar resize fixes from PR #1189 review), plugin-taskwork 3dbc55c → cadd21e (pencil-button rename for tasks). Co-Authored-By: Claude Opus 5 (1M context) --- .gitmodules | 2 +- cloudcli | 2 +- plugin-taskwork | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 367aa85..a5c191b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,4 +5,4 @@ [submodule "plugin-taskwork"] path = plugin-taskwork url = https://github.com/bvn13/cloudcli-plugin-taskwork.git - branch = main + branch = master diff --git a/cloudcli b/cloudcli index dfc8ba9..25ad334 160000 --- a/cloudcli +++ b/cloudcli @@ -1 +1 @@ -Subproject commit dfc8ba98022e8e0827a3741b32dc71d832579a09 +Subproject commit 25ad3342d3843aae51e76cde5588a7b594341a53 diff --git a/plugin-taskwork b/plugin-taskwork index 3dbc55c..cadd21e 160000 --- a/plugin-taskwork +++ b/plugin-taskwork @@ -1 +1 @@ -Subproject commit 3dbc55cce18a207a1d2eabd5f96c98c0dd58043c +Subproject commit cadd21e8fed0237575f873d5f2abca8a01356163