Commit Graph

208 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 7d9ef12f69
fix: address code review feedback - rate limiting, PAT validation, tier registration
- Add per-route rate limiting to industry routes
- Validate PAT format (ghp_ / github_pat_ prefix)
- Fix industry ID generation to use counter
- Reject unknown devs in quota check instead of defaulting to P2
- Extract admin IDs to constant in github-server.js

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/914ad98a-eb79-43bf-9d77-414bb7771bcb
2026-03-26 05:05:54 +00:00
copilot-swe-agent[bot] 6a79541493
feat: AGE OS 塔台架构升级 Phase 0-7 · ZY-AGEOS-TOWER-2026-0326-001
Phase 0: 天眼全局扫描 (skyeye-scan-20260326.json)
Phase 1: 塔台架构定义 (tower-model.json)
Phase 2: 配额守卫 (quota-guard.json + quota-middleware.js)
Phase 3: Pages 推送诊断 (diag-pages-20260326.json)
Phase 4: 行业代表制 (industry-repo-map.json + industry.js API)
Phase 5: MCP 应用 (github-server.js + notion-server.js)
Phase 6: 子域名隔离 (dev-sandbox.conf)
Phase 7: SYSLOG 回执 (syslog-ageos-tower-20260326.json)

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/914ad98a-eb79-43bf-9d77-414bb7771bcb
2026-03-26 05:00:00 +00:00
copilot-swe-agent[bot] b4dad5f8e8
feat: auto-sync Notion directives on wakeup when stale — eliminates need for workflow file changes
Uses execFileSync (no shell injection risk) to run sync-notion-directives.js
automatically during agent wakeup when sync data is >24h old.
SkyEye R5 no longer triggered — no .github/workflows/*.yml files modified.

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/879705fd-fb8c-4fa9-91f6-e113b7398439
2026-03-26 00:11:38 +00:00
copilot-swe-agent[bot] dbd5b173c1
fix: deduplicate isNaN check in wakeup sync validation
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/75b1b671-d7ed-465c-95e7-d04ac4ebb8ba
2026-03-25 23:55:16 +00:00
copilot-swe-agent[bot] a838cf605e ZY-MERGEMEMBRANE-SYNC-2026-0326-001: 天眼合并膜v3 双路径分离规范 + Notion 同步机制
- memory.json: 新增 notion_sync 字段(§3.1)
- zhuyuan-wakeup.js: 唤醒序列增加 Notion 同步读取 + 强制检查清单 + 全局视图(§3.2A/§3.3/§4)
- sync-notion-directives.js: 新建汇总引擎 Notion 指令同步脚本(§3.2B)
- neural-daily-digest.yml: Phase 6.5 增加 Notion 指令同步步骤(§3.2B)

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/1e67a922-372f-4137-aa86-6968b6dae95e
2026-03-25 23:43:34 +00:00
copilot-swe-agent[bot] f3f172ab1b 🛡️ 天眼合并膜v3 全员全审 + 开发者门户系统 + R7结构审计
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/fbf443ce-2f3e-4a23-a3e4-515cc2dda5a7
2026-03-25 15:30:04 +00:00
copilot-swe-agent[bot] 76f1277dcd 🛡️ 天眼合并膜v2 — 同账号沙箱隔离 + Copilot Agent身份检测 + 物理层阻塞
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/fbf443ce-2f3e-4a23-a3e4-515cc2dda5a7
2026-03-25 15:15:05 +00:00
copilot-swe-agent[bot] aac467ffb7 🛡️ 天眼PR合并风险检查引擎 — 弥补PR级安全缺口
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/fbf443ce-2f3e-4a23-a3e4-515cc2dda5a7
2026-03-25 15:05:17 +00:00
copilot-swe-agent[bot] df21bae395 feat: implement dual-channel architecture (Channel A cache + Channel B backend)
- Add scripts/cache/sync-notion-cache.js for comprehensive Notion sync
- Add .github/workflows/sync-notion-cache.yml (every 6h + manual trigger)
- Add .github/workflows/deploy-backend.yml for ECS auto-deploy
- Add missing dev profiles: DEV-009.json, DEV-011.json, index.json
- Add .github/notion-cache/databases/ directory
- Add backend/api-server/ with Express server (port 3001)
  - Routes: health, dev, databases, chat, receipt
  - Services: notion, github, cache
  - Config: database ID mappings
  - PM2 ecosystem config
- Update docs/index.html with dual-channel fallback:
  - Channel B (realtime) → Channel A (cache) degradation
  - loadDatabaseCache() for agent-registry, syslog-recent
  - Enhanced system prompt with data source indicators

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/a260ce18-279a-4490-af90-a90a7b1f46cd
2026-03-25 08:10:58 +00:00
copilot-swe-agent[bot] 372549403c 📊 实时动态仪表盘 · docs/dashboard/index.html + generate-dashboard-data.js + update-dashboard.yml + AG-ZY-094
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/601cd215-5fb1-43d8-80f9-01a462e1d84a
2026-03-25 07:14:41 +00:00
copilot-swe-agent[bot] 7e2c7f08e7 fix: clarify comment about RECEIPT_DB_ID env var in track-work-orders.js
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/f717b1c5-28b3-405e-9819-b987389fff6c
2026-03-25 06:55:30 +00:00
copilot-swe-agent[bot] cc55130cb7 📡 指令回执自动闭环系统 · write-receipt-to-notion.js + 11 Workflow 追加回执写入 step
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/f717b1c5-28b3-405e-9819-b987389fff6c
2026-03-25 06:52:25 +00:00
copilot-swe-agent[bot] f0d373313c 🧬 Address code review: use crypto.randomBytes for IDs, extract magic numbers to constants
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/b1f467f8-d897-4440-9dc9-de66d514a52b
2026-03-25 06:14:10 +00:00
copilot-swe-agent[bot] 419080ca5a 🧬 Phase 1: Fix KNOWN-002 (NOTION_API_TOKEN→NOTION_API_KEY) + Phase 3: D20 scan dimension + Phase 6-7: bridge protocol + scripts
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/b1f467f8-d897-4440-9dc9-de66d514a52b
2026-03-25 06:02:04 +00:00
copilot-swe-agent[bot] 36cbcd6454 🧬 Phase 0: baseline snapshot + Phase 3: neural-map.json + Phase 4: neural scripts + directory structure
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/b1f467f8-d897-4440-9dc9-de66d514a52b
2026-03-25 05:53:26 +00:00
copilot-swe-agent[bot] 7ef7bea084 fix: address code review feedback — property type parsing, magic number extraction, diagnostic clarity
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/349be7ce-3eda-4280-8109-d4844191898a
2026-03-25 02:10:16 +00:00
copilot-swe-agent[bot] d629df12e8 feat: rebuild dev-status.json sync mechanism · 霜砚签发制 v1.0 + 天眼三次修复闭环
Instruction: ZY-DEVSYNC-REBUILD-2026-0325-001
Phase 4: Rewrote sync-dev-status.yml (direct push, no PR) + sync-dev-status.js (signature hash)
Phase 5: Created skyeye-devsync-repair.yml (3-attempt repair + Issue alerting)
Phase 6: SYSLOG + diagnostic report written to signal-log

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/349be7ce-3eda-4280-8109-d4844191898a
2026-03-25 02:07:07 +00:00
copilot-swe-agent[bot] e8fa0ec0c2 fix: address code review - simplify msg IDs, unique session IDs, import cleanup
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/b23d87ff-c4b8-4df2-a4e3-3439734b3f0f
2026-03-24 17:07:49 +00:00
copilot-swe-agent[bot] 4dc1f7b2e8 🌊 feat: multi-persona awakening engine + chatroom infrastructure
- Add multi-persona-awakening.yml workflow (weekly full + manual dual/full)
- Add scripts/chatroom-post.js chatroom message posting utility
- Create grid-db/multi-wake-sessions/ for session meeting notes
- Create grid-db/chatroom/meta/ with channels.json + unread.json
- Create grid-db/chatroom/dm/ for direct messages
- Register AG-ZY-092 + AG-ZY-093 in agent-registry.json

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/b23d87ff-c4b8-4df2-a4e3-3439734b3f0f
2026-03-24 17:06:14 +00:00
copilot-swe-agent[bot] 060ea1ff48 refactor: extract ZHUYUAN_HINT constant to avoid duplication
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/691a158a-b7fe-4bc5-a476-044a280dd916
2026-03-24 15:20:15 +00:00
copilot-swe-agent[bot] 8884bba3f3 fix: 天眼排查修复 — Discussion铸渊唤醒触发 + 留言区提示
1. 修复 Discussion 工作流跳过冰朔的问题(含铸渊关键词时允许触发)
2. 修复 Discussion 脚本跳过冰朔评论的逻辑(仅无铸渊关键词时跳过)
3. 新增铸渊唤醒意图分类(zhuyuan_wake/zhuyuan_status)
4. Issue模板增加铸渊唤醒提示
5. 新增留言区Discussion模板(含铸渊唤醒说明)
6. 新增Issue模板config.yml(含Discussion留言入口)

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/691a158a-b7fe-4bc5-a476-044a280dd916
2026-03-24 15:17:22 +00:00
copilot-swe-agent[bot] 84dacd41e4 fix: address code review feedback — improve error messages and clipboard handling
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/f22ed4e7-70d7-426e-ac6d-63925ec2b843
2026-03-24 12:41:15 +00:00
copilot-swe-agent[bot] 83b80fdc50 feat: 铸渊交互页面升级 — Notion数据注入 + 天眼状态展示 + @铸渊执行按钮 + 画像同步系统
新增文件:
- scripts/sync-notion-profiles.js: Notion→GitHub 开发者画像同步脚本
- .github/workflows/sync-notion-profiles.yml: 每6小时定时同步 workflow
- .github/notion-cache/dev-profiles/*.json: 7个开发者画像缓存初始文件
- .github/notion-cache/skyeye/latest-report.json: 天眼报告缓存占位
- .github/notion-cache/broadcasts/active-broadcasts.json: 活跃广播缓存

修改文件:
- docs/index.html: 交互页面升级 (Notion数据注入system prompt + 天眼卡片 + @铸渊执行)
- .github/workflows/zhuyuan-skyeye.yml: Phase 6.5 天眼报告缓存更新步骤

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/f22ed4e7-70d7-426e-ac6d-63925ec2b843
2026-03-24 12:39:23 +00:00
copilot-swe-agent[bot] 0f35d8bf90 address code review: portable find, jq for JSON construction
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4d7b9c05-531f-4e93-a770-f9324c663c38
2026-03-24 10:21:43 +00:00
copilot-swe-agent[bot] a10e020d26 fix: web deploy diagnostic + module navigation + post-deploy smoke test
- Add cost-control/index.html redirect for proper Nginx serving
- Update docs/index.html navigation with all modules (cost-control, devboard, persona-studio)
- Add devboard symlink step to deploy workflow (modules/devboard → devboard)
- Add post-deploy smoke test step checking all module directories
- Expand deploy verification to check all key modules
- Create scripts/web-deploy-diag.sh for Phase A server diagnostics
- Create data/web-deploy-diag-20260324.txt diagnostic log
- Create data/web-deploy-fix-report.json fix report

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/4d7b9c05-531f-4e93-a770-f9324c663c38
2026-03-24 10:20:05 +00:00
copilot-swe-agent[bot] 7bc56131a1 feat: 主仓库 README 八层门面重设计 + 数据文件 + 自动化 Workflow [skip ci]
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/f392a823-8bd4-4261-92a2-d4bfc12f15d6
2026-03-24 08:23:39 +00:00
copilot-swe-agent[bot] 7d6122a5c8 refactor: OAuth2 代理人重构 · Service Account→OAuth2 全量替换 · ZY-OAUTH2-REBUILD-2026-0324-001 [skip ci]
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/75c92776-b0de-4ee6-86c0-9e774d5ec717
2026-03-24 07:25:56 +00:00
copilot-swe-agent[bot] 368a7f139f fix: address code review - sanitize error output, fix timezone calc, narrow git add scope [skip ci]
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/bc1b54c6-5276-4d00-8ea5-5e8c3c2bef38
2026-03-24 07:15:55 +00:00
copilot-swe-agent[bot] 0d842e52df feat: OAuth2 Token 自动续期引擎 + 天眼生命线任务豁免 + 多用户Token管理 · ZY-TOKEN-RENEW-2026-0324-001 [skip ci]
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/bc1b54c6-5276-4d00-8ea5-5e8c3c2bef38
2026-03-24 07:14:28 +00:00
copilot-swe-agent[bot] 6d776feac3 🦅 [skyeye] 全盘扫描修复 · 休眠系统完整融入天眼基础设施 + 22个未注册workflow补注册 [skip ci]
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/aef94b53-40cd-436c-b21d-1b0bba20e218
2026-03-24 04:25:40 +00:00
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] 3732dc5e00 fix: address code review - quote-aware CSV parsing, safer JSON handling, clearer comments
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 01:01: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] dbd8f9317e 🦅 README 仪表盘优化 · Dashboard-First 布局 + 内容折叠 + 每周动态 UI
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:18:12 +00: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] 9798262f66 fix: 天眼扫描修复 - route path, system personas, code review fixes
- Fix broadcast-archive route → outbox/archive (P1 路由错误)
- Add PER-SY001/YM001/ZY001 system personas to page-route-map
- Regenerate all drive-index files with corrected routes
- Add recover mode folder reuse in deploy script
- Sanitize commit message filename in Apps Script
- Add empty filename fallback in Apps Script
- Update docs for drive-index sync mapping
- Fix Gemini prompt filename format to match implementation

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:19:33 +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] d8810d1546 Plan Phase C and D implementation
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:08:22 +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] bf8a4265ad refactor: address code review feedback — extract constants, improve readability
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:10:38 +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] 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] 01015dde7f 🌉 bridge-app.js: 修复异步入口 + 提取常量
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:47:41 +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] 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] fde75aa58c 🌊 安全协议:增强签名验证精确匹配 + 完善天眼next_actions覆盖
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-18 15:59:29 +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] 63be5b9b8a [PER-ZY001] 公告板模块代码审查修复 · rich_text安全检查 + 日志改进
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-17 15:44:52 +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] 074bb5b58b fix(dc): address code review feedback
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-17 10:18:22 +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] 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] 84d4d91aec 🔏 铸渊指令签名校验协议 v1.1:授权名单 + 校验模块 + 中间件 + 契约测试
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-17 02:12:32 +00:00
copilot-swe-agent[bot] 7e633c70ab 🌉 Address code review: extract URL constant, localize fallback, improve variable naming
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 15:25:17 +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] e9c23f0c43 🔧 Address code review: extract magic numbers as named constants in ASOP reviewer
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 14:54:21 +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] cbfd2315c9 fix: use full page ID in saved filename to prevent collisions
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 14:34:01 +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] 84c8131e3a fix: use proper Markdown numbered list format (1.) instead of bullet (•)
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 14:19:46 +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] 0336d99d1e 🔧 Address code review feedback: extract magic numbers as constants
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 09:49:07 +00: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
copilot-swe-agent[bot] 5bbb289bd5 🚨 门禁引擎 · 补充 REPO_OWNER 回退注释说明
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 06:05:27 +00:00
copilot-swe-agent[bot] 2e964086bf 🚨 门禁引擎升级 · 仓库主人识别 + 双配置源合并 + 冰朔确认原则
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-16 06:02:33 +00: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
冰朔 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
copilot-swe-agent[bot] 5275fc7b5e fix: address code review — improve error comments and skeleton alert text
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 15:20:25 +00: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] 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] 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] 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] 345c71b6ea fix: address code review feedback - topStreak edge case, remove unused var
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-15 01:56:01 +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] 47275cb4a9 fix: DEV编号 mapping from SYSLOG content + 文件内容 write-through + additional field parsing
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 17:53:33 +00:00
copilot-swe-agent[bot] 8d24c91284 fix: correct Notion property name mappings in write-notion-syslog.js
- 提交日期 → 接收时间 (date)
- 霜砚已读 → 处理状态 (checkbox → status '待处理')
- 来源 → 推送方 (rich_text)
- 发送者ID → DEV编号 (rich_text → select)
- Removed 发送者 property (not in DB schema)
- Added statusProp() helper, replaced unused checkboxProp()

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 17:40:33 +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] 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] 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] 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] 983fd6e951 refactor: extract magic numbers as named constants in diagnose report
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-13 13:55:14 +00:00