From f398b3295277b4d36130077933ed21114ad58537 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 12 Apr 2026 05:53:20 +0000 Subject: [PATCH] fix: agent-smoke.sh - add lib/env.sh as extra source for ci-debug.sh --- .woodpecker/agent-smoke.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/agent-smoke.sh b/.woodpecker/agent-smoke.sh index 86ee756..f963414 100644 --- a/.woodpecker/agent-smoke.sh +++ b/.woodpecker/agent-smoke.sh @@ -222,7 +222,7 @@ check_script lib/issue-lifecycle.sh lib/secret-scan.sh # Standalone lib scripts (not sourced by agents; run directly or as services). # Still checked for function resolution against LIB_FUNS + own definitions. -check_script lib/ci-debug.sh +check_script lib/ci-debug.sh lib/env.sh check_script lib/parse-deps.sh # Agent scripts — list cross-sourced files where function scope flows across files.