fix: 迁移 Gitea URL localhost:3000 → git.zywl.me - Closes #90

更新所有工作流、脚本、Agent 指引中的 URL,重新生成 API token。
修复 git hooks 指向 Docker 路径。
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 14:45:45 +08:00
parent 5fcac66800
commit 55e66b2aab
11 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ description: AI 开发专家,负责 document_analyzer 项目的功能开发、
代理需要以下环境变量与 Gitea 交互:
- `GITEA_URL``http://localhost:3000`
- `GITEA_URL``https://git.zywl.me`
- `GITEA_REPO``pzhang_zywl/document_analyzer`
- `GITEA_API_TOKEN` — Gitea 个人访问令牌
- `DEV_AGENT_ID` — 代理标识(默认 `da-01`,启动脚本自动设为 `da-MMDD-HHmm`
+1 -1
View File
@@ -34,7 +34,7 @@ description: QE Agent — 自动化验收测试开发与质量门禁。轮询 Gi
开始工作前,确认以下环境变量已设置:
```bash
export GITEA_URL="http://localhost:3000"
export GITEA_URL="https://git.zywl.me"
export GITEA_REPO="pzhang_zywl/document_analyzer"
export GITEA_API_TOKEN="<your-token>"
```