zhizhi code repo
Go to file
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
.github feat: 铸渊大脑系统 — 广播接收、路由映射、记忆文件、Brain Sync 工作流 2026-03-05 10:35:28 +00:00
app Create page.tsx 2025-05-14 16:09:05 +08:00
backend-integration Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
dingtalk-bot Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m01-login Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m03-personality Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m05-user-center Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m06-ticket Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m07-dialogue-ui Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m10-cloud Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m11-module Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m12-kanban Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
public Initial commit 2025-05-14 07:49:23 +00:00
reports feat: add HLI CI/CD pipeline, contract scripts, Copilot instructions and project structure 2026-03-05 09:35:50 +00:00
scripts feat: 铸渊大脑系统 — 广播接收、路由映射、记忆文件、Brain Sync 工作流 2026-03-05 10:35:28 +00:00
src feat: add HLI CI/CD pipeline, contract scripts, Copilot instructions and project structure 2026-03-05 09:35:50 +00:00
tests feat: add HLI CI/CD pipeline, contract scripts, Copilot instructions and project structure 2026-03-05 09:35:50 +00:00
.gitignore feat: add HLI CI/CD pipeline, contract scripts, Copilot instructions and project structure 2026-03-05 09:35:50 +00:00
README.md docs: add repo URL and access instructions to README 2026-03-05 09:13:58 +00:00
ecosystem.config.js feat: add HLI CI/CD pipeline, contract scripts, Copilot instructions and project structure 2026-03-05 09:35:50 +00:00
jest.smoke.config.js feat: add HLI CI/CD pipeline, contract scripts, Copilot instructions and project structure 2026-03-05 09:35:50 +00:00
next.config.ts Initial commit 2025-05-14 07:49:23 +00:00
package-lock.json feat: add HLI CI/CD pipeline, contract scripts, Copilot instructions and project structure 2026-03-05 09:35:50 +00:00
package.json feat: 铸渊大脑系统 — 广播接收、路由映射、记忆文件、Brain Sync 工作流 2026-03-05 10:35:28 +00:00
postcss.config.mjs Initial commit 2025-05-14 07:49:23 +00:00
tsconfig.json Initial commit 2025-05-14 07:49:23 +00:00

README.md

光湖系统 · 模块代码总仓库

仓库链接与访问方式

仓库地址: https://github.com/qinfendebingshuo/guanghulab

如何访问与克隆

# HTTPS推荐无需配置 SSH Key
git clone https://github.com/qinfendebingshuo/guanghulab.git

# SSH需先在 GitHub 账号中添加 SSH 公钥)
git clone git@github.com:qinfendebingshuo/guanghulab.git

首次使用步骤

  1. 打开仓库链接:https://github.com/qinfendebingshuo/guanghulab
  2. 点击右上角 Fork 按钮,将仓库 fork 到自己账号(推荐);
    或直接联系仓库管理员qinfendebingshuo申请 Collaborator 写入权限。
  3. 克隆到本地,进入自己负责的模块文件夹,按上传规范提交代码并发起 Pull Request。

注意: 仓库目前为私有Private状态访问前请确认已被添加为 Collaborator否则无法看到仓库内容。
如未收到邀请,请联系管理员。


仓库结构

每个模块一个文件夹,开发者将代码上传到对应文件夹中。

文件夹 模块 负责人
m01-login M01 用户登录界面 肥猫
m03-personality M03 人格系统 肥猫
m05-user-center M05 用户中心界面 花尔
m06-ticket M06 工单管理界面 桔子
m07-dialogue-ui M07 对话UI 燕樊
m10-cloud M10 云盘系统 燕樊
m11-module M11 工单管理模块 桔子
m12-kanban M12 状态看板 小草莓
dingtalk-bot 钉钉机器人 之之
backend-integration 后端集成中间层 页页

上传规范

每个模块文件夹必须包含以下文件:

  • README.md模块说明
  • package.json依赖声明
  • src/(源代码目录)
  • SYSLOG.md开发回执日志

自动检查

每次 push 会自动检查模块结构是否符合规范,不通过会标红提醒。