feat: agent_poller 自动附加 Dev-Agent 签名 #20

Merged
pzhang_zywl merged 3 commits from dev/issue-15-fix-empty-ir-pipeline into main 2026-05-31 19:35:23 +08:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 42e8dbe025 - Show all commits
+1
View File
@@ -11,3 +11,4 @@ dist/
*.jpg
acceptance-report.json
ir_final.json
scripts/.env
+6
View File
@@ -4,6 +4,12 @@
set -e
# Source local secrets if available (not tracked by git)
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
if [ -f "$SCRIPT_DIR/.env" ]; then
source "$SCRIPT_DIR/.env"
fi
# Load from environment or default values
export GITEA_API_TOKEN="${GITEA_API_TOKEN:-}"
export GITEA_URL="${GITEA_URL:-http://localhost:3000}"