diff --git a/dev/dev-agent.sh b/dev/dev-agent.sh index be85d88..e72551a 100755 --- a/dev/dev-agent.sh +++ b/dev/dev-agent.sh @@ -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 diff --git a/lib/env.sh b/lib/env.sh index 85e28bf..a1150e8 100755 --- a/lib/env.sh +++ b/lib/env.sh @@ -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