fix(b3): eliminate command -v herdr bash function false positive in preflight checks (100% PASS)
This commit is contained in:
@@ -445,7 +445,8 @@ run_agent() {
|
||||
return
|
||||
fi
|
||||
|
||||
if ! command -v herdr >/dev/null 2>&1; then
|
||||
# B-3: must probe for the real binary, not the herdr() function / shim wrapper.
|
||||
if ! has_real_herdr; then
|
||||
echo "ERROR: this skill requires herdr (interactive agent sessions)." >&2
|
||||
echo " Ensure herdr is installed and executable." >&2
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user