From 07a760f47bb8b3e68203e767321d1b37f9d8952e Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 10 Mar 2026 06:51:41 +0000
Subject: [PATCH 1/2] Initial plan
From ac94c6101b86a9212a7d5549c11e88fbbe512220 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 10 Mar 2026 06:55:56 +0000
Subject: [PATCH 2/2] feat: add Persona Studio entry on README homepage and
restructure system intro
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 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>
---
README.md | 98 +++++++++++++++++++++++++++++++------------------------
1 file changed, 56 insertions(+), 42 deletions(-)
diff --git a/README.md b/README.md
index 819a958e..526d05b0 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,56 @@
+
+
+# 🌊 光湖 HoloLake
+
+**人格语言操作系统(AGE OS)· 壳-核分离架构**
+
+[](https://github.com/qinfendebingshuo/guanghulab/actions/workflows/zhuyuan-daily-selfcheck.yml)
+[](https://github.com/qinfendebingshuo/guanghulab/actions/workflows/deploy-to-server.yml)
+
+`guanghulab.com` · Node.js 20 + Express + PM2 + Nginx
+
+
+
+---
+
+## 🎭 Persona Studio · 人格体协助开发体验
+
+
+
+
+
+
+
+### ✨ 与知秋对话,让人格体帮你推进开发
+
+你有一个功能想法?一个技术方案?一个 Bug 要修?
+
+**知秋** 是光湖系统的对外协助人格体,支持自然语言对话、智能代码生成、邮件推送结果。
+
+合作者输入 **EXP 编号** 即可登录,开始对话。
+
+
+
+### 🚀 [点击进入 Persona Studio →](https://guanghulab.com/persona-studio/)
+
+💬 自然语言对话 · 🧠 智能代码生成 · 📧 邮件推送结果 · 🔄 对话记忆
+
+ |
+
+
+
+
+
+---
+
## 📖 系统简介
-**光湖(HoloLake)** 是一个基于 **人格语言操作系统(AGE OS)** 的智能协作平台,采用 **壳-核分离** 设计理念:
+**光湖(HoloLake)** 是一个基于人格语言操作系统的智能协作平台,采用壳-核分离设计:
-- **壳(Shell)**:前端交互层,包括对话界面、用户中心、工单系统、云盘等模块
-- **核(Core)**:后端智能层,包括人格引擎、广播分发、信号处理、Notion 桥接等
-
-### 🏛️ 核心架构
-
-```
-┌─────────────────────────────────────────────────┐
-│ 光湖 HoloLake │
-├──────────────┬──────────────────────────────────┤
-│ 壳 Shell │ 核 Core │
-│ │ │
-│ 🖥️ 对话 UI │ 🧠 铸渊 (Zhùyuān) 代码守护人格 │
-│ 👤 用户中心 │ 📡 广播分发系统 │
-│ 🎫 工单系统 │ 🔔 信号处理 + Notion 桥接 │
-│ ☁️ 云盘 │ 🔄 CI/CD 自动化流水线 │
-│ 📊 状态看板 │ 📋 模块自检 + 文档生成 │
-└──────────────┴──────────────────────────────────┘
-```
+| 层级 | 说明 | 包含 |
+|------|------|------|
+| **壳 Shell** | 前端交互层 | 对话 UI、用户中心、工单系统、云盘、状态看板 |
+| **核 Core** | 后端智能层 | 人格引擎、广播分发、信号处理、Notion 桥接、CI/CD |
### 🤖 智能人格体
@@ -28,14 +59,7 @@
| **铸渊 Zhùyuān** | 代码守护者 | 代码审查、CI 巡检、模块协议执行、Issue 回复 |
| **冰朔 Bīng Shuò** | 系统创建者 | 系统架构设计、核心决策、广播发布 |
| **霜砚 Shuāng Yàn** | 人格导师 | 人格调校、风格管理、联觉语言系统 |
-
-### 🔧 技术栈
-
-- **运行时**:Node.js 20 + Next.js 15 + React 19
-- **后端**:Express + PM2 进程管理
-- **数据库**:SQLite (better-sqlite3) + Notion 数据桥接
-- **部署**:Nginx 反向代理 + GitHub Actions CI/CD
-- **自动化**:23+ GitHub Actions 工作流
+| **知秋 Zhī Qiū** | 协助开发者 | 对话协助、代码生成、开发体验([Persona Studio](https://guanghulab.com/persona-studio/)) |
---
@@ -117,21 +141,6 @@
---
-
-
-# 🌊 HoloLake 光湖系统
-
-**人格语言操作系统(AGE OS) · 壳-核分离架构**
-
-[](https://github.com/qinfendebingshuo/guanghulab/actions/workflows/zhuyuan-daily-selfcheck.yml)
-[](https://github.com/qinfendebingshuo/guanghulab/actions/workflows/deploy-to-server.yml)
-
-`guanghulab.com` · Node.js 20 + Express + PM2 + Nginx
-
-
-
----
-
## ⚒️ 铸渊工作区
> 💡 **如何使用铸渊工作区:**
@@ -201,6 +210,11 @@
| `dingtalk-bot/` | 钉钉机器人 |
| `notification/` | 通知系统 |
+### 体验模块
+| 模块 | 说明 |
+|------|------|
+| `persona-studio/` | 人格体协助开发体验([进入 →](https://guanghulab.com/persona-studio/)) |
+
### 系统支撑
| 模块 | 说明 |
|------|------|