fix: 统一 Agent 定义文件到 .claude/agents/,删除 agents/ 遗留目录 - Closes #128
CI / test (pull_request) Successful in 20s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 22:40:15 +08:00
parent 95159e7c6a
commit a59c2a3365
9 changed files with 344 additions and 1177 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
- Gitea 仓库:`$GITEA_URL/$GITEA_REPO`(配置在 `~/.gitea/config.yaml`
- CI/CDGitea Actions,配置文件 `ci.yml`
- LLM 配置:`~/.openclaw/config/secrets.yaml`
- Agent 定义:`agents/DEV_AGENT.md``agents/QE_AGENT.md`
- Agent 定义:`.claude/agents/dev-agent.md``.claude/agents/qe-agent.md`
## 范围与边界
- 明确不做什么:
+1 -1
View File
@@ -44,7 +44,7 @@
<div class="card">
<strong>启动方式</strong><br>
<code>bash scripts/start_qe_agent.sh</code> — 三种模式:单次 / 持续轮询 / 交互<br>
<code>claude --agent agents/QE_AGENT.md</code> — 直接启动交互模式(默认 /loop 10m 轮询)
<code>claude --agent .claude/agents/qe-agent.md</code> — 直接启动交互模式(默认 /loop 10m 轮询)
</div>
<h2>1. 角色与边界</h2>