Commit Graph

23 Commits

Author SHA1 Message Date
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] 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] e0d72b5844 feat: 执行层系统升级 v5.0 — 新增核心模块与连接器
新增模块:
- core/broadcast-listener: 广播监听与任务解析
- core/task-queue: 任务队列与调度系统
- core/system-check: 仓库自检系统
- connectors/notion-sync: Notion 双向同步
- connectors/model-router: 模型调用路由

新增文档:
- docs/repo-structure-map.md: 仓库结构地图
- docs/notion-bridge-map.md: Notion 桥接地图

更新:
- brain/master-brain.md: v4.0 → v5.0
- brain/system-health.json: 新增模块状态
- package.json: 新增 core/connector npm scripts
- .gitignore: 排除运行时产物

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-14 06:34:14 +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] ebd2d6c01f Upgrade next from 15.3.8 to 15.3.9 to fix HTTP request deserialization DoS vulnerability
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 07:57:35 +00:00
copilot-swe-agent[bot] aa18aa603a Fix merge conflicts in package.json, ecosystem.config.js, brain health files, and .gitignore
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 07:38:42 +00:00
zhizhi200271 d546bc0525 合并 Phase 2 与远程仓库 2026-03-11 11:06:16 +08: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
之之 e8278af831 DEV-004: 钉钉机器人初始化 - 环节2完成 2026-03-06 09:59:01 +08: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