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
27d1a74e71
fix: 系统性修复 claude code auto mode 拦截问题 - Closes #110
...
CI / test (pull_request) Successful in 22s
- 扩充 permissions.allow 覆盖 PYTHONIOENCODING 前缀变体、基础 shell 命令
- 完善 autoMode.allow 描述,涵盖 agent_poller 所有 action、git 操作、pip、文件管理
- 明确声明 settings.json 修改为修复 auto mode 所必需
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-08 11:45:05 +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
pzhang_zywl
d024ccf65b
fix: 配置 autoMode.allow 和权限规则 - Closes #106
...
CI / test (pull_request) Successful in 20s
1. 新增 GITEA_USER=* python scripts/agent_poller.py * 权限规则
2. 新增 autoMode.allow 规则,Gitea 操作列为 Agent 核心工作流
3. autoMode 配置在下个 session 启动时生效
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-08 09:50:36 +08:00
pzhang_zywl
b193aaf8f7
test: QE-Agent bypass 模式扩展 allowlist 实现全自动 e2e - Closes #51
...
CI / test (pull_request) Successful in 8s
新增 bypass 权限:run_pipeline, pytest, curl, create_failure_issue, git 全命令
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-02 15:19:23 +08:00
pzhang_zywl
40567a4fb6
Initial commit: document_analyzer with CI/CD pipeline
...
CI / test (push) Successful in 30s
- 4 skill pipeline (doc_parser, conflict_detection, ir_generation, resolution_application)
- CI workflow on push/PR (.gitea/workflows/ci.yml)
- Auto-issue on CI failure (.gitea/workflows/auto-issue.yml)
- Pytest smoke tests (tests/test_sample.py)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-29 20:00:26 +08:00