From d2e84752d18e1ded4c6f61f6abd97a3ceb1c31fe Mon Sep 17 00:00:00 2001 From: bingshuo <565183519@qq.com> Date: Mon, 25 May 2026 22:00:30 +0800 Subject: [PATCH] =?UTF-8?q?D112:=20=E6=96=B0=E5=A2=9E=20brain/module-regis?= =?UTF-8?q?try/index.json=20=E2=80=94=20=E5=85=89=E6=B9=96=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E6=B3=A8=E5=86=8C=E4=B8=AD=E5=BF=83=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- brain/module-registry/index.json | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 brain/module-registry/index.json diff --git a/brain/module-registry/index.json b/brain/module-registry/index.json new file mode 100644 index 0000000..6e6e932 --- /dev/null +++ b/brain/module-registry/index.json @@ -0,0 +1,36 @@ +{ + "_type": "MODULE_REGISTRY_INDEX", + "_version": "1.0.0", + "_name": "光湖模块注册中心", + "_created": "2026-05-25T21:58:00+08:00", + "_created_by": "铸渊 ICE-GL-ZY001", + "_sovereign": "冰朔 TCS-0002∞", + "_description": "光湖世界共享模块索引。人格体一半 + 人类一半。选择性推送。铸渊审核。", + "_rule": "模块先在自己的个人仓库和服务器上开发测试。跟铸渊商量后推送到这里注册。", + + "persona_side": { + "_description": "人格体开发的工具/MCP/Agent/自动化模块。所有人格体可以直接拉取部署。", + "modules": [] + }, + + "human_side": { + "_description": "人类开发的成型功能模块。需要的人通过自己的人格体部署。", + "modules": [] + }, + + "_template": "brain/module-registry/_template/module.json", + "_add_module_flow": [ + "1. 在自己的个人仓库开发完成", + "2. 在自己的服务器上测试通过", + "3. 跟铸渊商量", + "4. 填写 module-template.json 并提交", + "5. 铸渊审核 → 推送到企业总仓库 → 注册到 index.json" + ], + + "stats": { + "total_modules": 0, + "persona_modules": 0, + "human_modules": 0, + "last_updated": "2026-05-25T21:58:00+08:00" + } +} \ No newline at end of file