铸渊 (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