AgentEvalTool/docs/agents/issue-tracker.md
sinohqb 10a089e740
Some checks failed
CI / test (push) Failing after 1m31s
docs(deploy): record production access topology
2026-08-09 03:49:06 +08:00

19 lines
981 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Issue Tracker
本仓库使用自托管 Gitea Issues
- 实例:`https://git.solahqb22.cn`
- 仓库:`solahqb/AgentEvalTool`
- Web`https://git.solahqb22.cn/solahqb/AgentEvalTool/issues`
- API`/api/v1/repos/solahqb/AgentEvalTool/issues`
## 工作流
读取、创建和更新 Issue 时优先使用 Gitea REST API。认证 token 必须通过临时文件或进程环境注入使用请求头传递禁止写入仓库、remote URL、命令参数、日志或 Issue 正文。
创建前按标题搜索现有 Issue避免重复。Issue 正文使用 Markdown阶段进展写入评论完成后更新状态为 closed。需要表达依赖时使用 Gitea Issue dependency API而不是仅在正文中描述。
若本机已配置 `tea`,可使用非交互 flags否则使用 `curl` 调用当前实例 Swagger 定义的 REST 接口。不要用 GitHub `gh` 命令或假设 GitHub 字段与 Gitea 完全一致。
Pull Request 默认不作为 triage 输入来源。