fix: 更新 repo 路径 pzhang_zywl → zeekrAI 组织
CI / test (push) Successful in 18s

创建 zeekrAI 组织并将 document_analyzer 转移至其下。
更新所有文件中的 repo 路径和 git remote。
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 15:50:45 +08:00
parent a60990b652
commit 2b5d901cfe
11 changed files with 15 additions and 15 deletions
+5 -5
View File
@@ -17,7 +17,7 @@ Gitea (localhost:3000) Dev Agent
|------|------|------|
| Gitea 服务 | `https://git.zywl.me` | SQLite 数据库,Actions 已启用 |
| Actions Runner | `C:\Users\peterz\tools\act_runner\` | Shell 模式,v0.2.11 |
| 仓库 | `pzhang_zywl/document_analyzer` | 22+ 文件,CI/CD 已配置 |
| 仓库 | `zeekrAI/document_analyzer` | 22+ 文件,CI/CD 已配置 |
| API Token | 用户自行生成 | Settings → Applications → Generate Token |
## 环境搭建
@@ -57,7 +57,7 @@ nohup /c/Users/peterz/tools/act_runner/act_runner.exe daemon > /c/Users/peterz/t
```bash
export GITEA_API_TOKEN="你的token"
export GITEA_URL="https://git.zywl.me"
export GITEA_REPO="pzhang_zywl/document_analyzer"
export GITEA_REPO="zeekrAI/document_analyzer"
```
## CI/CD 工作流
@@ -102,7 +102,7 @@ git clone → pip install → pytest →
```bash
export GITEA_API_TOKEN="59117246ec418d5d87042de073b0d4197d8054bf"
export GITEA_URL="https://git.zywl.me"
export GITEA_REPO="pzhang_zywl/document_analyzer"
export GITEA_REPO="zeekrAI/document_analyzer"
```
### 方式 A: 单次任务模式
@@ -142,7 +142,7 @@ claude --agent agents/DEV_AGENT.md
在 Claude Code 对话中直接说:
> 用 DEV_AGENT.md 检查 https://git.zywl.me/pzhang_zywl/document_analyzer/issues 有没有待处理工单
> 用 DEV_AGENT.md 检查 https://git.zywl.me/zeekrAI/document_analyzer/issues 有没有待处理工单
### 方式 D: 任何其他 Agent
@@ -182,7 +182,7 @@ python scripts/agent_poller.py --action create-pr --issue N --branch fix/issue-N
1.`tests/test_sample.py` 中添加故意失败的测试
2. Push → CI 变红 → 自动在 Gitea 创建 Issue(含失败详情)
3. 查看: `https://git.zywl.me/pzhang_zywl/document_analyzer/issues`
3. 查看: `https://git.zywl.me/zeekrAI/document_analyzer/issues`
### 测试修复 → CI 通过 → Issue 关闭