Commit Graph

35 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] e50a79aeaa fix: exclude index.js router aggregator from HLI contract check
The contract-check.js script was requiring schema files for index.js
files in route directories, but index.js files are router aggregators
(not HLI endpoints) and should not have schemas. This caused the
deploy-to-server.yml CD pipeline to fail, preventing persona-studio
backend from being deployed. As a result, users could not login or
access the interactive chat interface.

Error:  [MISSING] index.js → 缺少 src/schemas/hli/auth/index.schema.json

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 08:16:33 +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
冰朔 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] f00d67061e 修复代码审查反馈:改进错误日志、常量命名、类型检查
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-09 09:30:51 +00: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] f79ead0e71 修复代码审查反馈:使用 Intl.DateTimeFormat、提取常量、改进错误日志
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-09 09:16:58 +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
yeye-guanghu 4a0c856c7e
Merge branch 'main' into step5-workflow 2026-03-09 17:08:46 +08:00
淑婷陈 1fc71abdc1 Step 8: 广播分发系统完成 2026-03-09 16:33:09 +08:00
淑婷陈 03870f8822 Step 7: 自检脚本 + 每日自检工作流 2026-03-09 16:30:00 +08:00
copilot-swe-agent[bot] 43f92af0cb fix: 处理 TEST_RESULT 为 unknown 的边界情况
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-09 08:27:55 +00: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
淑婷陈 21b9d43709 Step 6: 契约校验脚本完成 2026-03-09 15:55:22 +08: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
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] 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] 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] 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