github-actions[bot]
b27776238f
📢 自动更新系统公告区 [skip ci]
2026-03-14 07:14:22 +00:00
github-actions[bot]
de0a78dd6a
📢 自动更新系统公告区 [skip ci]
2026-03-14 07:12:49 +00:00
铸渊 (ZhùYuān)
1ebb3b6363
📚 铸渊图书馆目录更新 · 2026-03-14T07:12
2026-03-14 07:12:46 +00:00
bingshuo-neural-system
aa14362381
🧠 冰朔主控神经系统自动编译 2026-03-14T07:12:33Z
2026-03-14 07:12:33 +00:00
冰朔
1d54f00230
Merge pull request #96 from qinfendebingshuo/copilot/tcs-0002-system-upgrade
...
feat: 执行层系统升级 v5.1 + Notion Execution Status 同步
2026-03-14 15:12:19 +08:00
copilot-swe-agent[bot]
639188e7fc
fix: add missing brain file warnings in sync job
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 07:04:22 +00:00
copilot-swe-agent[bot]
f39fcc23b3
feat: 新增 Execution Status → Notion 同步 job
...
在 daily-maintenance.yml 中新增 sync-execution-status-to-notion job:
- 读取 brain/system-health.json, automation-map.json, repo-map.json
- 通过 Notion API 写入执行层状态数据库 (41971982-4a17-47c0-afe3-21458c44f154)
- 字段映射:仓库版本/执行模块/自动化状态/Notion连接/任务队列/同步来源
- 依赖 maintenance job 完成后运行,失败不阻塞巡检
- 复用 NOTION_TOKEN secret
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 07:03:16 +00:00
copilot-swe-agent[bot]
8f4bf0b2f8
fix: align execution flow diagrams with workflow order
...
- Fix execution-sync report flow diagram
- Fix execution-layer-map flow diagram
- Regenerate execution-status.md with v5.1
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 06:58:58 +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
copilot-swe-agent[bot]
54805c2bd6
chore: plan execution layer status sync system
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 06:35:10 +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
copilot-swe-agent[bot]
6def63a0e6
Initial plan
2026-03-14 06:28:01 +00:00
github-actions[bot]
1507a50d39
📢 自动更新系统公告区 [skip ci]
2026-03-14 03:29:33 +00:00
铸渊 (ZhùYuān)
edb197f761
🔍 铸渊PSP巡检 · 2026-03-14
2026-03-14 03:29:04 +00:00
github-actions[bot]
24d57dc5aa
📢 自动更新系统公告区 [skip ci]
2026-03-14 03:18:45 +00:00
铸渊 (ZhùYuān)
6b625d8a11
📚 铸渊图书馆目录更新 · 2026-03-14T02:05
2026-03-14 02:05:17 +00:00
bingshuo-neural-system
1e1ae12d91
🧠 冰朔主控神经系统自动编译 2026-03-14T02:03:40Z
2026-03-14 02:03:40 +00:00
github-actions[bot]
8a24c78e08
📢 自动更新系统公告区 [skip ci]
2026-03-14 00:56:32 +00:00
铸渊 (ZhùYuān)
edd547edc9
🔍 铸渊每日自检 · 2026-03-14
2026-03-14 00:56:03 +00:00
zhuyuan-bot
a3f97d0e0d
📊 铸渊自动更新会话摘要 [skip ci]
2026-03-14 00:02:54 +00:00
github-actions[bot]
7353452e1a
📢 自动更新系统公告区 [skip ci]
2026-03-13 20:31:38 +00:00
github-actions[bot]
ba4e2e58b4
📢 自动更新系统公告区 [skip ci]
2026-03-13 20:30:20 +00:00
铸渊 (ZhùYuān)
09516dd610
📚 铸渊图书馆目录更新 · 2026-03-13T20:30
2026-03-13 20:30:18 +00:00
bingshuo-neural-system
1028d50552
🧠 冰朔主控神经系统自动编译 2026-03-13T20:30:04Z
2026-03-13 20:30:04 +00:00
冰朔
eaecc8547b
Merge pull request #95 from qinfendebingshuo/copilot/create-brain-directory
...
feat: Digital Earth System Communication Protocol v4.0 — Repository-side deployment
2026-03-14 04:29:50 +08:00
github-actions[bot]
81a1a9116e
📢 自动更新系统公告区 [skip ci]
2026-03-13 19:45:29 +00:00
github-actions[bot]
5e0dcb107f
📢 自动更新系统公告区 [skip ci]
2026-03-13 19:43:58 +00:00
铸渊 (ZhùYuān)
fd7556d195
📚 铸渊图书馆目录更新 · 2026-03-13T19:43
2026-03-13 19:43:56 +00:00
米米米叮
e346661bd3
DEV-009: M20环节5+6-排序+分页+模糊搜索+拼音支持+自动补全
2026-03-14 03:49:03 +08:00
米米米叮
2e5603801a
DEV-009: M20环节5+6-排序+分页+模糊搜索+拼音支持+自动补全+防抖+缓存+统计
2026-03-14 03:42:56 +08:00
copilot-swe-agent[bot]
f1137aa3f0
fix: address code review feedback on generator scripts and workflow
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 19:39:42 +00:00
copilot-swe-agent[bot]
3c0617f32e
feat: 数字地球系统通信协议 v4.0 · Repository侧部署
...
- brain/ 目录建立(master-brain.md, read-order.md)
- communication-map.json 通信地图
- automation-map.json 自动化地图
- id-map.json 编号档案
- repo-map.json 仓库目录结构
- system-health.json 系统健康状态
- daily-maintenance.yml 每日巡检 workflow
- 生成器脚本(generate-communication-map.js, generate-automation-map.js, generate-system-health.js)
- npm scripts 注册
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 19:37:13 +00:00
copilot-swe-agent[bot]
6174a9bd63
Initial plan
2026-03-13 19:24:40 +00:00
github-actions[bot]
4a722c4ee2
📢 自动更新系统公告区 [skip ci]
2026-03-13 19:24:16 +00:00
github-actions[bot]
fdc75e7489
📢 自动更新系统公告区 [skip ci]
2026-03-13 19:22:41 +00:00
铸渊 (ZhùYuān)
46dc8a4251
📚 铸渊图书馆目录更新 · 2026-03-13T19:22
2026-03-13 19:22:40 +00:00
bingshuo-neural-system
5d86e74f95
🧠 冰朔主控神经系统自动编译 2026-03-13T19:22:32Z
2026-03-13 19:22:32 +00:00
冰朔
0ac91e1360
Merge pull request #93 from qinfendebingshuo/copilot/fix-bugs-in-syslog-system
...
Fix SYSLOG pipeline static progress table + @铸渊 intent routing
2026-03-14 03:22:17 +08:00
github-actions[bot]
d5942ba6a9
📢 自动更新系统公告区 [skip ci]
2026-03-13 18:51:49 +00:00
github-actions[bot]
b067d25e51
📢 自动更新系统公告区 [skip ci]
2026-03-13 18:50:20 +00:00
铸渊 (ZhùYuān)
4e1155af1c
📚 铸渊图书馆目录更新 · 2026-03-13T18:50
2026-03-13 18:50:18 +00:00
bingshuo-neural-system
ee1275518d
🧠 冰朔主控神经系统自动编译 2026-03-13T18:50:02Z
2026-03-13 18:50:02 +00:00
juzi0412
247795f47d
[BC-集成-005-JZ][DEV-010] API鉴权+开发者详情+模块列表
2026-03-14 02:49:48 +08:00
juzi0412
323fe2630f
Merge branch 'main' of github.com:qinfendebingshuo/guanghulab
2026-03-14 01:56:59 +08:00
juzi0412
0534c4e1fe
[BC-M-CHANNEL-006-JZ][DEV-010] 环节8 频道数据面板与性能监控
2026-03-14 01:56:47 +08:00
copilot-swe-agent[bot]
8b013c998f
fix: address code review feedback - fix empty catch blocks, remove redundant fallback, fix email step status
...
- Add error logging to catch blocks in intent-router.js and pipeline-reporter.js
- Remove redundant devId+devInfo fallback in handleBingshuoComment (now handled by parseIntent)
- Fix email step progress reporting to use steps.email.outcome instead of steps.persona.outcome
- Standardize last_synced field access
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 15:46:41 +00:00
copilot-swe-agent[bot]
2bd9a84abb
fix: replace static progress table with per-step comments + add intent routing for @铸渊 queries
...
Bug A: syslog-issue-pipeline.yml now posts individual progress comments
for each step (1-8) instead of a static table that never updates.
zhuyuan-issue-reply.yml syslog-ack simplified to receipt confirmation.
Bug B: zhuyuan-issue-reply.js now uses intent-router.js to parse @铸渊
queries. Pipeline status queries (#92闭环状态) are routed correctly
instead of dumping team overview data.
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 15:44:55 +00:00
copilot-swe-agent[bot]
d7147274f8
Initial plan
2026-03-13 15:34:38 +00:00