+ - {t("attentionDetail.request")}
- {t(detail?.interaction === "decision" ? "attentionDetail.decision" : "attentionDetail.unknownRequest")}
+ - {t("common.status")}
- {t(`attentionDetail.${detail?.lifecycle ?? "unknown"}`)}
+ - {t("drawer.reason")}
- {detail?.reason ?? item.explanation ?? t("attentionDetail.unknownReason")}
+ - Todo
- {item.todoId}
+ - {t("attentionDetail.targetTodo")}
- {detail?.unblocksTodoId ?? t("attentionDetail.notProvided")}
+ - {t("attentionDetail.targetAgent")}
- {detail?.blocksAgent ?? t("attentionDetail.notProvided")}
+ - {t("attentionDetail.scope")}
- {detail?.decisionScope
+ ? `${detail.decisionScope.kind} · ${detail.decisionScope.granularity} · ${detail.decisionScope.scopeKey}`
+ : t("attentionDetail.notProvided")}
+ - {t("drawer.evidence")}
- {detail?.evidence ?? item.evidence ?? t("drawer.decisionDefaultEvidence")}
+
+ {detail?.supersededBy ?