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.
This commit is contained in:
Chris Christiansen 2026-05-26 13:23:18 +00:00
parent 72d94c2032
commit 05030edf61
20 changed files with 0 additions and 0 deletions

0
agents/core-logic/deploy_agent.py Normal file → Executable file
View File

0
agents/eval/run_eval.py Normal file → Executable file
View File

0
agents/tests/test_local.sh Normal file → Executable file
View File

0
infrastructure/01-setupenv.sh Normal file → Executable file
View File

0
infrastructure/02-deploy.sh Normal file → Executable file
View File

0
infrastructure/03-teardown.sh Normal file → Executable file
View File

0
infrastructure/04-observability-setup.sh Normal file → Executable file
View File

0
infrastructure/05-cloudrun-deploy.sh Normal file → Executable file
View File

0
infrastructure/06-cicd-setup.sh Normal file → Executable file
View File

0
infrastructure/07-rag-setup.sh Normal file → Executable file
View File

0
infrastructure/08-memorybank-setup.sh Normal file → Executable file
View File

0
infrastructure/09-cost-check.sh Normal file → Executable file
View File

0
infrastructure/10-cost-guard.sh Normal file → Executable file
View File

0
infrastructure/11-billing-iam-hardening.sh Normal file → Executable file
View File

0
infrastructure/12-rag-integration.sh Normal file → Executable file
View File

0
infrastructure/99-region-guard.sh Normal file → Executable file
View File

0
infrastructure/terraform/cost-guard-fn/main.py Normal file → Executable file
View File

0
main.py Normal file → Executable file
View File

0
scripts/bootstrap.sh Normal file → Executable file
View File

0
scripts/smoke-test.sh Normal file → Executable file
View File