fix: address review — add check_script for lib/env.sh, fix comment alignment

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-21 06:49:34 +00:00
parent e69ceddeb3
commit 20c02944c0

View file

@ -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