fix: CODEBERG_WEB not exported from lib/env.sh — other agents may hit the same gap (#129)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b56e0d413e
commit
deeedd0cbf
2 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ IMPL_SUMMARY_FILE="/tmp/dev-impl-summary-${PROJECT_NAME}-${ISSUE}.txt"
|
|||
|
||||
# Matrix thread tracking — one thread per issue for conversational notifications
|
||||
THREAD_FILE="/tmp/dev-thread-${PROJECT_NAME}-${ISSUE}"
|
||||
CODEBERG_WEB="https://codeberg.org/${CODEBERG_REPO}"
|
||||
|
||||
# Timing
|
||||
PHASE_POLL_INTERVAL=30 # seconds between phase checks
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ export CODEBERG_TOKEN
|
|||
# Project config
|
||||
export CODEBERG_REPO="${CODEBERG_REPO:-johba/harb}"
|
||||
export CODEBERG_API="${CODEBERG_API:-https://codeberg.org/api/v1/repos/${CODEBERG_REPO}}"
|
||||
export CODEBERG_WEB="https://codeberg.org/${CODEBERG_REPO}"
|
||||
export PROJECT_NAME="${PROJECT_NAME:-${CODEBERG_REPO##*/}}"
|
||||
export PROJECT_REPO_ROOT="${PROJECT_REPO_ROOT:-${HARB_REPO_ROOT:-/home/${USER}/${PROJECT_NAME}}}"
|
||||
export HARB_REPO_ROOT="${PROJECT_REPO_ROOT}" # deprecated alias
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue