From 20c02944c0ec858dd479868081ff440cc474362c Mon Sep 17 00:00:00 2001 From: openhands Date: Sat, 21 Mar 2026 06:49:34 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20address=20review=20=E2=80=94=20add=20che?= =?UTF-8?q?ck=5Fscript=20for=20lib/env.sh,=20fix=20comment=20alignment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .woodpecker/agent-smoke.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/agent-smoke.sh b/.woodpecker/agent-smoke.sh index 64b2405..e68e9ca 100644 --- a/.woodpecker/agent-smoke.sh +++ b/.woodpecker/agent-smoke.sh @@ -96,7 +96,7 @@ echo "=== 2/2 Function resolution ===" # lib/agent-session.sh — sourced by orchestrators (create_agent_session, monitor_phase_loop, etc.) # lib/ci-helpers.sh — sourced by pollers and review (ci_passed, classify_pipeline_failure, etc.) # lib/load-project.sh — sourced by env.sh when PROJECT_TOML is set -# lib/file-action-issue.sh— sourced by gardener-run.sh (file_action_issue) +# lib/file-action-issue.sh — sourced by gardener-run.sh (file_action_issue) # lib/formula-session.sh — sourced by formula-driven agents (acquire_cron_lock, run_formula_and_monitor, etc.) # # Excluded — not sourced inline by agents: @@ -171,6 +171,7 @@ check_script() { # Inline-sourced lib files — check that their own function calls resolve. # These are already in LIB_FUNS (their definitions are available to agents), # but this verifies calls *within* each lib file are also resolvable. +check_script lib/env.sh check_script lib/agent-session.sh check_script lib/ci-helpers.sh check_script lib/file-action-issue.sh