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
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
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
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
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
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
copilot-swe-agent[bot]
e695e0d3b2
feat: add Notion signal bridge + poll workflow, suspend ESP email processor
...
- scripts/notion-signal-bridge.js: Notion API direct communication replacing email
- Poll work orders from 工单簿 (query status='已发送')
- Execute work orders (broadcast, status query, deploy check, data sync)
- Write back results to work order + signal log (dual-write: Notion + local)
- Health check mode for diagnostics
- .github/workflows/notion-poll.yml: 15-minute polling workflow
- Suspend esp-signal-processor.yml schedule (keep manual trigger)
- Update signal-log description to reflect Notion migration
- Add npm scripts: notion:poll, notion:health
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 07:43:12 +00:00
copilot-swe-agent[bot]
d29a6565f9
fix: 修复代码审查反馈 - URL编码、标签匹配、错误处理
...
- 修复 GitHub API 日期过滤的 URL 编码
- 移除未使用的 getJobLog 函数
- 改进 pending 标签移除的错误处理
- 修复工作流中标签匹配逻辑
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 06:26:53 +00:00
copilot-swe-agent[bot]
d91d1b037b
feat: 创建冰朔人格体自动部署诊断Agent
...
- scripts/bingshuo-deploy-agent.js: 核心部署诊断脚本
- .github/workflows/bingshuo-deploy-agent.yml: 支持 workflow_dispatch + issue_comment + issue 触发
- .github/ISSUE_TEMPLATE/bingshuo-deploy.yml: 一键部署诊断 Issue 模板
- package.json: 添加 deploy:agent 脚本
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 06:25:23 +00:00
copilot-swe-agent[bot]
9dc220441f
feat: 铸渊人格系统 v2.0 — 全局常开人格 + 图书馆目录自动更新
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 05:38:07 +00:00
copilot-swe-agent[bot]
3503923a4a
feat: AGE OS 跨平台全链路自动化闭环系统 GitHub 端落地实施
2026-03-07 04:52:07 +00:00
copilot-swe-agent[bot]
7698adad46
feat: 模块收讫自动通知系统 — GitHub Issue @提及 + 邮件通知
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-06 14:44:19 +00:00
copilot-swe-agent[bot]
2874d46c32
feat: HoloLake Era 操作系统部署模块 — 自动文档生成系统
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-06 14:37:33 +00:00
copilot-swe-agent[bot]
b48c401a6e
fix: deploy feature branch to GitHub Pages so live site reflects all fixes
...
- deploy-pages.yml: add copilot/** branch pattern so Copilot Agent PRs
auto-deploy to GitHub Pages while under review (no hardcoded branch name)
- docs/index.html: v3.1 version comment triggers the deploy on this push
This makes the live site immediately show: auto-detect API key, Gemini
provider, sessionStorage key (no cross-session stale key), and all other
fixes from this PR branch.
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-06 07:20:22 +00:00
copilot-swe-agent[bot]
f6a6dc2732
feat: GitHub → Notion data bridge (Pipeline A & E)
...
- scripts/notion-bridge.js: exact Notion property names/types from spec,
hardcoded DB IDs as defaults, recursive syslog scan, content chunking,
named constants (NOTION_RICH_TEXT_MAX, NOTION_TITLE_MAX, UNKNOWN_COMMITTER)
- bridge-syslog-to-notion.yml: trigger on syslog-inbox/** + syslog-processed/**,
passes COMMIT_SHA for traceability
- bridge-changes-to-notion.yml: fixed COMMITTER (author.name), removed bad
CHANGED_FILES expr, added BRANCH env var, uses git diff as sole source
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-06 07:06:49 +00:00
copilot-swe-agent[bot]
248ef71aaf
chore: plan Notion bridge update with exact DB IDs and property schema
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-06 07:01:40 +00:00
copilot-swe-agent[bot]
b8153db9df
fix: 创建 syslog-inbox/ syslog-processed/ 目录 + SYSLOG Pipeline A/D/E workflow
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-06 04:58:35 +00:00
copilot-swe-agent[bot]
a456daca67
feat: 铸渊 Issue 自动回复系统 — 模板 + 知识库 + Actions + 自检脚本
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-05 14:46:25 +00:00
copilot-swe-agent[bot]
27493ce4c1
feat: 铸渊聊天室 — docs/index.html GitHub Pages UI + deploy-pages.yml + README 入口
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-05 12:58:42 +00:00
copilot-swe-agent[bot]
d9a182c2ff
feat: 广播分发自动化 — distribute-broadcasts workflow, script, and outbox structure
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-05 12:11:38 +00:00
copilot-swe-agent[bot]
b539a23ccc
feat: 铸渊大脑系统 — 广播接收、路由映射、记忆文件、Brain Sync 工作流
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-05 10:35:28 +00:00
copilot-swe-agent[bot]
818e7c5d89
feat: add HLI CI/CD pipeline, contract scripts, Copilot instructions and project structure
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-05 09:35:50 +00:00
copilot-swe-agent[bot]
9a247a55fb
Create guanghu-project module file structure
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-05 09:08:45 +00:00