fix: fix flock/binding issues with claude_run_with_watchdog
This commit is contained in:
parent
ec5eb48224
commit
d6f93bb8f5
2 changed files with 12 additions and 3 deletions
|
|
@ -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 ───────────────────────────────────────────────────────────
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue