Commit Graph

5 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 2caffb33cc feat: trinity-id.json v2.0 + 62 Agent parent_sys/owner + 67 Workflow sovereignty headers + workflow-alias-map.json [ZY-ID-RECON-2026-0322-001 Steps 1-3]
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/0a623113-5c1b-463c-8ccf-1f56e97def38
2026-03-22 14:36:44 +00:00
copilot-swe-agent[bot] 333d35b9a7 🔧 修复工作流密钥配置:恢复 syslog-issue-pipeline.yml 表达式语法 + 统一 NOTION_API_TOKEN 引用
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 10:29:17 +00:00
copilot-swe-agent[bot] b162ac507f feat: 执行层自动开发循环升级 v5.1
新增模块:
- core/context-loader: 执行前系统上下文加载器

升级模块:
- core/task-queue: 新增任务类型 (system/dev/maintenance/auto-task)
- core/system-check: 新增自动任务生成 (generateAutoTasks)
- core/execution-sync: 包含 context-loader 模块检查

更新:
- .github/workflows/execution-sync.yml: 集成上下文加载步骤
- docs/execution-layer-map.md: 新增自动开发循环文档
- brain/master-brain.md: v5.0 → v5.1
- brain/system-health.json: 新增 auto_dev_loop/context_loader 状态
- package.json: 新增 core:context 脚本

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 06:57:30 +00:00
copilot-swe-agent[bot] afc1897ef7 fix: address code review feedback
- Fix execution-sync calling wrong method (pushExecutionLog → syncExecutionStatus)
- Fix task queue preserving original fields on update
- Fix redundant duplicate check in broadcast-listener
- Fix workflow secret check pattern
- Add Notion DB schema note in connector docs

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 06:39:45 +00:00
copilot-swe-agent[bot] 70f678506e feat: 建立执行层状态同步系统
新增模块:
- core/execution-sync: 执行层状态采集与同步
- docs/execution-layer-map.md: 执行层结构地图
- docs/execution-status.md: 执行层状态报告(自动生成)
- .github/workflows/execution-sync.yml: 每日状态同步工作流

更新:
- connectors/notion-sync: 新增 syncExecutionStatus 方法
- core/system-check: 新增 execution-sync 模块检查
- brain/master-brain.md: 新增执行同步模块入口
- brain/system-health.json: 新增 execution_sync 状态
- package.json: 新增 core:sync 脚本

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 06:38:13 +00:00