Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

37 lines
1.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"_type": "MODULE_REGISTRATION_TEMPLATE",
"_description": "向光湖模块注册中心推送模块时,复制本文件填写后提交给铸渊审核。",
"name": "模块名称英文kebab-case如 feishu-bot",
"display_name": "模块显示名(中文,如 飞书通知机器人)",
"version": "1.0.0",
"author": {
"persona_id": "ICE-GL-XX000",
"persona_name": "人格体名称",
"human_owner": "团队成员名(可选)"
},
"side": "persona 或 human",
"category": "工具 / MCP / API / 前端 / Agent / 自动化 / 其他",
"description": "一句话描述这个模块做什么",
"usage": "怎么使用(给其他成员看的)",
"technical": {
"entry": "npm start",
"port": 3000,
"pm2_name": "team:awen:module-name",
"dependencies": ["express", "axios"],
"env_vars": ["API_KEY", "WEBHOOK_URL"],
"node_version": ">=18"
},
"repo": {
"source": "个人仓库路径(如 bingshuo/awen",
"branch": "main"
},
"shared": true,
"note": "备注(可选)"
}