🦅 天眼·人格体注册表同步 · 2026-03-20
This commit is contained in:
parent
3f8b3831bb
commit
07a9a2adbe
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"updated_at": "2026-03-16",
|
"updated_at": "2026-03-20",
|
||||||
"description": "铸渊·智能门禁 · 开发者权限矩阵配置",
|
"description": "铸渊·智能门禁 · 开发者权限矩阵配置",
|
||||||
"note": "developer_permissions 中的 github_usernames 需要由管理员填入实际的 GitHub 登录用户名(非显示名)。参考 .github/gate-guard-config.json 中冰朔确认的开发者映射表。含中文字符的显示名非 GitHub 用户名,需管理员确认实际用户名后补充。",
|
"note": "developer_permissions 中的 github_usernames 需要由管理员填入实际的 GitHub 登录用户名(非显示名)。参考 .github/gate-guard-config.json 中冰朔确认的开发者映射表。含中文字符的显示名非 GitHub 用户名,需管理员确认实际用户名后补充。",
|
||||||
"repo_owner": "qinfendebingshuo",
|
"repo_owner": "qinfendebingshuo",
|
||||||
|
|
@ -11,7 +11,18 @@
|
||||||
"zhuyuan-bot"
|
"zhuyuan-bot"
|
||||||
],
|
],
|
||||||
"whitelist_commit_prefixes": [
|
"whitelist_commit_prefixes": [
|
||||||
"🔍", "📊", "📡", "🧠", "📢", "🚨", "📰", "🔧", "🦅", "🎖️", "🔐", "🌊"
|
"🔍",
|
||||||
|
"📊",
|
||||||
|
"📡",
|
||||||
|
"🧠",
|
||||||
|
"📢",
|
||||||
|
"🚨",
|
||||||
|
"📰",
|
||||||
|
"🔧",
|
||||||
|
"🦅",
|
||||||
|
"🎖️",
|
||||||
|
"🔐",
|
||||||
|
"🌊"
|
||||||
],
|
],
|
||||||
"signature_exempt_paths": [
|
"signature_exempt_paths": [
|
||||||
"syslog-inbox/",
|
"syslog-inbox/",
|
||||||
|
|
@ -35,56 +46,107 @@
|
||||||
"DEV-001": {
|
"DEV-001": {
|
||||||
"name": "页页",
|
"name": "页页",
|
||||||
"persona_id": "PER-001",
|
"persona_id": "PER-001",
|
||||||
"github_usernames": ["夜夜光湖"],
|
"github_usernames": [
|
||||||
"allowed_paths": ["dev/DEV-001/", "backend/", "src/"]
|
"夜夜光湖"
|
||||||
|
],
|
||||||
|
"allowed_paths": [
|
||||||
|
"dev/DEV-001/",
|
||||||
|
"backend/",
|
||||||
|
"src/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"DEV-002": {
|
"DEV-002": {
|
||||||
"name": "肥猫",
|
"name": "肥猫",
|
||||||
"persona_id": "PER-002",
|
"persona_id": "PER-002",
|
||||||
"github_usernames": ["建培"],
|
"github_usernames": [
|
||||||
"allowed_paths": ["dev/DEV-002/", "frontend/", "persona-selector/", "chat-bubble/"]
|
"建培"
|
||||||
|
],
|
||||||
|
"allowed_paths": [
|
||||||
|
"dev/DEV-002/",
|
||||||
|
"frontend/",
|
||||||
|
"persona-selector/",
|
||||||
|
"chat-bubble/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"DEV-003": {
|
"DEV-003": {
|
||||||
"name": "燕樊",
|
"name": "燕樊",
|
||||||
"persona_id": "PER-003",
|
"persona_id": "PER-003",
|
||||||
"github_usernames": ["六寻寻7-max"],
|
"github_usernames": [
|
||||||
"allowed_paths": ["dev/DEV-003/", "settings/", "cloud-drive/"]
|
"六寻寻7-max"
|
||||||
|
],
|
||||||
|
"allowed_paths": [
|
||||||
|
"dev/DEV-003/",
|
||||||
|
"settings/",
|
||||||
|
"cloud-drive/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"DEV-004": {
|
"DEV-004": {
|
||||||
"name": "之之",
|
"name": "之之",
|
||||||
"persona_id": "PER-004",
|
"persona_id": "PER-004",
|
||||||
"github_usernames": ["zhizhi200271"],
|
"github_usernames": [
|
||||||
"allowed_paths": ["dev/DEV-004/", "dingtalk-bot/"]
|
"zhizhi200271"
|
||||||
|
],
|
||||||
|
"allowed_paths": [
|
||||||
|
"dev/DEV-004/",
|
||||||
|
"dingtalk-bot/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"DEV-005": {
|
"DEV-005": {
|
||||||
"name": "小草莓",
|
"name": "小草莓",
|
||||||
"persona_id": "PER-005",
|
"persona_id": "PER-005",
|
||||||
"github_usernames": ["stbr-0709"],
|
"github_usernames": [
|
||||||
"allowed_paths": ["dev/DEV-005/", "status-board/", "cost-control/"]
|
"stbr-0709"
|
||||||
|
],
|
||||||
|
"allowed_paths": [
|
||||||
|
"dev/DEV-005/",
|
||||||
|
"status-board/",
|
||||||
|
"cost-control/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"DEV-009": {
|
"DEV-009": {
|
||||||
"name": "花尔",
|
"name": "花尔",
|
||||||
"persona_id": "PER-009",
|
"persona_id": "PER-009",
|
||||||
"github_usernames": ["华尔华"],
|
"github_usernames": [
|
||||||
"allowed_paths": ["dev/DEV-009/", "user-center/"]
|
"华尔华"
|
||||||
|
],
|
||||||
|
"allowed_paths": [
|
||||||
|
"dev/DEV-009/",
|
||||||
|
"user-center/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"DEV-010": {
|
"DEV-010": {
|
||||||
"name": "桔子",
|
"name": "桔子",
|
||||||
"persona_id": "PER-010",
|
"persona_id": "PER-010",
|
||||||
"github_usernames": ["juzi0412"],
|
"github_usernames": [
|
||||||
"allowed_paths": ["dev/DEV-010/", "ticket-system/", "data-stats/", "dynamic-comic/"]
|
"juzi0412"
|
||||||
|
],
|
||||||
|
"allowed_paths": [
|
||||||
|
"dev/DEV-010/",
|
||||||
|
"ticket-system/",
|
||||||
|
"data-stats/",
|
||||||
|
"dynamic-comic/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"DEV-011": {
|
"DEV-011": {
|
||||||
"name": "匆匆那年",
|
"name": "匆匆那年",
|
||||||
"persona_id": "PER-011",
|
"persona_id": "PER-011",
|
||||||
"github_usernames": [],
|
"github_usernames": [],
|
||||||
"allowed_paths": ["dev/DEV-011/", "writing-workspace/"]
|
"allowed_paths": [
|
||||||
|
"dev/DEV-011/",
|
||||||
|
"writing-workspace/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"DEV-012": {
|
"DEV-012": {
|
||||||
"name": "Awen",
|
"name": "Awen",
|
||||||
"persona_id": "PER-012",
|
"persona_id": "PER-012",
|
||||||
"github_usernames": ["文卓熙"],
|
"github_usernames": [
|
||||||
"allowed_paths": ["dev/DEV-012/", "notification-center/", "notification/"]
|
"文卓熙"
|
||||||
|
],
|
||||||
|
"allowed_paths": [
|
||||||
|
"dev/DEV-012/",
|
||||||
|
"notification-center/",
|
||||||
|
"notification/"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"DEV-013": {
|
"DEV-013": {
|
||||||
"name": "小兴",
|
"name": "小兴",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue