fix: fix flock/binding issues with claude_run_with_watchdog
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
Claude 2026-04-10 17:41:39 +00:00
parent ec5eb48224
commit d6f93bb8f5
2 changed files with 12 additions and 3 deletions

View file

@ -31,7 +31,7 @@
# Requires: lib/env.sh, lib/worktree.sh, lib/agent-sdk.sh sourced first for shared helpers.
# Source agent-sdk for claude_run_with_watchdog watchdog helper
source "$(dirname "$0")/agent-sdk.sh"
source "$(dirname "${BASH_SOURCE[0]}")/agent-sdk.sh"
# ── Run guards ───────────────────────────────────────────────────────────