From 2243f155812c286e5b9fd342f62c9fab98ad69d6 Mon Sep 17 00:00:00 2001 From: Chris Yau Date: Thu, 26 Mar 2026 22:14:51 +0800 Subject: [PATCH] fix: add execute permissions to codex sync shell scripts Three .sh files were committed without the execute bit, causing `install-global-git-hooks.sh` to fail with "Permission denied" when invoked by `sync-ecc-to-codex.sh`. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- scripts/codex/check-codex-global-state.sh | 0 scripts/codex/install-global-git-hooks.sh | 0 scripts/sync-ecc-to-codex.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 scripts/codex/check-codex-global-state.sh mode change 100644 => 100755 scripts/codex/install-global-git-hooks.sh mode change 100644 => 100755 scripts/sync-ecc-to-codex.sh diff --git a/scripts/codex/check-codex-global-state.sh b/scripts/codex/check-codex-global-state.sh old mode 100644 new mode 100755 diff --git a/scripts/codex/install-global-git-hooks.sh b/scripts/codex/install-global-git-hooks.sh old mode 100644 new mode 100755 diff --git a/scripts/sync-ecc-to-codex.sh b/scripts/sync-ecc-to-codex.sh old mode 100644 new mode 100755