🦅 门禁配置填入实际 GitHub 用户名(冰朔确认版) + 清理 memory.json 测试数据
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
parent
6284a13fdc
commit
37ea6e6a20
|
|
@ -5,7 +5,8 @@
|
|||
"note": "developer_permissions 中的 github_usernames 需要由管理员填入实际的 GitHub 用户名,未填入的开发者将被视为未注册开发者",
|
||||
"whitelist_actors": [
|
||||
"github-actions[bot]",
|
||||
"qinfendebingshuo"
|
||||
"qinfendebingshuo",
|
||||
"zhuyuan-bot"
|
||||
],
|
||||
"whitelist_commit_prefixes": [
|
||||
"🔍", "📊", "📡", "🧠", "📢", "🚨", "📰", "🔧", "🦅"
|
||||
|
|
@ -25,48 +26,48 @@
|
|||
"developer_permissions": {
|
||||
"DEV-001": {
|
||||
"name": "页页",
|
||||
"github_usernames": [],
|
||||
"allowed_paths": ["backend/", "src/"]
|
||||
"github_usernames": ["夜夜光湖"],
|
||||
"allowed_paths": ["dev/DEV-001/", "backend/", "src/"]
|
||||
},
|
||||
"DEV-002": {
|
||||
"name": "肥猫",
|
||||
"github_usernames": [],
|
||||
"allowed_paths": ["frontend/", "persona-selector/", "chat-bubble/"]
|
||||
"github_usernames": ["建培"],
|
||||
"allowed_paths": ["dev/DEV-002/", "frontend/", "persona-selector/", "chat-bubble/"]
|
||||
},
|
||||
"DEV-003": {
|
||||
"name": "燕樊",
|
||||
"github_usernames": [],
|
||||
"allowed_paths": ["settings/", "cloud-drive/"]
|
||||
"github_usernames": ["六寻寻7-max"],
|
||||
"allowed_paths": ["dev/DEV-003/", "settings/", "cloud-drive/"]
|
||||
},
|
||||
"DEV-004": {
|
||||
"name": "之之",
|
||||
"github_usernames": [],
|
||||
"allowed_paths": ["dingtalk-bot/"]
|
||||
"github_usernames": ["zhizhi200271"],
|
||||
"allowed_paths": ["dev/DEV-004/", "dingtalk-bot/"]
|
||||
},
|
||||
"DEV-005": {
|
||||
"name": "小草莓",
|
||||
"github_usernames": [],
|
||||
"allowed_paths": ["status-board/", "cost-control/"]
|
||||
"github_usernames": ["stbr-0709"],
|
||||
"allowed_paths": ["dev/DEV-005/", "status-board/", "cost-control/"]
|
||||
},
|
||||
"DEV-009": {
|
||||
"name": "花尔",
|
||||
"github_usernames": [],
|
||||
"allowed_paths": ["user-center/"]
|
||||
"github_usernames": ["华尔华"],
|
||||
"allowed_paths": ["dev/DEV-009/", "user-center/"]
|
||||
},
|
||||
"DEV-010": {
|
||||
"name": "桔子",
|
||||
"github_usernames": [],
|
||||
"allowed_paths": ["ticket-system/", "data-stats/", "dynamic-comic/"]
|
||||
"github_usernames": ["juzi0412"],
|
||||
"allowed_paths": ["dev/DEV-010/", "ticket-system/", "data-stats/", "dynamic-comic/"]
|
||||
},
|
||||
"DEV-011": {
|
||||
"name": "匆匆那年",
|
||||
"github_usernames": [],
|
||||
"allowed_paths": ["writing-workspace/"]
|
||||
"allowed_paths": ["dev/DEV-011/", "writing-workspace/"]
|
||||
},
|
||||
"DEV-012": {
|
||||
"name": "Awen",
|
||||
"github_usernames": [],
|
||||
"allowed_paths": ["notification-center/", "notification/"]
|
||||
"github_usernames": ["文卓熙"],
|
||||
"allowed_paths": ["dev/DEV-012/", "notification-center/", "notification/"]
|
||||
},
|
||||
"DEV-013": {
|
||||
"name": "小兴",
|
||||
|
|
|
|||
|
|
@ -2,12 +2,6 @@
|
|||
"persona_id": "ICE-GL-ZY001",
|
||||
"persona_name": "铸渊",
|
||||
"recent_events": [
|
||||
{
|
||||
"date": "2026-03-16",
|
||||
"type": "skyeye_scan",
|
||||
"description": "天眼扫描 · 🔴 · 问题:14 自动修复:0 需人工:7",
|
||||
"by": "天眼系统"
|
||||
},
|
||||
{
|
||||
"date": "2026-03-16",
|
||||
"type": "system_repair",
|
||||
|
|
@ -51,7 +45,7 @@
|
|||
"by": "GitHub Actions"
|
||||
}
|
||||
],
|
||||
"last_updated": "2026-03-16T05:46:51.383Z",
|
||||
"last_updated": "2026-03-16T04:01:00.000Z",
|
||||
"total_schemas_created": 3,
|
||||
"total_routes_implemented": 4,
|
||||
"hli_coverage": "3/17",
|
||||
|
|
@ -59,12 +53,12 @@
|
|||
"last_broadcast_received": "2026-03-10T13:24:33.774Z",
|
||||
"active_rules_version": "v1.2",
|
||||
"skyeye": {
|
||||
"last_run": "2026-03-16 13:46:51+08:00",
|
||||
"report_id": "SKYEYE-20260316",
|
||||
"overall_health": "🔴",
|
||||
"issues_found": 14,
|
||||
"last_run": null,
|
||||
"report_id": null,
|
||||
"overall_health": null,
|
||||
"issues_found": 0,
|
||||
"auto_fixed": 0,
|
||||
"needs_human": 7
|
||||
"needs_human": 0
|
||||
},
|
||||
"daily_selfcheck": {
|
||||
"last_run": "2026-03-16T04:01:00.000Z",
|
||||
|
|
|
|||
Loading…
Reference in New Issue