docs(governance): 記錄 P1-007 正式驗證 [skip ci]

This commit is contained in:
Your Name
2026-06-05 16:03:23 +08:00
parent 5eafe0d0a7
commit 30bf5d979e
5 changed files with 94 additions and 5 deletions

View File

@@ -634,6 +634,7 @@ export function AutomationInventoryTab() {
const serviceHealthActionRequiredRules = serviceHealthNotificationPolicy.rollups.action_required_rule_ids.length
const serviceHealthNotificationAllowedCount = serviceHealthNotificationPolicy.rollups.notification_send_allowed_count
const serviceHealthRedactionCategoryCount = serviceHealthNotificationPolicy.display_redaction_contract.forbidden_frontend_content.length
const serviceHealthForbiddenFieldCount = serviceHealthNotificationPolicy.message_template_contract.forbidden_fields.length
const serviceHealthRedactionLocked = (
serviceHealthNotificationPolicy.display_redaction_contract.conversation_transcript_display_allowed === false
&& serviceHealthNotificationPolicy.display_redaction_contract.redaction_required === true
@@ -2257,9 +2258,8 @@ export function AutomationInventoryTab() {
})}
</div>
<div style={{ display: 'flex', flexWrap: 'wrap', gap: 6 }}>
{serviceHealthNotificationPolicy.message_template_contract.forbidden_fields.map(field => (
<Chip key={field} value={field} />
))}
<Chip value={t('serviceHealthNotification.labels.forbiddenFieldCount', { count: serviceHealthForbiddenFieldCount })} />
<Chip value={t('serviceHealthNotification.labels.noRawInternalFields')} muted />
</div>
</div>
</div>