Commit Graph

4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] b4dad5f8e8
feat: auto-sync Notion directives on wakeup when stale — eliminates need for workflow file changes
Uses execFileSync (no shell injection risk) to run sync-notion-directives.js
automatically during agent wakeup when sync data is >24h old.
SkyEye R5 no longer triggered — no .github/workflows/*.yml files modified.

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/879705fd-fb8c-4fa9-91f6-e113b7398439
2026-03-26 00:11:38 +00:00
copilot-swe-agent[bot] dbd5b173c1
fix: deduplicate isNaN check in wakeup sync validation
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/75b1b671-d7ed-465c-95e7-d04ac4ebb8ba
2026-03-25 23:55:16 +00:00
copilot-swe-agent[bot] a838cf605e ZY-MERGEMEMBRANE-SYNC-2026-0326-001: 天眼合并膜v3 双路径分离规范 + Notion 同步机制
- memory.json: 新增 notion_sync 字段(§3.1)
- zhuyuan-wakeup.js: 唤醒序列增加 Notion 同步读取 + 强制检查清单 + 全局视图(§3.2A/§3.3/§4)
- sync-notion-directives.js: 新建汇总引擎 Notion 指令同步脚本(§3.2B)
- neural-daily-digest.yml: Phase 6.5 增加 Notion 指令同步步骤(§3.2B)

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/1e67a922-372f-4137-aa86-6968b6dae95e
2026-03-25 23:43:34 +00:00
copilot-swe-agent[bot] 88c1103bdc feat: 新增人格体注册表、签到机制和巡检系统
- 更新 memory.json: 新增 human_controller、default_controller、authority_note 权限架构
- 创建 agent-registry.json: 扫描所有 62 个 workflow 并注册
- 创建 checkin-board.json: 签到数据库
- 创建 agent-checkin.yml: 每日签到 workflow (UTC 02:00 = 北京 10:00)
- 创建 zhuyuan-daily-inspection.yml: 每日巡检 workflow (UTC 04:00 = 北京 12:00)
- 创建 agent-checkin.js: 签到脚本
- 创建 zhuyuan-wakeup.js: 大脑唤醒脚本
- 创建 zhuyuan-inspection.js: 巡检脚本
- 创建 push-inspection-report.js: Notion/Issue 报告推送脚本

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-17 06:56:42 +00:00