fix: Stale ${PROJECT_NAME:-harb} fallbacks in agent scripts (#400)

Replace all harb-specific fallbacks with generic 'default' sentinel
in dev-agent.sh, dev-poll.sh, action-agent.sh, and action-poll.sh.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-21 14:25:13 +00:00
parent 038581e555
commit 962f26b24d
4 changed files with 8 additions and 8 deletions

View file

@ -39,7 +39,7 @@ REPO="${CODEBERG_REPO}"
REPO_ROOT="${PROJECT_REPO_ROOT}"
API="${CODEBERG_API}"
LOCKFILE="/tmp/dev-agent-${PROJECT_NAME:-harb}.lock"
LOCKFILE="/tmp/dev-agent-${PROJECT_NAME:-default}.lock"
STATUSFILE="/tmp/dev-agent-status"
# Gitea labels API requires []int64 — look up the "backlog" label ID once