Commit Graph

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] a04003e944 fix: address code review — module-level JWT check, safer JSON extraction, Node.js in workflow
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/9f983442-2152-4e4a-82b7-c13fe55f0b9a
2026-03-24 13:04:55 +00:00
copilot-swe-agent[bot] d7ac8557ee feat: 铸渊远程执行引擎 — GitHub App 跨仓库执行 + 天眼前置 + 指令解析器
新增文件:
- services/zhuyuan-bridge/package.json: 桥接服务依赖配置
- services/zhuyuan-bridge/lib/github-auth.js: GitHub App JWT 鉴权 + Installation Token
- services/zhuyuan-bridge/lib/repo-operator.js: 仓库操作封装 (CRUD/分支/PR/Issue)
- services/zhuyuan-bridge/scripts/parse-instruction.js: Issue 指令解析器
- services/zhuyuan-bridge/scripts/execute-instruction.js: 指令执行器 (AI生成+代码提交)
- services/zhuyuan-bridge/server.js: Webhook Server (可选增强)
- services/zhuyuan-bridge/prompts/*: 提示词模板
- services/zhuyuan-bridge/logs/.gitkeep
- .github/workflows/zhuyuan-exec-engine.yml: 执行引擎 Workflow

修改文件:
- .github/persona-brain/agent-registry.json: 新增 AG-ZY-089 + AG-ZY-090

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/9f983442-2152-4e4a-82b7-c13fe55f0b9a
2026-03-24 13:02:31 +00:00