From ee045da3abb2015b391eac3e7ec313e36cf0ecc3 Mon Sep 17 00:00:00 2001 From: Andres Morelos Date: Wed, 2 Sep 2026 08:36:17 -0500 Subject: [PATCH 1/5] fix(lambda): map update-scope to update.yaml map_custom_action had no case for it, so the workflow was unreachable. Co-Authored-By: Claude Opus 5 (1M context) --- lambda/scope/entrypoint | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lambda/scope/entrypoint b/lambda/scope/entrypoint index 98ce326..4bd5b8e 100755 --- a/lambda/scope/entrypoint +++ b/lambda/scope/entrypoint @@ -6,6 +6,9 @@ map_custom_action() { local action="$1" case "$action" in + "update-scope") + echo "update" + ;; "delete-scope") echo "delete" ;; From 39b293b1e3a085bab26651e90c32e210e7dc7bbb Mon Sep 17 00:00:00 2001 From: Andres Morelos Date: Wed, 2 Sep 2026 08:36:17 -0500 Subject: [PATCH 2/5] fix(tests): make failure assertions on sourced scripts observable These scripts use return, so `bash