Commit Graph

289 Commits

Author SHA1 Message Date
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] 22cbb60671 Update plan for expanded Bingshuo Core Brain Dual-Layer System v1.0
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 11:08:36 +00:00
copilot-swe-agent[bot] c633907248 Initial plan 2026-03-10 11:04:02 +00:00
铸渊 (ZhùYuān) 06b2c3d751 📚 铸渊图书馆目录更新 · 2026-03-10T10:51 2026-03-10 10:51:18 +00:00
bingshuo-neural-system 2a7c8a48dd 🧠 冰朔主控神经系统自动编译 2026-03-10T10:51:06Z 2026-03-10 10:51:06 +00:00
冰朔 211723d47c
Merge pull request #41 from qinfendebingshuo/copilot/fix-persona-studio-button-link
fix: Persona Studio entry button not navigating
2026-03-10 18:50:56 +08:00
copilot-swe-agent[bot] 6f10bee2d7 fix: Persona Studio entry button not navigating - use HTML links and add redirect index.html
Root cause:
1. README.md used Markdown link syntax inside HTML table block which may not render as clickable
2. persona-studio/index.html was missing, causing the target URL to 404

Fix:
- Replace Markdown link with HTML <a><img> badge button + plain text <a> fallback link
- Create persona-studio/index.html that redirects to persona-studio/frontend/index.html
- Add plain text link to persona-studio/README.md

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 10:41:13 +00:00
copilot-swe-agent[bot] 04303a8937 Initial plan 2026-03-10 10:37:26 +00:00
铸渊 (ZhùYuān) 33b99a007e 🧠 铸渊记忆更新 · 2026-03-10 2026-03-10 10:29:01 +00:00
铸渊 (ZhùYuān) 20a4a267db 📚 铸渊图书馆目录更新 · 2026-03-10T10:28 2026-03-10 10:28:56 +00:00
bingshuo-neural-system e44ba9aacc 🧠 冰朔主控神经系统自动编译 2026-03-10T10:28:45Z 2026-03-10 10:28:45 +00:00
冰朔 f5bb42f979
Merge pull request #39 from qinfendebingshuo/copilot/build-bingshuo-master-system-v1-0
feat: 冰朔主控神经系统 (Bingshuo Master Neural System) v1.0
2026-03-10 18:28:34 +08:00
铸渊 (ZhùYuān) 9e575876a1 📚 铸渊图书馆目录更新 · 2026-03-10T10:28 2026-03-10 10:28:13 +00:00
铸渊 (ZhùYuān) fbcd1f2db9 📋 自动更新 HoloLake Era 模块文档 · 2026-03-10 10:27 UTC 2026-03-10 10:27:58 +00:00
冰朔 efc93ce748
Merge pull request #38 from qinfendebingshuo/copilot/upgrade-brain-architecture
feat: core brain upgrade v3.0 — shell-core separation architecture
2026-03-10 18:27:48 +08:00
copilot-swe-agent[bot] 40820c4918 chore: 最终验证通过,冰朔主控神经系统 v1.0 就绪
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 10:12:56 +00:00
copilot-swe-agent[bot] b395dac2c8 refactor: 提取 workflow 文件名常量,移除 root_cause_summary 截断
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 10:11:16 +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] ebefa1f1da fix: address code review feedback — schema, comment, key collision, streaming fallback
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 10:02:39 +00:00
copilot-swe-agent[bot] ea7650ace8 Initial plan 2026-03-10 10:02:25 +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] 8951eb86f1 feat: core brain upgrade v3.0 — shell-core separation architecture
- Created src/brain/ module (prompt-assembler, mode-detector, model-router, context-trimmer, memory-manager)
- Added HLI BRAIN domain endpoints (prompt, route, context, memory, status)
- Upgraded api-proxy.js with auto-fallback across providers
- Unified brain version to v3.0 across all files
- Frontend now calls backend brain APIs with local fallback
- Added truth-source federation documentation

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 09:57:26 +00:00
copilot-swe-agent[bot] 7a59235712 Initial plan 2026-03-10 09:42:52 +00:00
铸渊 (ZhùYuān) a1174ff857 📚 铸渊图书馆目录更新 · 2026-03-10T09:35 2026-03-10 09:35:55 +00:00
zhizhi200271 0a43ad59bb Merge branch 'main' of https://github.com/qinfendebingshuo/guanghulab 2026-03-10 17:35:17 +08:00
zhizhi200271 75fcaf4467 DEV-004: M17环节6-在线预览与分享·预览模式+Data URL生成+嵌入代码+全屏播放 2026-03-10 17:34:43 +08:00
铸渊[bot] 06ccc54176 🧠 memory: 每日自检记录 [skip ci] 2026-03-10 08:56:24 +00:00
铸渊 (ZhùYuān) f43817e698 📚 铸渊图书馆目录更新 · 2026-03-10T08:33 2026-03-10 08:33:52 +00:00
冰朔 544f9cae47
Merge pull request #37 from qinfendebingshuo/copilot/fix-interactive-dialogue-interface
fix: exclude router aggregator index.js from HLI contract check
2026-03-10 16:33:30 +08:00
copilot-swe-agent[bot] e50a79aeaa fix: exclude index.js router aggregator from HLI contract check
The contract-check.js script was requiring schema files for index.js
files in route directories, but index.js files are router aggregators
(not HLI endpoints) and should not have schemas. This caused the
deploy-to-server.yml CD pipeline to fail, preventing persona-studio
backend from being deployed. As a result, users could not login or
access the interactive chat interface.

