fix: Update smoke test cross-source refs for dev-agent migration (#798)
dev-agent.sh no longer sources phase-handler.sh. Update the smoke test to resolve phase-handler.sh callbacks against action-agent.sh (which still sources it and defines cleanup_labels/cleanup_worktree). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3e1f1c47f9
commit
76b149dc97
1 changed files with 3 additions and 3 deletions
|
|
@ -197,9 +197,9 @@ check_script lib/ci-debug.sh
|
|||
check_script lib/parse-deps.sh
|
||||
|
||||
# Agent scripts — list cross-sourced files where function scope flows across files.
|
||||
# dev-agent.sh sources phase-handler.sh; phase-handler.sh calls helpers defined in dev-agent.sh.
|
||||
check_script dev/dev-agent.sh dev/phase-handler.sh
|
||||
check_script dev/phase-handler.sh dev/dev-agent.sh lib/secret-scan.sh
|
||||
# phase-handler.sh calls helpers defined by its sourcing agent (action-agent.sh).
|
||||
check_script dev/dev-agent.sh
|
||||
check_script dev/phase-handler.sh action/action-agent.sh lib/secret-scan.sh
|
||||
check_script dev/dev-poll.sh
|
||||
check_script dev/phase-test.sh
|
||||
check_script gardener/gardener-run.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue