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:
parent
e69ceddeb3
commit
20c02944c0
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue