From cc194d47fe4f870d0b901148e218fbca735891fe Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sat, 1 Nov 2025 13:41:37 +0100 Subject: [PATCH] refactor: Update subproject commit hashes This commit updates the recorded commit hashes for the 'clever-panda-34' and 'clever-spartan-8' subprojects. This is a routine update to reflect the current state of the submodules. --- gcool.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gcool.json diff --git a/gcool.json b/gcool.json new file mode 100644 index 000000000..6a2fe9cab --- /dev/null +++ b/gcool.json @@ -0,0 +1,6 @@ +{ + "scripts": { + "onWorktreeCreate": "cp $GCOOL_ROOT_PATH/.env .", + "run": "clean && spin up" + } +}