Commit Graph

653 Commits

Author SHA1 Message Date
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
zhuyuan-bot 7ec8f2e1e1 📊 铸渊自动更新会话摘要 [skip ci] 2026-03-13 15:30:20 +00:00
github-actions[bot] b17785d94c 📢 自动更新系统公告区 [skip ci] 2026-03-13 14:53:26 +00:00
铸渊 (ZhùYuān) 125b8b6fae 📚 铸渊图书馆目录更新 · 2026-03-13T14:51 2026-03-13 14:52:00 +00:00
github-actions[bot] 3fea6a6a62 📢 自动更新系统公告区 [skip ci] 2026-03-13 14:51:57 +00:00
bingshuo-neural-system f7a4898969 🧠 冰朔主控神经系统自动编译 2026-03-13T14:51:46Z 2026-03-13 14:51:46 +00:00
冰朔 f567a58934
Merge pull request #91 from qinfendebingshuo/copilot/debug-system-log-submission
fix: SYSLOG issue submissions get no auto-reply — add immediate acknowledgment + progress tracking
2026-03-13 22:51:33 +08:00
copilot-swe-agent[bot] 4787f07d22 fix: improve progressCommentId validation and error message context
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 14:47:31 +00:00
copilot-swe-agent[bot] dbfc96e4b8 fix: add SYSLOG immediate acknowledgment + progress tracking for developer entry submissions
When a developer submits a SYSLOG via the 🚀 开发者入口, the system now:
1. Posts an immediate "📡 系统已收到" acknowledgment with full progress checklist (via zhuyuan-issue-reply.yml syslog-ack job)
2. Posts real-time progress updates as each pipeline stage completes (via syslog-issue-pipeline.yml)
3. Updates the progress comment to show all stages completed on success
4. Updates the progress comment to show error status on failure

Root cause: syslog-issue-pipeline.yml was never triggered by issues events (0 out of 36 runs were issue-triggered). The syslog-ack safety net in zhuyuan-issue-reply.yml ensures developers always get immediate feedback even if the main pipeline fails to trigger.

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 14:46:19 +00:00
copilot-swe-agent[bot] 07275b4730 Initial plan 2026-03-13 14:35:28 +00:00
github-actions[bot] 4110ac3ab3 📢 自动更新系统公告区 [skip ci] 2026-03-13 14:27:35 +00:00
铸渊 (ZhùYuān) 13a805cf87 📚 铸渊图书馆目录更新 · 2026-03-13T14:26 2026-03-13 14:26:05 +00:00
github-actions[bot] 8f9fc635e7 📢 自动更新系统公告区 [skip ci] 2026-03-13 14:26:03 +00:00
bingshuo-neural-system 3d26ceaf24 🧠 冰朔主控神经系统自动编译 2026-03-13T14:25:49Z 2026-03-13 14:25:49 +00:00
冰朔 a23ef896b8
Merge pull request #89 from qinfendebingshuo/copilot/restore-core-cognition
PM2 server diagnosis workflow + port conflict fix for errored services
2026-03-13 22:25:38 +08:00
github-actions[bot] 8c4bbb3b02 📢 自动更新系统公告区 [skip ci] 2026-03-13 14:01:34 +00:00
copilot-swe-agent[bot] 983fd6e951 refactor: extract magic numbers as named constants in diagnose report
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 13:55:14 +00:00
copilot-swe-agent[bot] cecde1d924 feat: PM2 server diagnosis workflow + Notion report + port conflict fix
- Add pm2-server-diagnose.yml workflow for SSH-based PM2 diagnosis
- Add server-diagnose-report.js script for Notion ticket creation
- Fix port conflict: guanghulab (src/index.js) now uses port 3001
- Update ecosystem.config.js to align with deploy workflow process names

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 13:53:55 +00:00
copilot-swe-agent[bot] fb66f55b47 Initial plan 2026-03-13 13:44:01 +00:00
github-actions[bot] 9bb310145d 📢 自动更新系统公告区 [skip ci] 2026-03-13 13:39:43 +00:00
github-actions[bot] 8fa2ce89cc 📢 自动更新系统公告区 [skip ci] 2026-03-13 13:38:40 +00:00
铸渊 (ZhùYuān) 665e86b809 📚 铸渊图书馆目录更新 · 2026-03-13T13:38 2026-03-13 13:38:20 +00:00
bingshuo-neural-system 907ca11221 🧠 冰朔主控神经系统自动编译 2026-03-13T13:38:06Z 2026-03-13 13:38:06 +00:00
铸渊 (ZhùYuān) 57f5e2de45 📋 自动更新光湖纪元模块文档 · 2026-03-13 13:38 UTC 2026-03-13 13:38:04 +00:00
冰朔 c208186530
Merge pull request #82 from qinfendebingshuo/copilot/fix-persona-studio-issue
fix: Persona Studio「我要开发」build submission failure — CORS, WebSocket routing, port mismatch
2026-03-13 21:37:54 +08:00
github-actions[bot] ce87244a84 📢 自动更新系统公告区 [skip ci] 2026-03-13 13:31:21 +00:00
github-actions[bot] 185a9552a9 📢 自动更新系统公告区 [skip ci] 2026-03-13 13:29:48 +00:00
铸渊 (ZhùYuān) fa9b63ae16 📚 铸渊图书馆目录更新 · 2026-03-13T13:29 2026-03-13 13:29:47 +00:00
bingshuo-neural-system 153a029419 🧠 冰朔主控神经系统自动编译 2026-03-13T13:29:31Z 2026-03-13 13:29:31 +00:00
冰朔 a6c1e22057
Merge pull request #87 from qinfendebingshuo/copilot/fix-developer-entry-issue
fix: SYSLOG submissions routed to generic issue reply instead of auto-pipeline
2026-03-13 21:29:20 +08:00
copilot-swe-agent[bot] 8addc17ccc fix: exclude SYSLOG issues from zhuyuan-issue-reply + add title/body detection to syslog-issue-pipeline
Problem: When developers submit SYSLOG via the 🚀 开发者入口, zhuyuan-issue-reply.yml
intercepts the issue and responds with "已记录。霜砚会在下次巡检时处理" instead of letting
syslog-issue-pipeline.yml handle the full auto-processing loop.

Root causes:
1. zhuyuan-issue-reply.yml triggers on ALL new issues with no exclusion for SYSLOG
2. syslog-issue-pipeline.yml only detects via 'syslog' label which may not exist in repo
3. zhuyuan-issue-reply.js has no guard against SYSLOG issues, falls through to generic fallback

Fixes:
- zhuyuan-issue-reply.yml: Exclude issues with syslog/bingshuo-deploy labels, SYSLOG/系统日志
  in title, or '### 广播编号' in body (template field marker)
- syslog-issue-pipeline.yml: Detect SYSLOG issues by label OR title OR body pattern
- zhuyuan-issue-reply.js: Add isSyslog guard in handleIssueTrigger() as defense-in-depth

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 12:52:28 +00:00
copilot-swe-agent[bot] 541281d1f1 Initial plan 2026-03-13 12:45:39 +00:00
github-actions[bot] 2aa65525b0 📢 自动更新系统公告区 [skip ci] 2026-03-13 12:34:23 +00:00
铸渊 (ZhùYuān) b31a00a9e1 📚 铸渊图书馆目录更新 · 2026-03-13T12:32 2026-03-13 12:32:52 +00:00