fix(governance): 修正 post-write verifier package 標籤
Some checks failed
CD Pipeline / tests (push) Successful in 1m24s
Code Review / ai-code-review (push) Successful in 13s
CD Pipeline / build-and-deploy (push) Successful in 4m56s
CD Pipeline / post-deploy-checks (push) Has been cancelled

This commit is contained in:
Your Name
2026-06-12 01:25:20 +08:00
parent 6239712507
commit bcb7328bc4
4 changed files with 5 additions and 7 deletions

View File

@@ -1831,7 +1831,7 @@ export function AutomationInventoryTab() {
<div style={{ display: 'flex', flexWrap: 'wrap', gap: 6 }}>
<Chip value={t('postWriteVerifierPackage.labels.requiredInputs', { count: postWriteVerifierPackage.rollups.required_input_count })} />
<Chip value={t('postWriteVerifierPackage.labels.forbiddenInputs', { count: postWriteVerifierPackage.rollups.forbidden_input_count })} muted />
<Chip value={redisDryRunValueLabel('agents', postWriteVerifierPackage.verifier_package.owner_agent)} muted />
<Chip value={t('postWriteVerifierPackage.labels.packageMode')} muted />
</div>
</div>

View File

@@ -1703,10 +1703,6 @@ export interface AiAgentPostWriteVerifierPackageSnapshot {
truth_note: string
}
verifier_package: {
package_id: string
display_name: string
owner_agent: 'openclaw' | 'hermes' | 'nemotron'
status: string
operator_meaning: string
required_inputs: string[]
forbidden_inputs: string[]