Error:  [MISSING] index.js → 缺少 src/schemas/hli/auth/index.schema.json

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 08:16:33 +00:00
copilot-swe-agent[bot] 00d87f0d37 Initial investigation - no code changes yet
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 08:15:05 +00:00
copilot-swe-agent[bot] 27abec4582 Initial plan 2026-03-10 08:09:01 +00:00
铸渊 (ZhùYuān) fef78187f4 📚 铸渊图书馆目录更新 · 2026-03-10T08:04 2026-03-10 08:04:31 +00:00
冰朔 86f680040f
Merge pull request #36 from qinfendebingshuo/copilot/fix-persona-studio-link
fix: make Persona Studio accessible via GitHub Pages
2026-03-10 16:04:10 +08:00
copilot-swe-agent[bot] db9de769d9 refactor: remove duplicate docs/persona-studio files, rely on workflow sync
Address code review: maintain persona-studio frontend only in persona-studio/frontend/
and let the deploy-pages workflow sync them to docs/ during deployment.

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 07:51:51 +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] d2f1f26496 Initial plan 2026-03-10 07:44:17 +00:00
铸渊 (ZhùYuān) cf2683fa2b 📚 铸渊图书馆目录更新 · 2026-03-10T07:35 2026-03-10 07:35:29 +00:00
冰朔 a8e2c3d5e8
Merge pull request #35 from qinfendebingshuo/copilot/restore-core-brain-functionality
fix: Persona Studio 聊天交互修复 · 核心大脑恢复 · 跨仓库同步架构
2026-03-10 15:35:04 +08: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] 6b5174a901 Initial plan for Persona Studio fix and cross-repo brain sync
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 07:13:03 +00:00
copilot-swe-agent[bot] 0dafba96ad Initial plan 2026-03-10 07:04:57 +00:00
铸渊 (ZhùYuān) bd599bf9d0 📚 铸渊图书馆目录更新 · 2026-03-10T07:01 2026-03-10 07:01:49 +00:00
冰朔 7b3fae3115
Merge pull request #34 from qinfendebingshuo/copilot/add-persona-studio-feature
feat: add Persona Studio entry on README homepage, restructure system intro
2026-03-10 15:01:29 +08:00
copilot-swe-agent[bot] ac94c6101b feat: add Persona Studio entry on README homepage and restructure system intro
- Add prominent Persona Studio interactive entry card at the top of README
- Consolidate system intro (remove redundant centered header, clean up architecture description)
- Add 知秋 persona to the personas table
- Add persona-studio to module directory
- Keep all auto-updated bulletin sections intact

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 06:55:56 +00:00
copilot-swe-agent[bot] 07a760f47b Initial plan 2026-03-10 06:51:41 +00:00
铸渊 (ZhùYuān) 407d4ba6c1 📚 铸渊图书馆目录更新 · 2026-03-10T05:24 2026-03-10 05:24:29 +00:00
冰朔 fa7c598904
Merge pull request #33 from qinfendebingshuo/copilot/create-persona-assistance-area
feat: persona-studio 协作者体验功能集成
2026-03-10 13:24:06 +08:00
copilot-swe-agent[bot] 5bc0fba34c fix: upgrade nodemailer to 7.0.13 to fix DoS and domain validation vulnerabilities
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 05:19:13 +00:00