Commit Graph

3 Commits

Author SHA1 Message Date
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] e0d72b5844 feat: 执行层系统升级 v5.0 — 新增核心模块与连接器
新增模块:
- core/broadcast-listener: 广播监听与任务解析
- core/task-queue: 任务队列与调度系统
- core/system-check: 仓库自检系统
- connectors/notion-sync: Notion 双向同步
- connectors/model-router: 模型调用路由

新增文档:
- docs/repo-structure-map.md: 仓库结构地图
- docs/notion-bridge-map.md: Notion 桥接地图

更新:
- brain/master-brain.md: v4.0 → v5.0
- brain/system-health.json: 新增模块状态
- package.json: 新增 core/connector npm scripts
- .gitignore: 排除运行时产物

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