pzhang_zywl
|
41ecca25f3
|
test: 添加 Label 优先原则到 Agent Issue pick up 规则 — Closes #120
CI / test (pull_request) Successful in 23s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-06-08 14:22:14 +08:00 |
|
pzhang_zywl
|
3957a32efa
|
test: 添加 Agent session 上下文压缩规则 — Closes #115
CI / test (pull_request) Successful in 18s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-06-08 14:14:55 +08:00 |
|
pzhang_zywl
|
687e2efbf6
|
fix: Dev-Agent 启动流程使用绝对路径读取项目文档 - Closes #113
CI / test (pull_request) Successful in 19s
Glob 工具在 Windows 下对项目目录持续返回空结果,导致 agent 启动时无法
读取 PROJECT_CHARTER.md 和 GLOBAL_STATE.md。改用绝对路径 + Read 工具。
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-06-08 12:39:09 +08:00 |
|
pzhang_zywl
|
77831d5a68
|
fix: 将 agent 定义移至 .claude/agents/ 实现 session 自动加载 - Closes #108
CI / test (pull_request) Successful in 25s
1. 创建 .claude/agents/dev-agent.md / qe-agent.md — agent 定义文件
2. _common.sh: launch_agent 改为接收绝对路径的 agent 定义文件
3. start_dev_agent.sh / start_qe_agent.sh: 传递 .claude/agents/ 下的文件路径
Claude Code 启动时通过 --agent .claude/agents/<name>.md 自动加载
frontmatter + body 作为系统指令。
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-06-08 11:33:13 +08:00 |
|