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

@@ -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[]