Upgrade dashboard v1.1 with auto-refresh, dual signoff, and justice routing

This commit is contained in:
Chen Gu
2026-08-13 17:00:20 +08:00
parent ab90d10544
commit 5f278abcc0
4 changed files with 78 additions and 8 deletions
+18
View File
@@ -20,6 +20,7 @@
"priority": "high",
"state": "Execute",
"risk": "low",
"signoff": { "auditor": true, "guardian": true },
"tags": ["dashboard", "workflow"],
"summary": "前端页面 + 状态统计 + 流转图",
"createdAt": "2026-03-08 11:42",
@@ -32,6 +33,7 @@
"priority": "high",
"state": "Audit",
"risk": "medium",
"signoff": { "auditor": true, "guardian": false },
"tags": ["security"],
"summary": "确认无外发、无不可逆破坏动作",
"createdAt": "2026-03-08 11:43",
@@ -44,10 +46,26 @@
"priority": "medium",
"state": "Verify",
"risk": "low",
"signoff": { "auditor": true, "guardian": true },
"tags": ["style", "report"],
"summary": "结论优先 + 风险提示 + 选项推荐",
"createdAt": "2026-03-08 11:44",
"updatedAt": "2026-03-08 11:46"
},
{
"id": "T-004",
"title": "批处理脚本执行异常",
"owner": "工部",
"priority": "high",
"state": "Execute",
"risk": "high",
"failed": true,
"failReason": "脚本在沙箱中权限不足",
"signoff": { "auditor": true, "guardian": true },
"tags": ["incident", "retry"],
"summary": "按宪章应自动流入刑部处理",
"createdAt": "2026-03-08 11:47",
"updatedAt": "2026-03-08 11:49"
}
]
}