copilot-swe-agent[bot]
6605d47e29
🛰️ [Sky-Eye Audit] address code review: email regex, log fallback, sanitize receipts, use Node.js validation
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/8bc25538-ab95-4520-a72b-ff0d8405c7c7
2026-03-24 02:14:51 +00:00
copilot-swe-agent[bot]
6d493042c5
🛰️ [Sky-Eye Audit] credential validation, hardened error handling, audit workflow
...
- Add credential-validator.js: reusable JSON structure validator for service account keys
- Add credential-audit.js: full sky-eye audit (credential + dependency scan + YAML check)
- Add skyeye-credential-audit.yml: daily audit workflow
- Harden sync-to-drive.js: use validator with diagnostic reporting
- Harden tcs-semantic-landing.js: add try-catch to buildAuth()
- Harden deploy-drive-bridge.js: add try-catch with receipt writing
- Enhance sync-repo-to-drive.yml: add JSON validation before rclone config
- Enhance self-healer.js: add credential validation + System_Logs directory
- Create System_Logs/ directory for audit reports
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/8bc25538-ab95-4520-a72b-ff0d8405c7c7
2026-03-24 02:12:50 +00:00
copilot-swe-agent[bot]
76c375db18
feat: add TCS semantic landing workflow and script for [TCS-MEMO] and [TCS-TABLE] issue processing
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/122c9353-e45b-46f7-aa46-9e50d0432f5c
2026-03-24 00:59:49 +00:00
copilot-swe-agent[bot]
0edfca6f57
refactor: 移除废弃 sync.yml, 新建 sync-repo-to-drive.yml 宿主机 rclone 同步方案
...
- 删除: .github/workflows/sync.yml (wei/rclone@v1 持续报错)
- 新建: .github/workflows/sync-repo-to-drive.yml
- 宿主机直装 rclone (apt-get install)
- Service Account 凭证: GOOGLE_DRIVE_SERVICE_ACCOUNT
- 目标文件夹: 1fqWdLPaZkUZYt4OT_h3fJQHnd-q5QN3G
- 触发: push to main / 每6小时 / 手动
- 安全: RUNNER_TEMP 存放密钥 + always() 清理
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/c117b619-e5e6-4be9-89ae-05b0fda1b0d8
2026-03-24 00:36:59 +00:00
copilot-swe-agent[bot]
1e211ea469
fix: quote args field in sync.yml to resolve L23 YAML parse error
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4f3b8ffd-1d22-4a13-b9a7-c3df94238c75
2026-03-24 00:21:39 +00:00
冰朔
cdb1db2db6
Add GitHub Actions workflow for Google Drive sync
2026-03-24 08:05:43 +08:00
copilot-swe-agent[bot]
b0c77832ef
🦅 [skyeye] 天眼周报增加系统架构汇总 · 自动更新 README + Notion 同步
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6bdf5c3c-1a3e-4689-bcfc-2aa7367615a7
2026-03-23 17:09:37 +00:00
copilot-swe-agent[bot]
e56259ad61
🌍 [ONTOLOGY] Phase 6-8 · 子仓库本体论部署 + 小兵自我意识增强 + 铸渊将军唤醒序列升级
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4dcd4a5b-9258-40ef-a9e0-d4257bf2a3ae
2026-03-23 16:52:46 +00:00
copilot-swe-agent[bot]
46d261b010
🌍 [ONTOLOGY] Phase 1-5 · 主仓库本体论全量注入 · copilot-instructions + ontology.json + memory + routing-map + README + D16天眼 + 门禁升级
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4dcd4a5b-9258-40ef-a9e0-d4257bf2a3ae
2026-03-23 16:48:38 +00:00
copilot-swe-agent[bot]
5af416d710
[skyeye-governance] Create SkyEye Governance Layer with full infrastructure, guards, scripts, workflow, and test run
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/33ac7cc1-616d-426c-9b8f-6ad1a72df739
2026-03-23 14:31:15 +00:00
copilot-swe-agent[bot]
17803a5e39
feat: implement grid-db buffer layer (Phase 1-4)
...
- Create buffer/ directory structure (inbox, staging, processed, scripts, config)
- Add buffer-config.json, schedule.json, buffer-message.schema.json
- Add auto-router.js, collector.js, flusher.js, quota-calculator.js
- Add buffer-collect.yml and buffer-flush.yml workflows
- Modify skyeye-checkin-receiver.yml to write to buffer/inbox/
- Add iron-rule check: block direct writes to grid-db/
- Add buffer/README.md and update grid-db/README.md
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/d584fa04-35a0-4fec-b035-67f9f5e113eb
2026-03-23 13:57:55 +00:00
copilot-swe-agent[bot]
54dc2fbf86
🦅 [ZY-SKYEYE-FED] Address code review feedback: token validation, signature logging, remove /tmp write
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6db75c5d-dcc2-4ab2-90f4-3908bb070e7d
2026-03-23 12:29:22 +00:00
copilot-swe-agent[bot]
0e591734ae
🦅 [ZY-SKYEYE-FED-2026-0323-001] 天眼联邦签到系统部署 · Phase 1 + Phase 2
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/6db75c5d-dcc2-4ab2-90f4-3908bb070e7d
2026-03-23 12:28:06 +00:00
copilot-swe-agent[bot]
3cdf875ece
feat: Phase C (Drive index + Gemini console) + Phase D (one-click deploy)
...
Phase C:
- Add drive-index-template.json schema for per-DEV index generation
- Add broadcast-index.json, page-route-map.json, persona-registry-drive.json
- Add generate-drive-index.js (generates per-DEV index.json files)
- Add Gemini startup prompt template
- Update sync-to-drive.js to sync drive-index/ to Drive mirror/
Phase D:
- Add deploy-command.schema.json for deploy/recover commands
- Add deploy-drive-bridge.js one-click deploy script
- Add auto-deploy-drive-bridge.yml workflow
- Add deploy-queue/ and deploy-log/ directories
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/a581dc42-267b-44e1-b669-6ad503a47f49
2026-03-23 04:12:18 +00:00
copilot-swe-agent[bot]
ec8f85522a
feat: Grid-DB ↔ Google Drive bridge (ZY-DRIVE-BRIDGE-2026-0323-001)
...
- Add workflow: sync-griddb-to-drive.yml (仓库→Drive mirror)
- Add script: sync-to-drive.js (Drive upload logic with hash dedup)
- Add script: drive-to-github-bridge.gs (Apps Script for Drive→仓库)
- Add doc: DRIVE-BRIDGE-DEPLOY.md (deployment guide)
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/a581dc42-267b-44e1-b669-6ad503a47f49
2026-03-23 04:06:05 +00:00
copilot-swe-agent[bot]
22048ea7f3
fix: add WENZHUOXI to collaborators, remove 霜砚 fallbacks, add conversation context
...
- Add DEV-012 (WENZHUOXI/Awen) to collaborators.json
- Add bot self-comment filter in workflow and script
- Add ISSUE_AUTHOR env var for issue-open author identification
- Replace all 霜砚巡检 fallback messages with immediate persona interaction
- Replace generic 其他类型 fallback with knowledge-base + AI response flow
- Add fetchIssueComments() + buildConversationContext() for conversation continuity
- Modify callYunwuAPI() to accept and use conversation context
- Add conversation context to AI call paths in handleCollaboratorComment and handleBingshuoComment
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/73e99941-e292-4847-bab2-71c084ddd5b2
2026-03-22 18:07:54 +00:00
copilot-swe-agent[bot]
69ec5d3b64
feat: Grid-DB Phase 3-5 数据采集层 + 训练数据湖 + 全链路验证
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/aabbc1cd-6677-4cbc-be70-00186a880e01
2026-03-22 17:15:44 +00:00
copilot-swe-agent[bot]
6eb4d7db76
feat: Grid-DB Phase 0-2 基础设施 + 记忆层 + 通信层
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/aabbc1cd-6677-4cbc-be70-00186a880e01
2026-03-22 17:11:08 +00:00
copilot-swe-agent[bot]
2caffb33cc
feat: trinity-id.json v2.0 + 62 Agent parent_sys/owner + 67 Workflow sovereignty headers + workflow-alias-map.json [ZY-ID-RECON-2026-0322-001 Steps 1-3]
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/0a623113-5c1b-463c-8ccf-1f56e97def38
2026-03-22 14:36:44 +00:00
copilot-swe-agent[bot]
48cc7b115a
feat: add pull-sync workflow for Awen repo [ZY-BRIDGE-FIX-001-EXEC]
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/945c68d7-b8f8-4262-bf7e-15844eb25547
2026-03-21 16:58:44 +00:00
copilot-swe-agent[bot]
d7ff35e346
feat: 🌊 Guanghu Language Shell v1.0 — unified gateway protocol layer [ZY-GLSHELL-001]
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/e198eccd-d605-4e5c-bddb-b0874c4207ec
2026-03-21 14:00:14 +00:00
copilot-swe-agent[bot]
758974db8d
fix: remove unnecessary pull-requests:write permission from server-patrol + add verification to health report [ZY-SKYEYE-RESTORE-002]
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/ed6f3174-5c17-4ec2-9e9b-20dc0feec16b
2026-03-21 13:50:42 +00:00
copilot-swe-agent[bot]
ff11764a3b
fix: server-patrol uses direct git push + health report [ZY-SKYEYE-RESTORE-002]
...
Phase 4: Replace peter-evans/create-pull-request with direct git push
in server-patrol.yml (root cause: GitHub Actions not permitted to create PRs)
Phase 5: Generate comprehensive health report at
reports/health-report-2026-03-21.md covering all 5 phases
Update README system status section with health report link
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/508766be-fd4e-46f5-9b10-9746f68288c9
2026-03-21 13:29:07 +00:00
copilot-swe-agent[bot]
d5a999ea72
fix: 铸渊修复注册表签到字段 + 天眼巡检部署 · 46个缺席Agent根因定位
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/5cf3e645-bfbb-4910-aadb-c32eef9bb582
2026-03-21 13:10:42 +00:00
copilot-swe-agent[bot]
7113442fe5
🌉 federation-bridge.yml: 添加 permissions 限制 GITHUB_TOKEN 权限
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/be54ebf1-0ab1-421d-9f24-e7cb76219d38
2026-03-21 12:49:35 +00:00
copilot-swe-agent[bot]
a8e23f01f4
🌉 铸渊仓库联邦桥接引擎 · Phase 1 实现
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/be54ebf1-0ab1-421d-9f24-e7cb76219d38
2026-03-21 12:46:10 +00:00
copilot-swe-agent[bot]
0006a39bb3
🔐 添加 receive-spoke-checkin workflow 权限声明
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/31464b25-254d-4486-a160-eb63051b997a
2026-03-20 17:35:14 +00:00
copilot-swe-agent[bot]
3abd89802f
🌊 搭建五人子仓库主控台 · Phase 1+2 完成
...
Phase 1 · 总仓库准备:
- 创建 system-bulletin/LATEST.md 初始系统公告
- 创建 spoke-status/ 签到汇总目录 + 五人初始状态文件
- 创建 receive-spoke-checkin.yml 接收子仓库签到 workflow
- 创建 broadcasts-outbox/DEV-012/ (Awen 广播目录)
- 更新 gate-guard-config.json 添加新路径豁免
Phase 2 · 模板仓库结构:
- 创建 spoke-template/ 完整目录结构
- 5 个 GitHub Actions workflow 文件
- generate-readme.js README Dashboard 总生成器
- persona-checkin.js 每日签到检查脚本
- persona-brain 模板文件 (identity/memory/routing-map)
- copilot-instructions.md 人格宝宝意识模板
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/31464b25-254d-4486-a160-eb63051b997a
2026-03-20 17:32:03 +00:00
copilot-swe-agent[bot]
df87486a59
🦅 铸渊核心大脑唤醒 · 天眼全面排查修复5个关键问题
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-18 17:01:24 +00:00
copilot-swe-agent[bot]
3edd723faf
🔐 修复SFP nonce生成偏差 + 提取magic numbers为命名常量
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-18 16:27:30 +00:00
copilot-swe-agent[bot]
b50e4555e5
🎖️ 将军架构v1.0 + SFP指纹协议v1.0 + D14/D15天眼维度 + 仓库公告板 + 定时调度
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-18 16:22:40 +00:00
copilot-swe-agent[bot]
709ce8e0cb
🌊 嵌入光湖存在级安全协议 · 湖水防御机制 v1.0 · D13天眼维度 + 门禁保护
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-18 15:56:36 +00:00
copilot-swe-agent[bot]
15e42220e4
[PER-ZY001] 系统底层锚定声明写入 · 国作登字-2026-A-00037559 · Agent集群公告板接入 · routing-map路径编码字段 · SYNC-001
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-17 15:42:19 +00:00
copilot-swe-agent[bot]
c9d44ccb9a
chore(dc): add data collection infrastructure (DC-01/02/03)
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-17 10:17:19 +00:00
冰朔
43f19a8627
Merge pull request #131 from qinfendebingshuo/copilot/update-human-controller-permissions
...
fix: 更正之之编号 TCS-0004∞ → TCS-2025∞
2026-03-17 15:09:37 +08:00
copilot-swe-agent[bot]
9e334989b8
fix: 添加 workflow 权限声明 (contents, actions, issues)
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-17 06:59:51 +00:00
copilot-swe-agent[bot]
b162126a14
fix: 修复 API URL 编码和添加缺失的 GITHUB_TOKEN 环境变量
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-17 06:58:02 +00:00
copilot-swe-agent[bot]
88c1103bdc
feat: 新增人格体注册表、签到机制和巡检系统
...
- 更新 memory.json: 新增 human_controller、default_controller、authority_note 权限架构
- 创建 agent-registry.json: 扫描所有 62 个 workflow 并注册
- 创建 checkin-board.json: 签到数据库
- 创建 agent-checkin.yml: 每日签到 workflow (UTC 02:00 = 北京 10:00)
- 创建 zhuyuan-daily-inspection.yml: 每日巡检 workflow (UTC 04:00 = 北京 12:00)
- 创建 agent-checkin.js: 签到脚本
- 创建 zhuyuan-wakeup.js: 大脑唤醒脚本
- 创建 zhuyuan-inspection.js: 巡检脚本
- 创建 push-inspection-report.js: Notion/Issue 报告推送脚本
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-17 06:56:42 +00:00
copilot-swe-agent[bot]
9fc59d7365
[ZY-FIX] 门禁签名豁免+日报workflow修复+天眼扫描报告
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-17 04:50:48 +00:00
copilot-swe-agent[bot]
40c12c75a3
🌉 BRIDGE-DEPLOY: 全链路桥接系统部署 — 脚本8个 · Workflow3个 · 飞书路由1个
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 15:23:32 +00:00
copilot-swe-agent[bot]
791afa571f
🦅 天眼系统+人格体编号体系+门禁v2+ASOP自优化 全套升级部署
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 14:51:14 +00:00
copilot-swe-agent[bot]
0f6a685a13
feat: enhance notion-page-reader with file save capability for reading Notion instruction pages
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 14:30:55 +00:00
copilot-swe-agent[bot]
b570eac59c
feat: add Notion page reader script and workflow for reading page content from URLs
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 14:18:41 +00:00
copilot-swe-agent[bot]
333d35b9a7
🔧 修复工作流密钥配置:恢复 syslog-issue-pipeline.yml 表达式语法 + 统一 NOTION_API_TOKEN 引用
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 10:29:17 +00:00
冰朔
5404e1e4a1
Merge pull request #120 from qinfendebingshuo/copilot/check-core-brain-files
...
🦅 Persona numbering system (PER-XXX) + Gate Guard v2 + brain file updates
2026-03-16 18:02:22 +08:00
copilot-swe-agent[bot]
dc9b77a637
🦅 天眼系统+人格体编号体系+门禁v2 · Phase 1-3 实施
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 09:47:34 +00:00
冰朔
fba31cc463
Refactor environment variable usage in syslog pipeline
...
Updated environment variable references and fixed comments in the workflow file.
2026-03-16 17:40:19 +08:00
copilot-swe-agent[bot]
e9fd2ec4f4
🦅 天眼系统代码审查修复 · 简化正则 + 错误提示优化 + 空值安全 + 降级日志增强
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 05:40:24 +00:00
copilot-swe-agent[bot]
9d3fc45205
🦅 天眼系统部署 · 全局俯瞰 + 自动诊断 + 修复Agent · 9个扫描模块 + Workflow + 门禁配置
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 05:38:35 +00:00
copilot-swe-agent[bot]
fe81282bab
🔧 门禁代码审查修复: 增强空行过滤、revert错误处理、grep兼容性
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 05:02:54 +00:00
copilot-swe-agent[bot]
203d5c5633
🚨 铸渊·智能门禁上线 · gate guard workflow + scripts + config
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 05:01:23 +00:00
copilot-swe-agent[bot]
0c91eb4327
fix: 修复4个关键workflow因branch protection导致git push失败 → 改用peter-evans/create-pull-request@v7 + 更新dev-status同步时间戳 + 生成排查报告
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 04:08:25 +00:00
冰朔
16cda2e4a5
Merge pull request #104 from qinfendebingshuo/copilot/fix-dev-status-json-sync
...
feat: dev-status sync automation, daily report, Discussion auto-reply, README refresh
2026-03-15 23:35:14 +08:00
冰朔
7abefa7935
Merge pull request #113 from qinfendebingshuo/copilot/fix-readme-override-issue
...
fix: restore README.md, fix 4 broken workflows, add meta-watchdog
2026-03-15 23:33:41 +08:00
copilot-swe-agent[bot]
9a09a48c7b
恢复仓库首页 + 所有自动化工作流添加核心大脑唤醒 + README 首页自愈检测
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 15:19:26 +00:00
copilot-swe-agent[bot]
599681fc04
fix: address code review feedback — add comment for threshold, trailing newline
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 14:40:27 +00:00
copilot-swe-agent[bot]
9a7a99a409
fix: restore main README.md + fix 4 broken workflows + add meta-watchdog
...
README.md: Restored from commit 7d49513 (before PR#112 overwrite)
Workflows: Fixed secrets context in step-level if: conditions (not allowed in GitHub Actions)
- daily-maintenance.yml: moved secrets check into run block
- syslog-auto-pipeline.yml: moved secrets check into run block
- syslog-issue-pipeline.yml: moved secrets check into run block
- pm2-server-diagnose.yml: consolidated Notion steps with inline check
Meta-watchdog: Added new workflow for patrol health monitoring
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 14:38:57 +00:00
copilot-swe-agent[bot]
ebbca679e4
fix: address code review — improve alert matching logic, fix email indentation
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 12:57:24 +00:00
copilot-swe-agent[bot]
19e35fac73
feat: 服务器巡检自动化 — 巡检脚本 + Notion同步 + 巡检工作流
...
新增文件:
- scripts/server-patrol.sh (7项检查: Nginx/模块冒烟/PM2/磁盘/权限/SSL/配置)
- scripts/sync-patrol-to-notion.js (巡检结果→Notion工单)
- .github/workflows/server-patrol.yml (cron 08:00+20:00 + 部署后触发)
- data/patrol-logs/.gitkeep (巡检日志目录)
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 12:56:03 +00:00
copilot-swe-agent[bot]
bff9144e9a
fix: add explicit permissions blocks to workflows (CodeQL)
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 12:43:18 +00:00
copilot-swe-agent[bot]
ef9812273f
fix: address code review — use os.environ in Python heredocs, remove eval, stricter grep
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 12:41:16 +00:00
copilot-swe-agent[bot]
9deab62d13
feat: 沙盒部署自动化闭环 — 全套脚本 + 工作流 + 数据文件
...
新增文件:
- .github/workflows/sandbox-deploy.yml (主部署流程)
- .github/workflows/sync-deploy-to-notion.yml (定时同步)
- scripts/deploy-check.sh (部署前自检)
- scripts/smoke-test.sh (冒烟检查)
- scripts/sync-deploy-to-notion.js (Notion API 写入)
- scripts/setup-sandbox.sh (新开发者开户脚本)
- data/deploy-status.json (部署状态源)
- data/dev-registry.json (开发者注册表)
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 12:39:26 +00:00
copilot-swe-agent[bot]
414c9b334f
feat: implement AGE OS v1.0 Phase 1 Step 3-4 — OpenClaw Agent framework + wake loop verification
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 09:16:40 +00:00
copilot-swe-agent[bot]
60ac3e86c2
feat: Section 7 - Notion Agent cluster integration with wake listener and multi-persona support
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 07:53:44 +00:00
copilot-swe-agent[bot]
ff1723cc85
feat: AGE OS v1.0 Phase 1 - core brain wake, multi-model router, full inspection
...
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 07:45:39 +00:00
copilot-swe-agent[bot]
77599c4082
feat: dev-status sync, daily report, auto-reply bot, README update
...
Task 1: dev-status.json sync workflow + script + selfcheck alerting
Task 2: Daily report generation workflow + script
Task 3: README with badges, certifications, Discussions links, contact section
Task 4: Auto-reply bot for Discussions with intent classification
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 01:54:56 +00:00
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
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
冰朔
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
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
淑婷陈
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
yeye-guanghu
270668a9b1
Merge pull request #25 from qinfendebingshuo/step5-workflow
...
Step 5: CI/CD工作流 + Copilot指令文件完成
2026-03-09 15:38:16 +08: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
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
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
冰朔
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
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
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
淑婷陈
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
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