83 lines
2.1 KiB
JSON
83 lines
2.1 KiB
JSON
{
|
|
"version": "1.0.0",
|
|
"updated_at": "2026-03-16",
|
|
"description": "铸渊·智能门禁 · 开发者权限矩阵配置",
|
|
"note": "developer_permissions 中的 github_usernames 需要由管理员填入实际的 GitHub 用户名,未填入的开发者将被视为未注册开发者",
|
|
"whitelist_actors": [
|
|
"github-actions[bot]",
|
|
"qinfendebingshuo"
|
|
],
|
|
"whitelist_commit_prefixes": [
|
|
"🔍", "📊", "📡", "🧠", "📢", "🚨", "📰", "🔧", "🦅"
|
|
],
|
|
"system_protected_paths": [
|
|
".github/",
|
|
"scripts/",
|
|
"README.md",
|
|
"package.json",
|
|
"package-lock.json",
|
|
"data/",
|
|
"core/",
|
|
"connectors/",
|
|
"docs/",
|
|
"openclaw/"
|
|
],
|
|
"developer_permissions": {
|
|
"DEV-001": {
|
|
"name": "页页",
|
|
"github_usernames": [],
|
|
"allowed_paths": ["backend/", "src/"]
|
|
},
|
|
"DEV-002": {
|
|
"name": "肥猫",
|
|
"github_usernames": [],
|
|
"allowed_paths": ["frontend/", "persona-selector/", "chat-bubble/"]
|
|
},
|
|
"DEV-003": {
|
|
"name": "燕樊",
|
|
"github_usernames": [],
|
|
"allowed_paths": ["settings/", "cloud-drive/"]
|
|
},
|
|
"DEV-004": {
|
|
"name": "之之",
|
|
"github_usernames": [],
|
|
"allowed_paths": ["dingtalk-bot/"]
|
|
},
|
|
"DEV-005": {
|
|
"name": "小草莓",
|
|
"github_usernames": [],
|
|
"allowed_paths": ["status-board/", "cost-control/"]
|
|
},
|
|
"DEV-009": {
|
|
"name": "花尔",
|
|
"github_usernames": [],
|
|
"allowed_paths": ["user-center/"]
|
|
},
|
|
"DEV-010": {
|
|
"name": "桔子",
|
|
"github_usernames": [],
|
|
"allowed_paths": ["ticket-system/", "data-stats/", "dynamic-comic/"]
|
|
},
|
|
"DEV-011": {
|
|
"name": "匆匆那年",
|
|
"github_usernames": [],
|
|
"allowed_paths": ["writing-workspace/"]
|
|
},
|
|
"DEV-012": {
|
|
"name": "Awen",
|
|
"github_usernames": [],
|
|
"allowed_paths": ["notification-center/", "notification/"]
|
|
},
|
|
"DEV-013": {
|
|
"name": "小兴",
|
|
"github_usernames": [],
|
|
"allowed_paths": []
|
|
},
|
|
"DEV-014": {
|
|
"name": "时雨",
|
|
"github_usernames": [],
|
|
"allowed_paths": []
|
|
}
|
|
}
|
|
}
|