Commit Graph

16 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] b1b7746c42 fix(security): 升级 next 15.3.8 → 15.3.9 修复 HTTP 请求反序列化 DoS 漏洞
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 07:41:43 +00:00
copilot-swe-agent[bot] e160fbbde1 feat: Implement Bingshuo Core Brain Dual-Layer System v1.0 with auto-agent framework
- Brain Bridge module with sync fields, master mode, consistency check
- Human developer EXP numbering system with notification queue
- 8 auto-agent definitions for maintenance/sync/archiving/inspection
- 10 new HLI brain bridge API endpoints
- Brain bridge sync CLI tool
- Persona collaboration rules and volume/archiving rules
- Master brain documentation with full system definitions

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 11:15:58 +00:00
copilot-swe-agent[bot] a7a7832674 feat: add BRAIN domain to routing-map, update coverage stats and growth log
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 10:00:52 +00:00
copilot-swe-agent[bot] 7e21bfe5dc feat: create persona-brain-db Phase 1 - schema, seed data, API layer, migration tools
 BRAIN-DB-PHASE1 完成
· 五张表schema已建(persona_identity, persona_cognition, persona_memory, dev_profiles, agent_registry)
· 种子数据已整理:人格体 12 条 / 规则 10 条 / 记忆 10 条 / 画像 14 条 / Agent 1 条
· init.sql一键建表 + import-seed.js导入脚本
· API层就绪(server.js + 5个路由 + auth中间件)
· 迁移工具占位(export-from-notion.js, transform.js, dual-write.js)
· 本地查询测试通过

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-09 08:43:35 +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
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] 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] 723f6b16bc feat: add backend API proxy layer for China network access
- backend-integration/api-proxy.js: Node.js proxy with SSE streaming passthrough
  - Supports DeepSeek/Moonshot/Zhipu (China-direct) + Yunwu/OpenAI/Gemini
  - API keys managed server-side via environment variables
  - Rate limiting (10 req/min per IP)
  - CORS support for cross-origin access
  - Health check and model listing endpoints
- backend-integration/nginx-api-proxy.conf: Nginx config reference
- docs/index.html: Added "后端代理" provider option (no API key required)
- package.json: Added proxy:start script

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 07:31:58 +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
Vercel 4fc1963c80 Fix React Server Components CVE vulnerabilities
Updated dependencies to fix Next.js and React CVE vulnerabilities.

The fix-react2shell-next tool automatically updated the following packages to their secure versions:
- next
- react-server-dom-webpack
- react-server-dom-parcel  
- react-server-dom-turbopack

All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2026-03-05 16:18:45 +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
qinfendebingshuo 6561347b05 Initial commit
Created from https://vercel.com/new
2025-05-14 07:49:23 +00:00