feat(web): drive incident flow summaries from status chain
All checks were successful
Code Review / ai-code-review (push) Successful in 16s
CD Pipeline / tests (push) Successful in 4m12s
CD Pipeline / build-and-deploy (push) Successful in 4m34s
CD Pipeline / post-deploy-checks (push) Successful in 1m48s

This commit is contained in:
Your Name
2026-05-20 12:11:41 +08:00
parent 1d6636cd0d
commit 5bc346b97e
4 changed files with 153 additions and 7 deletions

View File

@@ -420,6 +420,11 @@
"aiProposalPreview": "AI Proposal: {action}",
"flowCurrentLabel": "Current stage",
"flowNextLabel": "Next step",
"flowSourceLabel": "Source",
"flowSourceTruthChain": "truth-chain / ADR-100",
"flowSourceHeuristic": "incident status heuristic",
"flowVerdictLabel": "Verdict",
"flowTruthChainCurrent": "{stage} / {status}",
"flowComplete": "Complete",
"flowStages": {
"alert": "Alert received",

View File

@@ -421,6 +421,11 @@
"aiProposalPreview": "AI 提案:{action}",
"flowCurrentLabel": "目前階段",
"flowNextLabel": "下一步",
"flowSourceLabel": "來源",
"flowSourceTruthChain": "truth-chain / ADR-100",
"flowSourceHeuristic": "事件狀態推導",
"flowVerdictLabel": "判定",
"flowTruthChainCurrent": "{stage} / {status}",
"flowComplete": "已完成",
"flowStages": {
"alert": "告警收到",