copilot-swe-agent[bot]
d8665f5816
fix: sender_id兼容 + 空内容跳过人格体唤醒
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 16:48:21 +00:00
copilot-swe-agent[bot]
e44990d776
fix: Pipeline B查找归档后的syslog文件 — 解决跨job文件路径失效
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 16:46:40 +00:00
copilot-swe-agent[bot]
a0772eac4f
fix: 添加 permissions 声明修复 CodeQL 安全告警
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 16:09:01 +00:00
copilot-swe-agent[bot]
d54d6bcaaf
fix: 修复代码审查反馈 — SUBMIT_CONTENT传内容、syslog_raw字段、错误处理
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 16:07:15 +00:00
copilot-swe-agent[bot]
78b000ca71
feat: 飞书→Notion全自动闭环 — Pipeline B/C人格体唤醒+飞书推送 + write-notion-syslog.js + push-broadcast-feishu.yml
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 16:06:01 +00:00
copilot-swe-agent[bot]
fa60ea92a3
🔧 fix: 添加 workflow_run 触发器修复飞书→Notion SYSLOG自动写入断链
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 15:47:03 +00:00
copilot-swe-agent[bot]
ab16a0f8af
feat: create feishu-syslog-bridge.yml workflow for Feishu SYSLOG dispatch bridging
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 13:35:06 +00:00
copilot-swe-agent[bot]
1fd53e0ae4
fix: address code review - use full timestamp for dedup key, set today's date on cache reset
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 08:18:54 +00:00
copilot-swe-agent[bot]
92a1c53840
feat: 公告栏改为追加式更新 + 每日自动清空缓存
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 08:17:38 +00: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]
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]
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]
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]
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]
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
冰朔
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
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]
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
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
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
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
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
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
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
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
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
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]
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
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
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]
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
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