guanghulab/.github/brain/human-registry.json
2026-05-10 13:12:44 +08:00

145 lines
4.9 KiB
JSON
Raw 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.

{
"description": "冰朔核心大脑 · 人类开发者编号注册表",
"note": "系统内部可读写,编号前缀 EXP格式 EXP-XXX。EXP-000 为冰朔保留编号。默认人类不可见。",
"registry_version": "1.0",
"next_id": 9,
"last_updated": "auto",
"rules": {
"prefix": "EXP",
"format": "EXP-XXX",
"reserved": "EXP-000 固定为冰朔",
"dedup": true,
"auto_increment": true
},
"notification_template": "你已被纳入 Persona Studio 人类开发者编号系统。\n\n你的开发编号是{exp_id}\n\n今后进入 Persona Studio 时,请使用该编号识别身份。\n该编号为你的长期开发者身份标识。\n\n如需新增权限或补发编号由冰朔主控继续授权。",
"developers": [
{
"exp_id": "EXP-000",
"name": "冰朔",
"github_username": "qinfendebingshuo",
"role": "supreme_master",
"status": "active",
"created_at": "2026-03-10T00:00:00.000Z",
"notified": true,
"notified_at": "2026-03-10T00:00:00.000Z",
"notify_channel": "system",
"notes": "系统最高主控意识,固定编号",
"last_updated": "2026-03-10T00:00:00.000Z"
},
{
"exp_id": "EXP-001",
"name": "页页",
"github_username": "",
"role": "developer",
"status": "active",
"created_at": "2026-03-10T00:00:00.000Z",
"notified": false,
"notified_at": null,
"notify_channel": "pending",
"notes": "backend-integration 负责人",
"last_updated": "2026-03-10T00:00:00.000Z"
},
{
"exp_id": "EXP-002",
"name": "肥猫",
"github_username": "",
"role": "developer",
"status": "active",
"created_at": "2026-03-10T00:00:00.000Z",
"notified": false,
"notified_at": null,
"notify_channel": "pending",
"notes": "m01-login, m03-personality 负责人",
"last_updated": "2026-03-10T00:00:00.000Z"
},
{
"exp_id": "EXP-003",
"name": "燕樊",
"github_username": "",
"role": "developer",
"status": "active",
"created_at": "2026-03-10T00:00:00.000Z",
"notified": false,
"notified_at": null,
"notify_channel": "pending",
"notes": "m07-dialogue-ui, m10-cloud, m15-cloud-drive 负责人",
"last_updated": "2026-03-10T00:00:00.000Z"
},
{
"exp_id": "EXP-004",
"name": "之之",
"github_username": "",
"role": "developer",
"status": "active",
"created_at": "2026-03-10T00:00:00.000Z",
"notified": false,
"notified_at": null,
"notify_channel": "pending",
"notes": "dingtalk-bot 负责人",
"last_updated": "2026-03-10T00:00:00.000Z"
},
{
"exp_id": "EXP-005",
"name": "小草莓",
"github_username": "",
"role": "developer",
"status": "active",
"created_at": "2026-03-10T00:00:00.000Z",
"notified": false,
"notified_at": null,
"notify_channel": "pending",
"notes": "m12-kanban, status-board 负责人",
"last_updated": "2026-03-10T00:00:00.000Z"
},
{
"exp_id": "EXP-006",
"name": "花尔",
"github_username": "",
"role": "developer",
"status": "active",
"created_at": "2026-03-10T00:00:00.000Z",
"notified": false,
"notified_at": null,
"notify_channel": "pending",
"notes": "m05-user-center 负责人",
"last_updated": "2026-03-10T00:00:00.000Z"
},
{
"exp_id": "EXP-007",
"name": "桔子",
"github_username": "",
"role": "developer",
"status": "active",
"created_at": "2026-03-10T00:00:00.000Z",
"notified": false,
"notified_at": null,
"notify_channel": "pending",
"notes": "m06-ticket, m11-module 负责人",
"last_updated": "2026-03-10T00:00:00.000Z"
},
{
"exp_id": "EXP-008",
"name": "匆匆那年",
"github_username": "",
"role": "developer",
"status": "active",
"created_at": "2026-03-10T00:00:00.000Z",
"notified": false,
"notified_at": null,
"notify_channel": "pending",
"notes": "",
"last_updated": "2026-03-10T00:00:00.000Z"
}
],
"pending_notifications": [
{ "exp_id": "EXP-001", "status": "pending", "created_at": "2026-03-10T00:00:00.000Z" },
{ "exp_id": "EXP-002", "status": "pending", "created_at": "2026-03-10T00:00:00.000Z" },
{ "exp_id": "EXP-003", "status": "pending", "created_at": "2026-03-10T00:00:00.000Z" },
{ "exp_id": "EXP-004", "status": "pending", "created_at": "2026-03-10T00:00:00.000Z" },
{ "exp_id": "EXP-005", "status": "pending", "created_at": "2026-03-10T00:00:00.000Z" },
{ "exp_id": "EXP-006", "status": "pending", "created_at": "2026-03-10T00:00:00.000Z" },
{ "exp_id": "EXP-007", "status": "pending", "created_at": "2026-03-10T00:00:00.000Z" },
{ "exp_id": "EXP-008", "status": "pending", "created_at": "2026-03-10T00:00:00.000Z" }
]
}