Commit Graph

4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] cc55130cb7 📡 指令回执自动闭环系统 · write-receipt-to-notion.js + 11 Workflow 追加回执写入 step
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/f717b1c5-28b3-405e-9819-b987389fff6c
2026-03-25 06:52:25 +00:00
copilot-swe-agent[bot] d5ce02196c 🧬 添加双端神经系统自报告步骤到10个workflow
为以下workflow的最后一个job追加自报告step:
- zhuyuan-skyeye (skyeye)
- skyeye-weekly-scan (notify-notion)
- zhuyuan-gate-guard (gate-guard)
- deploy-to-server (notify)
- syslog-pipeline (pipeline-e-changes)
- distribute-broadcasts (distribute)
- server-patrol (patrol)
- zhuyuan-daily-selfcheck (selfcheck)
- sync-dev-status (sync-dev-status)
- zhuyuan-exec-engine (execute)

每个自报告step会在job完成后(无论成功/失败)写入JSON报告
到 data/neural-reports/{subdir}/ 并自动提交推送。

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-25 06:06:05 +00:00
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