From ab1ead1c8663d1d455cee89e438781259a472ab1 Mon Sep 17 00:00:00 2001 From: ethan Date: Tue, 20 Jan 2026 00:10:32 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20fix:=20move=20init=20hook=20from?= =?UTF-8?q?=20.cmux=20to=20.mux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The .cmux/init hook was unused - mux only looks for .mux/init. Move it to the correct location so it actually runs. --- {.cmux => .mux}/init | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {.cmux => .mux}/init (100%) diff --git a/.cmux/init b/.mux/init similarity index 100% rename from .cmux/init rename to .mux/init