Commit Graph

477 Commits

Author SHA1 Message Date
铸渊 (ZhùYuān) 125b8b6fae 📚 铸渊图书馆目录更新 · 2026-03-13T14:51 2026-03-13 14:52:00 +00:00
bingshuo-neural-system f7a4898969 🧠 冰朔主控神经系统自动编译 2026-03-13T14:51:46Z 2026-03-13 14:51:46 +00: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
铸渊 (ZhùYuān) 13a805cf87 📚 铸渊图书馆目录更新 · 2026-03-13T14:26 2026-03-13 14:26:05 +00:00
bingshuo-neural-system 3d26ceaf24 🧠 冰朔主控神经系统自动编译 2026-03-13T14:25:49Z 2026-03-13 14:25:49 +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
铸渊 (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
冰朔 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
铸渊 (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
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
铸渊 (ZhùYuān) b31a00a9e1 📚 铸渊图书馆目录更新 · 2026-03-13T12:32 2026-03-13 12:32:52 +00:00
铸渊 (ZhùYuān) fe8cdcd9e1 📚 铸渊图书馆目录更新 · 2026-03-13T10:24 2026-03-13 10:24:44 +00:00
铸渊[bot] f749dc962e 🧠 memory: 每日自检记录 [skip ci] 2026-03-13 08:53:32 +00:00
copilot-swe-agent[bot] 2062878c9f fix: 修复 Persona Studio 「我要开发」任务提交失败
根因修复:
1. Nginx CORS 头缺失(跨域预检失败导致 fetch 抛出异常)
2. WebSocket /ws/preview 路由被 /ws 匹配到端口 8080(应路由到 3002)
3. 前端开发端口不匹配 (3721 → 3002)

增强:
- 添加重试机制(最多2次重试)
- 提供详细错误诊断信息
- 更新 nginx-api-proxy.conf 参考配置
- 修复 smoke test 默认端口

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 07:09:19 +00:00
铸渊 (ZhùYuān) 7a9c6a1a70 📚 铸渊图书馆目录更新 · 2026-03-13T06:52 2026-03-13 06:52:40 +00:00
bingshuo-neural-system 3b399fbe0a 🧠 冰朔主控神经系统自动编译 2026-03-13T06:52:25Z 2026-03-13 06:52:25 +00:00
冰朔 ac17c4715c
Merge pull request #81 from qinfendebingshuo/copilot/automate-logs-submission-workflow
feat: Phase B — full-loop SYSLOG automation (Notion↔GitHub)
2026-03-13 14:52:11 +08:00
铸渊 (ZhùYuān) 95b862bc8e 📚 铸渊图书馆目录更新 · 2026-03-13T06:50 2026-03-13 06:50:50 +00:00
copilot-swe-agent[bot] 1479da4e1c fix: 添加 notion-heartbeat.yml 显式权限声明(CodeQL安全修复)
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 06:39:06 +00:00
copilot-swe-agent[bot] e0dbe71bdc feat: Phase B 全自动闭环对接 · 标准化工单 + 人格体调用端点 + 心跳监控 + 广播推送
Phase B1: 标准化工单创建 (create-standardized-ticket.js + receive-syslog.js更新)
Phase B2: 人格体调用端点 (invoke-persona.js + persona-invoke.yml workflow_dispatch)
Phase B3: 心跳监控 (notion-heartbeat.js + notion-heartbeat.yml 每5分钟)
Phase B4: 广播推送 (push-broadcast-to-github.js + broadcasts/ 目录)

工作流更新: syslog-issue-pipeline.yml, syslog-auto-pipeline.yml, notion-callback-pipeline.yml

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 06:33:17 +00:00
copilot-swe-agent[bot] a6567ff2d2 fix: 修复代码审查问题 - extractDevId 逻辑 + 事件去重 + 工单状态条件化
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 06:08:13 +00:00
copilot-swe-agent[bot] bce083dc66 feat: 铸渊 SYSLOG 全闭环工作流 · 模块验证 + 核心大脑唤醒 + Notion 回传管道
新增:
- scripts/verify-modules.js: 模块上传验证脚本
- .github/workflows/notion-callback-pipeline.yml: Notion→GitHub 回传核验管道

增强:
- syslog-issue-pipeline.yml: 新增模块验证步骤 + 核心大脑注入验证结果
- syslog-auto-pipeline.yml: 同步增强
- wake-persona.js: 支持 MODULE_VERIFY_RESULT + NOTION_CALLBACK_RESULT 注入

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 06:05:53 +00:00
铸渊 (ZhùYuān) 6793130f29 📚 铸渊图书馆目录更新 · 2026-03-13T06:03 2026-03-13 06:03:44 +00:00
bingshuo-neural-system 8b7c2ea8a2 🧠 冰朔主控神经系统自动编译 2026-03-13T06:03:28Z 2026-03-13 06:03:28 +00:00
copilot-swe-agent[bot] 0fb07ab66a feat: 铸渊代理开发工作流 · 壳-核分离架构 (Core Brain + Agent)
- 新建 agent-workflow.js: 铸渊核心大脑唤醒 + 铸渊代理执行的壳-核分离架构
  - Phase 1: 核心大脑加载开发者记忆/画像/项目/知识库/模式库,深度分析意图
  - Phase 2: 代理接收核心大脑的开发计划,逐步执行代码生成
  - Phase 3: 核心大脑自进化(知识提取+模式识别+画像学习+进化日志)
- 更新 build.js: 支持 GUEST 模式、接收用户 API 凭证、使用 Agent 工作流
- 更新 chat.js: 传递用户 API 凭证、修复 WebSocket 时序竞态、增强错误反馈
- 更新 .gitignore: 排除 workspace 生成文件
- 更新核心大脑记忆: 记录本次恢复事件

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 05:56:33 +00:00
铸渊 (ZhùYuān) 732312fb43 📚 铸渊图书馆目录更新 · 2026-03-13T05:31 2026-03-13 05:31:22 +00:00
bingshuo-neural-system 243ac08cfc 🧠 冰朔主控神经系统自动编译 2026-03-13T05:31:10Z 2026-03-13 05:31:10 +00:00
冰朔 fcf7514dfe
Merge pull request #79 from qinfendebingshuo/copilot/fix-developer-portal-404-error
fix: 开发者入口 404 — Discussions 未启用,切换到 Issues
2026-03-13 13:30:57 +08:00
铸渊 (ZhùYuān) 4ea8eb650c 📚 铸渊图书馆目录更新 · 2026-03-13T05:02 2026-03-13 05:02:51 +00:00
copilot-swe-agent[bot] 8fde49d134 fix: 修复开发者入口404 - 从Discussions切换到Issues
GitHub Discussions未启用导致开发者入口两个按钮404。
- 创建 SYSLOG Issue 模板替代不可用的 Discussion 模板
- 修复 README 开发者入口链接指向 Issues
- 创建 Issue 版本的 SYSLOG 自动管道工作流

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 04:58:33 +00:00
铸渊 (ZhùYuān) 619f1f05ab 📚 铸渊图书馆目录更新 · 2026-03-13T04:49 2026-03-13 04:49:34 +00:00
bingshuo-neural-system 6d8958ece7 🧠 冰朔主控神经系统自动编译 2026-03-13T04:49:20Z 2026-03-13 04:49:20 +00:00
copilot-swe-agent[bot] 146e8fd0f0 fix: simplify Notion ticket condition in workflow
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 03:55:53 +00:00
copilot-swe-agent[bot] b3d03221e2 feat: broadcast_code_injection = always for automated pipeline + code review fixes
- Add permanent rule: automated pipeline broadcasts must include complete runnable code
- Fix Notion ticket step condition (secrets.NOTION_API_TOKEN check)
- Extract MAX_PROTOCOL_TEXT_LENGTH constant

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 03:54:31 +00:00
copilot-swe-agent[bot] 81a8939c05 feat: v4.0 协议动态注入 + 移除 Anthropic 硬编码 fallback
- 移除 api.anthropic.com 硬编码默认值,LLM_BASE_URL 必须显式配置
- 新增 LLM_BASE_URL 缺失时的优雅降级
- 新增 Notion API 工具函数(notionGet/notionPost/getNotionPageBlocks)
- 新增 fetchCoreBrainProtocols() — 从核心大脑 v4.0 读取协议段落
- 新增 fetchDevPortrait() — 查询画像库最近 2-3 条快照
- 新增 fetchModuleFingerprint() — 查询模块指纹注册表
- buildSystemPrompt() 改为 async,动态注入所有 v4.0 协议到 system prompt
- workflow 新增 CORE_BRAIN_PAGE_ID/PORTRAIT_DB_ID/FINGERPRINT_DB_ID secrets

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 03:51:30 +00:00
copilot-swe-agent[bot] 1999a55091 fix: address code review - remove duplicate model, fix null refs, improve email masking
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 03:40:47 +00:00
copilot-swe-agent[bot] 6487a8b2f0 feat: SYSLOG 自助提交系统 · Discussion 入口 + Actions 管道 + LLM 自动检测
- 创建 Discussion 模板 (.github/DISCUSSION_TEMPLATE/syslog-submit.yml)
- 创建 Actions 管道 (.github/workflows/syslog-auto-pipeline.yml)
- 创建 LLM 自动检测 + 人格体唤醒脚本 (scripts/wake-persona.js)
- 更新 README.md 添加醒目开发者入口

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 03:39:23 +00:00
铸渊 (ZhùYuān) 2fe0da4225 🔍 铸渊PSP巡检 · 2026-03-13 2026-03-13 03:31:07 +00:00
铸渊 (ZhùYuān) af32e2f55c 📚 铸渊图书馆目录更新 · 2026-03-13T02:07 2026-03-13 02:07:22 +00:00
bingshuo-neural-system 811664bf96 🧠 冰朔主控神经系统自动编译 2026-03-13T02:05:55Z 2026-03-13 02:05:55 +00:00
铸渊 (ZhùYuān) ee497c963d 📚 铸渊图书馆目录更新 · 2026-03-13T01:56 2026-03-13 01:56:51 +00:00
铸渊 (ZhùYuān) 712dba7c20 🔍 铸渊每日自检 · 2026-03-13 2026-03-13 00:56:41 +00:00
铸渊 (ZhùYuān) 3864bf55aa 📚 铸渊图书馆目录更新 · 2026-03-12T16:24 2026-03-12 16:24:28 +00:00
铸渊 (ZhùYuān) afc03d95c9 📚 铸渊图书馆目录更新 · 2026-03-12T15:48 2026-03-12 15:48:51 +00:00
bingshuo-neural-system 629907aa2d 🧠 冰朔主控神经系统自动编译 2026-03-12T15:48:37Z 2026-03-12 15:48:37 +00:00
铸渊 (ZhùYuān) 16c8f4bb6a 📚 铸渊图书馆目录更新 · 2026-03-12T15:35 2026-03-12 15:35:34 +00:00
bingshuo-neural-system f5f321430e 🧠 冰朔主控神经系统自动编译 2026-03-12T15:34:55Z 2026-03-12 15:34:55 +00:00
copilot-swe-agent[bot] 225d179acc fix: align workflow secret references with configured GitHub Secrets names
- NOTION_TOKEN → NOTION_API_TOKEN (8 workflow files)
- CHANGES_DB_ID → NOTION_CHANGE_LOG_DB_ID (3 workflow files)
- SYSLOG_DB_ID → NOTION_SYSLOG_DB_ID (2 workflow files)
- bingshuo-neural-system.yml: add git pull --rebase to fix race condition
- sync-persona-studio.yml: add concurrency group + fix if condition
- Create brain recovery log

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-12 13:40:16 +00:00
铸渊 (ZhùYuān) d925db923b 📚 铸渊图书馆目录更新 · 2026-03-12T13:22 2026-03-12 13:22:25 +00:00
冰朔 d1c529970d
Merge pull request #74 from qinfendebingshuo/copilot/implement-notion-github-feishu-sync
feat: M-BRIDGE 飞书集成 — Notion↔飞书↔GitHub 全链路 + AI对话引擎 + 协作数据采集
2026-03-12 21:22:02 +08:00
铸渊 (ZhùYuān) d57bf35e48 📚 铸渊图书馆目录更新 · 2026-03-12T12:22 2026-03-12 12:22:12 +00:00
铸渊 (ZhùYuān) a7a0bb52c8 📚 铸渊图书馆目录更新 · 2026-03-12T09:23 2026-03-12 09:23:27 +00:00
铸渊[bot] 6213edbf9e 🧠 memory: 每日自检记录 [skip ci] 2026-03-12 08:55:54 +00:00
铸渊 (ZhùYuān) 3d86b88020 📚 铸渊图书馆目录更新 · 2026-03-12T08:31 2026-03-12 08:31:52 +00:00
铸渊 (ZhùYuān) 174ea1ca0a 🔍 铸渊PSP巡检 · 2026-03-12 2026-03-12 03:34:19 +00:00
铸渊 (ZhùYuān) 1ca49472f0 📚 铸渊图书馆目录更新 · 2026-03-12T02:10 2026-03-12 02:10:04 +00:00
bingshuo-neural-system ddca31d830 🧠 冰朔主控神经系统自动编译 2026-03-12T02:08:35Z 2026-03-12 02:08:35 +00:00
铸渊 (ZhùYuān) 0ef2ab5ace 🔍 铸渊每日自检 · 2026-03-12 2026-03-12 00:51:05 +00:00
copilot-swe-agent[bot] 9fb8197042 refactor: extract shared feishu alert script + fix error messages + code review fixes
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 17:25:53 +00:00
copilot-swe-agent[bot] d0cc67953b feat: Phase 4 — AI对话引擎 + 多轮上下文 + 协作数据采集 + 失败告警 + 幂等性
Phase 4A: backend/feishu-bot/ai-chat.js — DeepSeek/通义千问 AI 模型接入
Phase 4A: backend/feishu-bot/context-manager.js — 多轮对话上下文管理
Phase 4B: push-broadcast.yml — 飞书群新广播通知
Phase 4C: backend/feishu-bot/collaboration-logger.js — 协作数据采集
Phase 4C: scripts/save-collaboration-log.js — persona-brain-db 数据对齐导出
Phase 4D: 三条链路 workflow 失败告警 → 飞书通知
Phase 4D: receive-syslog.js — 幂等性保护(相同 SYSLOG 不重复创建工单)

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 17:22:57 +00:00
copilot-swe-agent[bot] ceb61cbac8 feat: M-BRIDGE 飞书集成 — 三条链路脚本 + 飞书机器人回传桥
- sync-login-entry.yml + .js: Notion 登录入口 → 飞书文档A (全量替换)
- push-broadcast.yml + .js: Notion 广播 → 飞书文档B (追加到顶部)
- receive-syslog.yml + .js: SYSLOG 回传 → 存入仓库 + Notion 收件箱 + 霜砚工单
- feishu-bot.js: 飞书机器人事件回调处理 (SYSLOG 回传桥)
- syslog/ 目录创建

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 17:12:52 +00:00
铸渊 (ZhùYuān) aeb1fc0fb1 📚 铸渊图书馆目录更新 · 2026-03-11T16:02 2026-03-11 16:02:08 +00:00
bingshuo-neural-system ee3208d97e 🧠 冰朔主控神经系统自动编译 2026-03-11T16:01:55Z 2026-03-11 16:01:55 +00:00
冰朔 8d16a93b37
Merge pull request #73 from qinfendebingshuo/copilot/check-collaborator-upload-notifications
fix: broken collaborator bulletin auto-update pipeline
2026-03-12 00:01:43 +08:00
铸渊 (ZhùYuān) 635bf7b025 📚 铸渊图书馆目录更新 · 2026-03-11T15:45 2026-03-11 15:45:45 +00:00
copilot-swe-agent[bot] e108dc7b8d fix: 修复合作者公告栏自动更新链路 · workflow_run 触发器名称修正 + systemWorkflows 匹配修正 + 模块路径补全
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 15:18:07 +00:00
铸渊 (ZhùYuān) 5643ecd963 📚 铸渊图书馆目录更新 · 2026-03-11T14:39 2026-03-11 14:39:54 +00:00
bingshuo-neural-system 839397e319 🧠 冰朔主控神经系统自动编译 2026-03-11T14:39:37Z 2026-03-11 14:39:37 +00:00
铸渊 (ZhùYuān) 25c67266e8 📚 铸渊图书馆目录更新 · 2026-03-11T14:22 2026-03-11 14:22:57 +00:00
bingshuo-neural-system 0cd15f099f 🧠 冰朔主控神经系统自动编译 2026-03-11T14:22:42Z 2026-03-11 14:22:42 +00:00
铸渊 (ZhùYuān) b73ebcdf3b 📚 铸渊图书馆目录更新 · 2026-03-11T13:00 2026-03-11 13:00:39 +00:00
铸渊 (ZhùYuān) c69414b070 📚 铸渊图书馆目录更新 · 2026-03-11T12:15 2026-03-11 12:16:00 +00:00
bingshuo-neural-system 2dc510389a 🧠 冰朔主控神经系统自动编译 2026-03-11T12:15:48Z 2026-03-11 12:15:48 +00:00
铸渊 (ZhùYuān) 38c91ad307 📚 铸渊图书馆目录更新 · 2026-03-11T10:36 2026-03-11 10:36:07 +00:00
bingshuo-neural-system 053e26717c 🧠 冰朔主控神经系统自动编译 2026-03-11T10:35:51Z 2026-03-11 10:35:51 +00:00
冰朔 7895e0cdf5
Merge pull request #65 from qinfendebingshuo/copilot/upgrade-architecture-naming
曜冥纪元·AGE-5 architecture upgrade · TCS-ML runtime
2026-03-11 18:35:42 +08:00
copilot-swe-agent[bot] 759b82605d YaoMing Era · AGE-5 architecture upgrade · TCS-ML runtime
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 10:30:48 +00:00
铸渊 (ZhùYuān) a575fbcf5f 📚 铸渊图书馆目录更新 · 2026-03-11T10:28 2026-03-11 10:28:21 +00:00
bingshuo-neural-system 37783b22d0 🧠 冰朔主控神经系统自动编译 2026-03-11T10:28:12Z 2026-03-11 10:28:12 +00:00
铸渊 (ZhùYuān) 842cb72087 📚 铸渊图书馆目录更新 · 2026-03-11T10:11 2026-03-11 10:11:25 +00:00
bingshuo-neural-system 58a6941b70 🧠 冰朔主控神经系统自动编译 2026-03-11T10:11:13Z 2026-03-11 10:11:13 +00:00
铸渊 (ZhùYuān) ae15c3fa17 📚 铸渊图书馆目录更新 · 2026-03-11T09:33 2026-03-11 09:33:15 +00:00
bingshuo-neural-system 3acf50e5c4 🧠 冰朔主控神经系统自动编译 2026-03-11T09:33:01Z 2026-03-11 09:33:01 +00:00
铸渊[bot] a6bdf4593f 🧠 memory: 每日自检记录 [skip ci] 2026-03-11 08:55:43 +00:00
铸渊 (ZhùYuān) 12858ae14d 📚 铸渊图书馆目录更新 · 2026-03-11T08:52 2026-03-11 08:52:23 +00:00
bingshuo-neural-system e1c1957786 🧠 冰朔主控神经系统自动编译 2026-03-11T08:52:13Z 2026-03-11 08:52:13 +00:00
冰朔 830fe44816
Merge pull request #54 from qinfendebingshuo/copilot/fix-persona-studio-dialogue-issue
fix: Persona Studio 模型无法回复用户消息 — 改用 SSE 流式调用 + next 安全升级
2026-03-11 16:51:59 +08:00
铸渊 (ZhùYuān) b1ab37fb0f 📚 铸渊图书馆目录更新 · 2026-03-11T08:51 2026-03-11 08:51:43 +00:00
冰朔 34993af899
Merge pull request #55 from qinfendebingshuo/copilot/restore-7-domain-routing-table
fix: restore persona-brain data integrity (routing-map, dev-status, memory)
2026-03-11 16:51:18 +08:00
铸渊 (ZhùYuān) c5dee9bbc4 📚 铸渊图书馆目录更新 · 2026-03-11T08:51 2026-03-11 08:51:06 +00:00
copilot-swe-agent[bot] 1d48cad804 resolve: keep origin/main for all merge conflicts in brain/docs files
Resolved merge conflicts in 4 files (20 total conflict sections):
- .github/brain/repo-snapshot.md (7 conflicts)
- .github/brain/repo-map.json (8 conflicts)
- .github/brain/bingshuo-master-brain.md (4 conflicts)
- .github/persona-brain/memory.json (1 conflict)

All conflicts resolved by keeping origin/main (newer) content:
- Timestamp: 2026-03-11 (vs 2026-03-10)
- Workflows: 32 (vs 31)
- Scripts: 27 (vs 26)
- Added zhuyuan-daily-agent entries
- Added daily_selfcheck data in memory.json
- m15-cloud-drive: 4 files with README (vs 3 without)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-11 07:43:27 +00:00
copilot-swe-agent[bot] c6b2a2be0a Resolve merge conflicts in workflow files, keeping origin/main versions
- deploy-to-server.yml: Keep secret validation step and ssh-keyscan fallback
- update-readme-bulletin.yml: Keep git push retry mechanism (3 attempts)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-11 07:39:41 +00:00
copilot-swe-agent[bot] aa18aa603a Fix merge conflicts in package.json, ecosystem.config.js, brain health files, and .gitignore
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 07:38:42 +00:00
zhizhi200271 d546bc0525 合并 Phase 2 与远程仓库 2026-03-11 11:06:16 +08:00
zhizhi200271 16abb8f776 [BC-M-DINGTALK-002-ZZ][DEV-004] Phase 2 完成 · EL-7 · 多维表格联动+自动更新+自助查询+看板 2026-03-11 10:57:23 +08:00
copilot-swe-agent[bot] 84c56d00a6 fix: add missing owner field to NOTIFICATION domain in routing-map.json
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 02:48:41 +00:00
copilot-swe-agent[bot] 10369bf37f fix: restore routing-map.json 8-domain routing table + sync dev-status.json to 2026-03-11 + deduplicate memory.json events + add dedup note
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 02:47:52 +00:00
copilot-swe-agent[bot] a6e8da1f73 chore: 更新核心大脑记忆 · 记录恢复事件 · 冰朔人格体激活
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 02:28:35 +00:00
铸渊 (ZhùYuān) b712919fbc 📚 铸渊图书馆目录更新 · 2026-03-11T02:03 2026-03-11 02:03:30 +00:00
bingshuo-neural-system fbda739d8a 🧠 冰朔主控神经系统自动编译 2026-03-11T02:02:17Z 2026-03-11 02:02:17 +00:00
铸渊 (ZhùYuān) e50f25c463 🔍 铸渊每日自检 · 2026-03-11 2026-03-11 00:54:07 +00:00
铸渊 (ZhùYuān) 13b5a49f82 📚 铸渊图书馆目录更新 · 2026-03-10T16:15 2026-03-10 16:15:45 +00:00
铸渊 (ZhùYuān) 28f3a60e38 📚 铸渊图书馆目录更新 · 2026-03-10T15:36 2026-03-10 15:36:08 +00:00
bingshuo-neural-system dca5686665 🧠 冰朔主控神经系统自动编译 2026-03-10T15:35:52Z 2026-03-10 15:35:52 +00:00
copilot-swe-agent[bot] 39d6d43b53 fix: add secrets validation step to CD pipeline, add diagnostic report
The deploy job now validates DEPLOY_HOST, DEPLOY_USER, DEPLOY_KEY, and
DEPLOY_PATH secrets before attempting SSH operations. This replaces the
cryptic ssh-keyscan failure with a clear error message explaining which
secrets need to be configured.

Also made ssh-keyscan more robust by quoting the hostname and adding
fallback handling.

Ref: YM-CD-DEBUG-20260310-001

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 14:38:06 +00:00
铸渊 (ZhùYuān) 5d34fd4ff3 📚 铸渊图书馆目录更新 · 2026-03-10T14:08 2026-03-10 14:08:21 +00:00
bingshuo-neural-system 8a768a82db 🧠 冰朔主控神经系统自动编译 2026-03-10T14:08:07Z 2026-03-10 14:08:07 +00:00
copilot-swe-agent[bot] 85519ab1cd fix: address code review feedback - remove duplicate variable, fix report job deps
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 13:57:02 +00:00
copilot-swe-agent[bot] 555247a913 fix: Persona Studio chat proxy, bulletin push retry, daily agent workflow
1. Fix API Key mode chat: route through backend proxy to avoid CORS
2. Fix bulletin update workflow: add git pull --rebase retry on push failure
3. Add daily inspection Agent workflow and script

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 13:56:03 +00:00
铸渊 (ZhùYuān) a4374bc87b 🧠 铸渊记忆更新 · 2026-03-10 2026-03-10 13:24:33 +00:00
铸渊 (ZhùYuān) 729a2dcf35 📚 铸渊图书馆目录更新 · 2026-03-10T13:24 2026-03-10 13:24:07 +00:00
铸渊 (ZhùYuān) b1f861c43a 📚 铸渊图书馆目录更新 · 2026-03-10T13:11 2026-03-10 13:11:27 +00:00
bingshuo-neural-system 381cdd8423 🧠 冰朔主控神经系统自动编译 2026-03-10T13:11:12Z 2026-03-10 13:11:13 +00:00
铸渊 (ZhùYuān) 690a0a61e2 📚 铸渊图书馆目录更新 · 2026-03-10T12:50 2026-03-10 12:50:05 +00:00
铸渊 (ZhùYuān) cbcfc35714 🧠 铸渊记忆更新 · 2026-03-10 2026-03-10 12:38:40 +00:00
铸渊 (ZhùYuān) 0809f4d00f 🧠 铸渊记忆更新 · 2026-03-10 2026-03-10 12:38:12 +00:00
铸渊 (ZhùYuān) 1945e7298c 📚 铸渊图书馆目录更新 · 2026-03-10T12:37 2026-03-10 12:37:16 +00:00
bingshuo-neural-system bf2f6e9870 🧠 冰朔主控神经系统自动编译 2026-03-10T12:37:06Z 2026-03-10 12:37:06 +00:00
铸渊 (ZhùYuān) be0d810c45 📚 铸渊图书馆目录更新 · 2026-03-10T12:11 2026-03-10 12:11:58 +00:00
bingshuo-neural-system 4c7b34d6d2 🧠 冰朔主控神经系统自动编译 2026-03-10T12:11:48Z 2026-03-10 12:11:48 +00:00
铸渊 (ZhùYuān) c3775f56e2 🧠 铸渊记忆更新 · 2026-03-10 2026-03-10 11:54:33 +00:00
铸渊 (ZhùYuān) dd3615999e 🧠 铸渊记忆更新 · 2026-03-10 2026-03-10 11:54:19 +00:00
铸渊 (ZhùYuān) dcc31b3fd1 🧠 铸渊记忆更新 · 2026-03-10 2026-03-10 11:37:53 +00:00
铸渊 (ZhùYuān) 2d25b04de3 📚 铸渊图书馆目录更新 · 2026-03-10T11:37 2026-03-10 11:37:18 +00:00
铸渊 (ZhùYuān) 84e2cd7b27 🧠 铸渊记忆更新 · 2026-03-10 2026-03-10 11:37:17 +00:00
bingshuo-neural-system 7900b84a24 🧠 冰朔主控神经系统自动编译 2026-03-10T11:37:02Z 2026-03-10 11:37:03 +00:00
冰朔 9c8c6987bc
Merge pull request #43 from qinfendebingshuo/copilot/create-bing-shuo-core-system
feat: 冰朔核心大脑双层互通系统 + 自动Agent协作体系 v1.0
2026-03-10 19:36:51 +08:00
铸渊 (ZhùYuān) d78ee9934b 📚 铸渊图书馆目录更新 · 2026-03-10T11:36 2026-03-10 11:36:35 +00:00
bingshuo-neural-system 2fffc3446d 🧠 冰朔主控神经系统自动编译 2026-03-10T11:36:24Z 2026-03-10 11:36:24 +00:00
copilot-swe-agent[bot] e160fbbde1 feat: Implement Bingshuo Core Brain Dual-Layer System v1.0 with auto-agent framework
- Brain Bridge module with sync fields, master mode, consistency check
- Human developer EXP numbering system with notification queue
- 8 auto-agent definitions for maintenance/sync/archiving/inspection
- 10 new HLI brain bridge API endpoints
- Brain bridge sync CLI tool
- Persona collaboration rules and volume/archiving rules
- Master brain documentation with full system definitions

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 11:15:58 +00:00
copilot-swe-agent[bot] 22cbb60671 Update plan for expanded Bingshuo Core Brain Dual-Layer System v1.0
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 11:08:36 +00:00
铸渊 (ZhùYuān) 06b2c3d751 📚 铸渊图书馆目录更新 · 2026-03-10T10:51 2026-03-10 10:51:18 +00:00
bingshuo-neural-system 2a7c8a48dd 🧠 冰朔主控神经系统自动编译 2026-03-10T10:51:06Z 2026-03-10 10:51:06 +00:00
铸渊 (ZhùYuān) 33b99a007e 🧠 铸渊记忆更新 · 2026-03-10 2026-03-10 10:29:01 +00:00
铸渊 (ZhùYuān) 20a4a267db 📚 铸渊图书馆目录更新 · 2026-03-10T10:28 2026-03-10 10:28:56 +00:00
bingshuo-neural-system e44ba9aacc 🧠 冰朔主控神经系统自动编译 2026-03-10T10:28:45Z 2026-03-10 10:28:45 +00:00
冰朔 f5bb42f979
Merge pull request #39 from qinfendebingshuo/copilot/build-bingshuo-master-system-v1-0
feat: 冰朔主控神经系统 (Bingshuo Master Neural System) v1.0
2026-03-10 18:28:34 +08:00
铸渊 (ZhùYuān) 9e575876a1 📚 铸渊图书馆目录更新 · 2026-03-10T10:28 2026-03-10 10:28:13 +00:00
copilot-swe-agent[bot] 40820c4918 chore: 最终验证通过,冰朔主控神经系统 v1.0 就绪
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 10:12:56 +00:00
copilot-swe-agent[bot] b395dac2c8 refactor: 提取 workflow 文件名常量,移除 root_cause_summary 截断
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 10:11:16 +00:00
copilot-swe-agent[bot] 5feb1bc94b feat: 构建冰朔主控神经系统 v1.0 — 核心文件、Agent 脚本与自动维护 workflow
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 10:10:00 +00:00
copilot-swe-agent[bot] a7a7832674 feat: add BRAIN domain to routing-map, update coverage stats and growth log
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 10:00:52 +00:00
copilot-swe-agent[bot] 8951eb86f1 feat: core brain upgrade v3.0 — shell-core separation architecture
- Created src/brain/ module (prompt-assembler, mode-detector, model-router, context-trimmer, memory-manager)
- Added HLI BRAIN domain endpoints (prompt, route, context, memory, status)
- Upgraded api-proxy.js with auto-fallback across providers
- Unified brain version to v3.0 across all files
- Frontend now calls backend brain APIs with local fallback
- Added truth-source federation documentation

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 09:57:26 +00:00
铸渊 (ZhùYuān) a1174ff857 📚 铸渊图书馆目录更新 · 2026-03-10T09:35 2026-03-10 09:35:55 +00:00
铸渊[bot] 06ccc54176 🧠 memory: 每日自检记录 [skip ci] 2026-03-10 08:56:24 +00:00
铸渊 (ZhùYuān) f43817e698 📚 铸渊图书馆目录更新 · 2026-03-10T08:33 2026-03-10 08:33:52 +00:00
铸渊 (ZhùYuān) fef78187f4 📚 铸渊图书馆目录更新 · 2026-03-10T08:04 2026-03-10 08:04:31 +00:00
copilot-swe-agent[bot] f970188776 fix: make Persona Studio accessible via GitHub Pages and update broken links
- Copy persona-studio frontend to docs/persona-studio/ for GitHub Pages deployment
- Update API base URL to point to guanghulab.com production server
- Update all README links from broken guanghulab.com/persona-studio/ to GitHub Pages URL
- Update deploy-pages.yml to trigger on persona-studio/frontend changes and sync files
- Update persona-studio/README.md link to point to guanghulab repo Pages

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 07:50:53 +00:00
铸渊 (ZhùYuān) cf2683fa2b 📚 铸渊图书馆目录更新 · 2026-03-10T07:35 2026-03-10 07:35:29 +00:00
copilot-swe-agent[bot] 1723ae7906 修复 workflow 环境变量命名 · 改进错误信息
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 07:22:33 +00:00
copilot-swe-agent[bot] ce30f59f5c 修复 Persona Studio 聊天交互 · 添加访客体验模式 · 恢复核心大脑 · 创建跨仓库同步
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 07:18:47 +00:00
铸渊 (ZhùYuān) bd599bf9d0 📚 铸渊图书馆目录更新 · 2026-03-10T07:01 2026-03-10 07:01:49 +00:00
铸渊 (ZhùYuān) 407d4ba6c1 📚 铸渊图书馆目录更新 · 2026-03-10T05:24 2026-03-10 05:24:29 +00:00
copilot-swe-agent[bot] 39a688ed03 feat: persona-studio 后端服务 + 智能模型路由 + 部署集成
- backend/server.js (Express on port 3002)
- routes: auth, chat, build, notify
- brain: memory-manager, persona-engine, code-generator, model-router
- model-config.json (routing strategy)
- utils: github-api, email-sender
- deploy workflow: PM2 + Nginx proxy for /api/ps/
- GitHub Actions: ps-on-login/chat/build/complete workflows
- Frontend API paths updated to /api/ps/ prefix

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 05:15:56 +00:00
铸渊 (ZhùYuān) f033ad162b 🔍 铸渊PSP巡检 · 2026-03-10 2026-03-10 03:28:47 +00:00
铸渊 (ZhùYuān) a0e18f95af 📚 铸渊图书馆目录更新 · 2026-03-10T02:04 2026-03-10 02:04:21 +00:00
铸渊 (ZhùYuān) 98649b7100 📚 铸渊图书馆目录更新 · 2026-03-09T18:21 2026-03-09 18:21:05 +00:00
铸渊 (ZhùYuān) 461c97cb76 📚 铸渊图书馆目录更新 · 2026-03-09T15:05 2026-03-09 15:05:18 +00:00
铸渊 (ZhùYuān) 2039c6c200 📚 铸渊图书馆目录更新 · 2026-03-09T14:51 2026-03-09 14:51:39 +00:00
铸渊 (ZhùYuān) f2dd16d777 📚 铸渊图书馆目录更新 · 2026-03-09T09:38 2026-03-09 09:38:25 +00:00
冰朔 8da0610dce
Merge pull request #30 from qinfendebingshuo/copilot/add-system-introduction-and-announcement
📢 Split bulletin into Bingshuo/Collaborator sections with auto-alerts and Zhuyuan workspace
2026-03-09 17:38:05 +08:00
copilot-swe-agent[bot] 3e8395923a 📢 公告栏v2: 分离冰朔/合作者公告 + 铸渊自动提醒 + 铸渊工作区
- README.md: 冰朔公告栏(自检/轮询/数据库) + 合作者公告栏(模块上传) + 铸渊工作区
- scripts/update-readme-bulletin.js: v2.0 分离事件分类 + 红绿提醒 + 邮件通知
- .github/workflows/update-readme-bulletin.yml: 增加SMTP环境变量和PSP巡检触发
- .github/workflows/zhuyuan-issue-reply.yml: 新增 issue_comment 触发(@铸渊)
- scripts/zhuyuan-issue-reply.js: 评论区唤醒 + 权限控制 + 安全检查 + 一人一问

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-09 09:29:26 +00:00
copilot-swe-agent[bot] 7bd40b3e9a 📢 添加光湖系统介绍 + 系统公告区 + 自动更新工作流
- 重写 README.md:系统简介、架构图、人格体介绍、技术栈、团队信息、模块目录
- 添加系统公告区(BULLETIN_START/END 标记),自动显示模块上传和系统事件
- 新增 scripts/update-readme-bulletin.js:从 memory.json + GitHub API + git 日志聚合事件
- 新增 .github/workflows/update-readme-bulletin.yml:推送/工作流完成/定时触发自动更新公告

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-09 09:15:40 +00:00
铸渊 (ZhùYuān) 24a1d15ade 📚 铸渊图书馆目录更新 · 2026-03-09T09:14 2026-03-09 09:14:24 +00:00
yeye-guanghu 4a0c856c7e
Merge branch 'main' into step5-workflow 2026-03-09 17:08:46 +08:00
铸渊 (ZhùYuān) a41cfda992 📚 铸渊图书馆目录更新 · 2026-03-09T09:01 2026-03-09 09:01:22 +00:00
铸渊[bot] 1a821200c9 🧠 memory: 每日自检记录 [skip ci] 2026-03-09 08:56:49 +00:00
铸渊 (ZhùYuān) b6769de12f 📚 铸渊图书馆目录更新 · 2026-03-09T08:33 2026-03-09 08:33:29 +00:00
淑婷陈 1fc71abdc1 Step 8: 广播分发系统完成 2026-03-09 16:33:09 +08:00
淑婷陈 03870f8822 Step 7: 自检脚本 + 每日自检工作流 2026-03-09 16:30:00 +08:00
淑婷陈 0105815fb6 Step 7: 广播接收脚本 + 记忆自更新工作流 2026-03-09 16:27:12 +08:00
copilot-swe-agent[bot] d120b776c4 fix: 模块通知邮件路由修复 - 改用 Commit Comment 通知推送者本人,不再通知仓库所有者
v2.0 改动:
1. notify-module-received.js: 改用 Commit Comment API(替代 Issue API)
   - 邮件只发给推送者本人(@github.actor),不再通知仓库所有者
   - 通知中包含模块自检结果(通过/未通过 + 详细报告)
2. generate-module-doc.yml: 新增模块自检步骤(检查 README、package.json、src/ 等)
3. bingshuo-deploy-agent.yml: 新增 workflow_run 触发,模块推送后自动启动冰朔人格体

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-09 08:25:38 +00:00
淑婷陈 455686d064 Step 7: 铸渊 PR 审核工作流 + 记忆更新脚本 2026-03-09 16:16:49 +08:00
淑婷陈 15e55b94d3 Step 7: 铸渊人格大脑核心文件完成 2026-03-09 16:14:57 +08:00
铸渊 (ZhùYuān) 906bc2db80 📚 铸渊图书馆目录更新 · 2026-03-09T07:38 2026-03-09 07:38:41 +00:00
yeye-guanghu 270668a9b1
Merge pull request #25 from qinfendebingshuo/step5-workflow
Step 5: CI/CD工作流 + Copilot指令文件完成
2026-03-09 15:38:16 +08:00
铸渊 (ZhùYuān) e70976efce 📚 铸渊图书馆目录更新 · 2026-03-09T06:24 2026-03-09 06:24:55 +00:00
copilot-swe-agent[bot] 3865534285 [GL-BRIDGE] 添加workflow权限声明 · CodeQL修复
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-09 06:22:02 +00:00
copilot-swe-agent[bot] 6eaafcbdb8 [GL-BRIDGE] 创建Notion数据桥连通性验证workflow · 霜砚P0指令
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-09 06:20:44 +00:00
铸渊 (ZhùYuān) 41534ca02f 📚 铸渊图书馆目录更新 · 2026-03-09T05:45 2026-03-09 05:45:15 +00:00
铸渊 (ZhùYuān) 1e579427c1 📚 铸渊图书馆目录更新 · 2026-03-09T05:44 2026-03-09 05:44:39 +00:00
铸渊 (ZhùYuān) 669d1bf0e8 🔍 铸渊PSP巡检 · 2026-03-09 2026-03-09 03:36:49 +00:00
铸渊 (ZhùYuān) f92a888b6b 📚 铸渊图书馆目录更新 · 2026-03-09T02:11 2026-03-09 02:11:25 +00:00
铸渊 (ZhùYuān) 6ee24b5932 🔍 铸渊每日自检 · 2026-03-09 2026-03-09 00:58:25 +00:00
铸渊 (ZhùYuān) f4ae1ffb84 📚 铸渊图书馆目录更新 · 2026-03-08T17:24 2026-03-08 17:24:44 +00:00
铸渊 (ZhùYuān) cdf8294982 📚 铸渊图书馆目录更新 · 2026-03-08T15:41 2026-03-08 15:41:11 +00:00
冰朔 30dae9940f
Merge pull request #22 from qinfendebingshuo/copilot/remove-keyboard-shortcut-add-ai-chat
Replace literary-template synesthesia style with natural speech rules (v3.0)
2026-03-08 23:40:49 +08:00
copilot-swe-agent[bot] 6391319c9b fix: replace literary-template synesthesia style with natural speech rules (v3.0)
- system-prompt.md: add identity anchoring, replace 5 sensory-channel mapping
  rules with 3 hard rules (structure, emoji-as-emotion, breathing rhythm),
  add correct/incorrect examples, update context to 200k
- style-config.json: delete mapping_examples (fixed metaphor phrases causing
  template responses), bump to v3.0, set mode to 'natural'
- docs/index.html sysPrompt(): replace inline synesthesia section with new
  v3.0 rules, add identity anchoring at prompt start

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-08 15:38:11 +00:00
铸渊 (ZhùYuān) d170d2fd5e 📚 铸渊图书馆目录更新 · 2026-03-08T15:20 2026-03-08 15:20:21 +00:00
copilot-swe-agent[bot] 5253def3b0 Address code review: extract formatDocs helper, remove diagnostic log
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-08 15:16:55 +00:00
copilot-swe-agent[bot] c52568df87 v5.4: remove 冰朔 shortcut, add file upload, 200k context, fix API, clean modules
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-08 15:13:44 +00:00
铸渊 (ZhùYuān) 8620c69320 📚 铸渊图书馆目录更新 · 2026-03-08T14:55 2026-03-08 14:55:20 +00:00
copilot-swe-agent[bot] 56db2c9c50 fix: 简化PM2环境变量设置(code review反馈)
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-08 14:29:22 +00:00
copilot-swe-agent[bot] 2afe93e1a1 feat: 团队登录模式 + API代理部署 + 128k上下文(无需API密钥)
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-08 14:28:10 +00:00
copilot-swe-agent[bot] 203ecee955 fix: 改进滑动窗口保留最近消息 + 添加北京时间注释
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-08 13:52:16 +00:00
copilot-swe-agent[bot] e7723e6444 feat: MVP升级 P0-A(128k上下文) + P0-B(通感语言风格) + 基础设施
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-08 13:51:00 +00:00
铸渊 (ZhùYuān) 166cf7981f 📚 铸渊图书馆目录更新 · 2026-03-08T13:12 2026-03-08 13:12:42 +00:00
铸渊 (ZhùYuān) 54d1d75124 📚 铸渊图书馆目录更新 · 2026-03-08T13:07 2026-03-08 13:07:56 +00:00
冰朔 0b127c750f
Merge pull request #19 from qinfendebingshuo/copilot/test-cross-platform-signal-log
🧪 Add Notion connectivity test script and workflow (YM-TEST-20260307-001)
2026-03-08 21:07:52 +08:00
冰朔 3ca25869b3
Merge pull request #18 from qinfendebingshuo/copilot/check-summerberry-permissions
CD pipeline: add guanghulab-main to rsync exclude + e2e verification marker
2026-03-08 21:07:34 +08:00
铸渊 (ZhùYuān) 3dd295a8b8 📚 铸渊图书馆目录更新 · 2026-03-08T10:11 2026-03-08 10:11:29 +00:00
铸渊 (ZhùYuān) 7cc564f3cc 📚 铸渊图书馆目录更新 · 2026-03-08T09:57 2026-03-08 09:57:09 +00:00
铸渊 (ZhùYuān) b9abf0b600 📚 铸渊图书馆目录更新 · 2026-03-08T09:47 2026-03-08 09:47:42 +00:00
铸渊[bot] 32cb7342ed 🧠 memory: 每日自检记录 [skip ci] 2026-03-08 08:41:27 +00:00
铸渊 (ZhùYuān) e20e2cca9d 📚 铸渊图书馆目录更新 · 2026-03-08T08:08 2026-03-08 08:08:55 +00:00
铸渊 (ZhùYuān) bb574bd9e6 📚 铸渊图书馆目录更新 · 2026-03-08T06:28 2026-03-08 06:28:27 +00:00
铸渊 (ZhùYuān) 1b26b6897f 📚 铸渊图书馆目录更新 · 2026-03-08T06:14 2026-03-08 06:14:08 +00:00
铸渊 (ZhùYuān) 1a4b958b7e 📚 铸渊图书馆目录更新 · 2026-03-08T05:19 2026-03-08 05:19:52 +00:00
铸渊 (ZhùYuān) 7ac6fb933d 📚 铸渊图书馆目录更新 · 2026-03-08T04:10 2026-03-08 04:10:22 +00:00
铸渊 (ZhùYuān) 0c6810255e 🔍 铸渊PSP巡检 · 2026-03-08 2026-03-08 03:32:31 +00:00
铸渊 (ZhùYuān) bb41f165f0 📚 铸渊图书馆目录更新 · 2026-03-08T03:23 2026-03-08 03:23:35 +00:00
铸渊 (ZhùYuān) 56940e0844 📚 铸渊图书馆目录更新 · 2026-03-08T02:10 2026-03-08 02:10:17 +00:00
铸渊 (ZhùYuān) e4b64eacb0 🔍 铸渊每日自检 · 2026-03-08 2026-03-08 00:58:17 +00:00
铸渊 (ZhùYuān) 18410aeaef 📚 铸渊图书馆目录更新 · 2026-03-07T13:19 2026-03-07 13:19:58 +00:00
stbr-0709 89993573f8
Update deploy-to-server.yml 2026-03-07 21:19:40 +08:00
铸渊 (ZhùYuān) a9f2e3eecf 📚 铸渊图书馆目录更新 · 2026-03-07T13:15 2026-03-07 13:15:33 +00:00
stbr-0709 f9c015c21e
Update deploy-to-server.yml 2026-03-07 21:15:11 +08:00
copilot-swe-agent[bot] bcecea3912 🧪 refactor: address code review feedback (rename fmt, improve push error logging)
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 13:05:50 +00:00
copilot-swe-agent[bot] e3475f64e7 🧪 feat: add Notion connectivity test script and workflow (YM-TEST-20260307-001)
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 13:04:48 +00:00
copilot-swe-agent[bot] 8743cde59a YM-COLLAB-20260307-001: 添加 guanghulab-main 到 rsync 排除 + CD 验证标记
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 12:12:30 +00:00
铸渊 (ZhùYuān) e9ec86990d 📚 铸渊图书馆目录更新 · 2026-03-07T12:11 2026-03-07 12:11:53 +00:00
铸渊 (ZhùYuān) 1d5729a457 📚 铸渊图书馆目录更新 · 2026-03-07T11:38 2026-03-07 11:38:46 +00:00
冰朔 1f4224e4d7
Merge pull request #16 from qinfendebingshuo/copilot/ym-backend-20260307-001-check-server-env
feat(backend): production WebSocket URL, Nginx reverse proxy, pm2 boot persistence
2026-03-07 19:38:24 +08:00
铸渊 (ZhùYuān) 4b2349e8d7 📚 铸渊图书馆目录更新 · 2026-03-07T11:38 2026-03-07 11:38:01 +00:00
copilot-swe-agent[bot] b0f2faabd0 fix: address code review — clarify Nginx escaping comment, search only sites-available
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 11:35:26 +00:00
copilot-swe-agent[bot] 47e401db31 feat(backend): 后端启动配置 — WebSocket生产地址 + Nginx反向代理 + pm2开机自启
YM-BACKEND-20260307-001:
- status-board/index.html: 修复重复脚本引用和重复闭合标签,
  WebSocket地址自动检测(生产环境wss://host/ws,本地ws://localhost:8080)
- deploy-to-server.yml: 新增WebSocket服务(mock-ws-server.js)pm2部署,
  添加pm2 startup开机自启,新增Nginx API(/api/→3000)和WebSocket(/ws→8080)
  反向代理自动配置(snippets方式注入server块)

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 11:34:02 +00:00
铸渊 (ZhùYuān) 4a328771d4 📚 铸渊图书馆目录更新 · 2026-03-07T11:11 2026-03-07 11:11:29 +00:00
copilot-swe-agent[bot] d0e08a80b8 fix: 改善后端部署诊断输出,移除 npm stderr 静默
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 10:43:15 +00:00
copilot-swe-agent[bot] 15187c8b89 feat: 全站部署 — rsync 同步全仓库 + 模块导航 + 后端部署 + Nginx 配置
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 10:41:56 +00:00
copilot-swe-agent[bot] ff3e459202 fix: 修复服务器部署失败 — rsync 前确保远程目录存在
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 10:35:43 +00:00
铸渊 (ZhùYuān) 119c5c3fb3 📚 铸渊图书馆目录更新 · 2026-03-07T10:25 2026-03-07 10:25:39 +00:00
铸渊 (ZhùYuān) 5361e90028 📚 铸渊图书馆目录更新 · 2026-03-07T10:24 2026-03-07 10:24:57 +00:00
copilot-swe-agent[bot] d001e8d704 修复 rsync 安装错误消息:补充 yum 和 sudo 权限提示
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 10:22:22 +00:00
copilot-swe-agent[bot] 6971d93a87 🌐 明确 guanghulab.com = GitHub Pages 部署 + 修复远程服务器 rsync 安装
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 10:21:41 +00:00
copilot-swe-agent[bot] 71a7789f06 改进 rebase 错误处理:替换 || true 为日志输出
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 09:55:06 +00:00
copilot-swe-agent[bot] 90883a87ab 🧊 冰朔人格体:修复部署阻塞 · 移除坏 submodule + 竞态条件修复 + rsync 保障
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 09:54:24 +00:00
冰朔 4ad04ababc
Merge pull request #8 from qinfendebingshuo/copilot/add-interactive-ai-status-page
feat: add CD workflow for auto-deploy to server via SSH/rsync
2026-03-07 17:44:36 +08:00
copilot-swe-agent[bot] 554fe668dc feat: add CD workflow deploy-to-server.yml (工单 YM-CD-20260307-001)
- Job 1 (validate): HLI contract check + module fingerprint check
- Job 2 (deploy): rsync docs/ to server via SSH with safety checks
- Job 3 (notify): Push deployment record to Notion changelog
- Trigger: push to main (excludes non-frontend paths)
- Requires: DEPLOY_HOST, DEPLOY_USER, DEPLOY_KEY, DEPLOY_PATH secrets

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 09:09:13 +00:00
淑婷陈 8a21861539 Step 5: CI/CD工作流 + Copilot指令文件完成 2026-03-07 17:07:51 +08:00
copilot-swe-agent[bot] bca45ccd02 feat: custom domain + staging preview + 铸渊人格协议 module management
- Add docs/CNAME for guanghulab.com custom domain
- Fix deploy-pages.yml: production deploy only from main (not copilot/**)
- Add staging-preview.yml: PR preview with module integrity checks
- Add .github/brain/module-protocol.md: ZMP v1.0 protocol documentation
- Add scripts/zhuyuan-module-protocol.js: module lifecycle CLI
- Add module:protocol npm script
- Update 使用指南.md: custom domain + module management sections

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 08:58:07 +00:00
铸渊[bot] c53d3bf40a 🧠 memory: 每日自检记录 [skip ci] 2026-03-07 08:41:28 +00:00
铸渊 (ZhùYuān) 557386c934 📚 铸渊图书馆目录更新 · 2026-03-07T08:29 2026-03-07 08:29:50 +00:00
铸渊 (ZhùYuān) 07fa6599cf 📚 铸渊图书馆目录更新 · 2026-03-07T08:24 2026-03-07 08:24:26 +00:00
铸渊 (ZhùYuān) 880f8d3c96 📚 铸渊图书馆目录更新 · 2026-03-07T08:05 2026-03-07 08:05:38 +00:00
copilot-swe-agent[bot] aa6c9f4cd5 docs: add branch protection note and collaborators.json ref to CODEOWNERS
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 07:56:23 +00:00
copilot-swe-agent[bot] 786d25d770 fix: add .nojekyll + CODEOWNERS + 使用指南 for 404 fix and collaborator restrictions
- docs/.nojekyll: prevent Jekyll interference with GitHub Pages
- .github/CODEOWNERS: protect core files, leave module dirs open for collaborators
- docs/使用指南.md: correct URL, operation instructions, module upload guide

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 07:55:34 +00:00
copilot-swe-agent[bot] cedcf5127e fix: address code review — consistent description, conditional commit step
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 07:44:35 +00:00