From f3fb55d183b743b1a142af5d6f33a6800ad30b62 Mon Sep 17 00:00:00 2001 From: PATRICK CHANEZON Date: Tue, 2 Sep 2025 21:20:42 -0700 Subject: [PATCH] adding executable permission to the scripts so they execute when the coding agent launches them --- scripts/check-task-prerequisites.sh | 0 scripts/common.sh | 0 scripts/create-new-feature.sh | 0 scripts/get-feature-paths.sh | 0 scripts/setup-plan.sh | 0 scripts/update-agent-context.sh | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 scripts/check-task-prerequisites.sh mode change 100644 => 100755 scripts/common.sh mode change 100644 => 100755 scripts/create-new-feature.sh mode change 100644 => 100755 scripts/get-feature-paths.sh mode change 100644 => 100755 scripts/setup-plan.sh mode change 100644 => 100755 scripts/update-agent-context.sh diff --git a/scripts/check-task-prerequisites.sh b/scripts/check-task-prerequisites.sh old mode 100644 new mode 100755 diff --git a/scripts/common.sh b/scripts/common.sh old mode 100644 new mode 100755 diff --git a/scripts/create-new-feature.sh b/scripts/create-new-feature.sh old mode 100644 new mode 100755 diff --git a/scripts/get-feature-paths.sh b/scripts/get-feature-paths.sh old mode 100644 new mode 100755 diff --git a/scripts/setup-plan.sh b/scripts/setup-plan.sh old mode 100644 new mode 100755 diff --git a/scripts/update-agent-context.sh b/scripts/update-agent-context.sh old mode 100644 new mode 100755