Commit Graph

8 Commits

Author SHA1 Message Date
铸渊 (ZhùYuān) e770f991ad 📡 同步 Notion 开发者画像 · 2026-03-25 21:10 2026-03-25 13:10:15 +00:00
铸渊 (ZhùYuān) a083b8af66 📡 Notion缓存同步 · 2026-03-25 21:08 2026-03-25 13:08:39 +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
铸渊 (ZhùYuān) e3344b4376 📡 同步 Notion 开发者画像 · 2026-03-25 15:02 2026-03-25 07:02:14 +00:00
铸渊 (ZhùYuān) 6e569ae295 📡 同步 Notion 开发者画像 · 2026-03-25 10:09 2026-03-25 02:09:23 +00:00
铸渊 (ZhùYuān) 4d920d94d9 📡 同步 Notion 开发者画像 · 2026-03-25 03:03 2026-03-24 19:03:00 +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