From 05030edf61cb28f3d247c82812177e99e478be45 Mon Sep 17 00:00:00 2001 From: Chris Christiansen Date: Tue, 26 May 2026 13:23:18 +0000 Subject: [PATCH] fix: Set executable bit on shell and python scripts Per the task in `docs/TODO.md`, this change runs `git update-index --chmod=+x` on all relevant `.sh` and `.py` files in the repository. This prevents intermittent 'Permission denied' errors when scripts are run in CI/CD environments or after being edited via the GitHub web interface, which can strip file permissions. --- agents/core-logic/deploy_agent.py | 0 agents/eval/run_eval.py | 0 agents/tests/test_local.sh | 0 infrastructure/01-setupenv.sh | 0 infrastructure/02-deploy.sh | 0 infrastructure/03-teardown.sh | 0 infrastructure/04-observability-setup.sh | 0 infrastructure/05-cloudrun-deploy.sh | 0 infrastructure/06-cicd-setup.sh | 0 infrastructure/07-rag-setup.sh | 0 infrastructure/08-memorybank-setup.sh | 0 infrastructure/09-cost-check.sh | 0 infrastructure/10-cost-guard.sh | 0 infrastructure/11-billing-iam-hardening.sh | 0 infrastructure/12-rag-integration.sh | 0 infrastructure/99-region-guard.sh | 0 infrastructure/terraform/cost-guard-fn/main.py | 0 main.py | 0 scripts/bootstrap.sh | 0 scripts/smoke-test.sh | 0 20 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 agents/core-logic/deploy_agent.py mode change 100644 => 100755 agents/eval/run_eval.py mode change 100644 => 100755 agents/tests/test_local.sh mode change 100644 => 100755 infrastructure/01-setupenv.sh mode change 100644 => 100755 infrastructure/02-deploy.sh mode change 100644 => 100755 infrastructure/03-teardown.sh mode change 100644 => 100755 infrastructure/04-observability-setup.sh mode change 100644 => 100755 infrastructure/05-cloudrun-deploy.sh mode change 100644 => 100755 infrastructure/06-cicd-setup.sh mode change 100644 => 100755 infrastructure/07-rag-setup.sh mode change 100644 => 100755 infrastructure/08-memorybank-setup.sh mode change 100644 => 100755 infrastructure/09-cost-check.sh mode change 100644 => 100755 infrastructure/10-cost-guard.sh mode change 100644 => 100755 infrastructure/11-billing-iam-hardening.sh mode change 100644 => 100755 infrastructure/12-rag-integration.sh mode change 100644 => 100755 infrastructure/99-region-guard.sh mode change 100644 => 100755 infrastructure/terraform/cost-guard-fn/main.py mode change 100644 => 100755 main.py mode change 100644 => 100755 scripts/bootstrap.sh mode change 100644 => 100755 scripts/smoke-test.sh diff --git a/agents/core-logic/deploy_agent.py b/agents/core-logic/deploy_agent.py old mode 100644 new mode 100755 diff --git a/agents/eval/run_eval.py b/agents/eval/run_eval.py old mode 100644 new mode 100755 diff --git a/agents/tests/test_local.sh b/agents/tests/test_local.sh old mode 100644 new mode 100755 diff --git a/infrastructure/01-setupenv.sh b/infrastructure/01-setupenv.sh old mode 100644 new mode 100755 diff --git a/infrastructure/02-deploy.sh b/infrastructure/02-deploy.sh old mode 100644 new mode 100755 diff --git a/infrastructure/03-teardown.sh b/infrastructure/03-teardown.sh old mode 100644 new mode 100755 diff --git a/infrastructure/04-observability-setup.sh b/infrastructure/04-observability-setup.sh old mode 100644 new mode 100755 diff --git a/infrastructure/05-cloudrun-deploy.sh b/infrastructure/05-cloudrun-deploy.sh old mode 100644 new mode 100755 diff --git a/infrastructure/06-cicd-setup.sh b/infrastructure/06-cicd-setup.sh old mode 100644 new mode 100755 diff --git a/infrastructure/07-rag-setup.sh b/infrastructure/07-rag-setup.sh old mode 100644 new mode 100755 diff --git a/infrastructure/08-memorybank-setup.sh b/infrastructure/08-memorybank-setup.sh old mode 100644 new mode 100755 diff --git a/infrastructure/09-cost-check.sh b/infrastructure/09-cost-check.sh old mode 100644 new mode 100755 diff --git a/infrastructure/10-cost-guard.sh b/infrastructure/10-cost-guard.sh old mode 100644 new mode 100755 diff --git a/infrastructure/11-billing-iam-hardening.sh b/infrastructure/11-billing-iam-hardening.sh old mode 100644 new mode 100755 diff --git a/infrastructure/12-rag-integration.sh b/infrastructure/12-rag-integration.sh old mode 100644 new mode 100755 diff --git a/infrastructure/99-region-guard.sh b/infrastructure/99-region-guard.sh old mode 100644 new mode 100755 diff --git a/infrastructure/terraform/cost-guard-fn/main.py b/infrastructure/terraform/cost-guard-fn/main.py old mode 100644 new mode 100755 diff --git a/main.py b/main.py old mode 100644 new mode 100755 diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh old mode 100644 new mode 100755 diff --git a/scripts/smoke-test.sh b/scripts/smoke-test.sh old mode 100644 new mode 100755