fix(web): 修正 P2-403G 治理頁欄位對齊
This commit is contained in:
@@ -1630,10 +1630,6 @@ export interface AiAgentRuntimeWriteGateReviewSnapshot {
|
||||
truth_note: string
|
||||
}
|
||||
write_gate_review: {
|
||||
review_id: string
|
||||
display_name: string
|
||||
owner_agent: 'openclaw' | 'hermes' | 'nemotron'
|
||||
status: string
|
||||
operator_meaning: string
|
||||
required_fields: string[]
|
||||
forbidden_fields: string[]
|
||||
@@ -1641,12 +1637,10 @@ export interface AiAgentRuntimeWriteGateReviewSnapshot {
|
||||
write_targets: Array<{
|
||||
target_id: string
|
||||
display_name: string
|
||||
target_surface: string
|
||||
status: string
|
||||
owner_agent: 'openclaw' | 'hermes' | 'nemotron'
|
||||
required_approval: string
|
||||
blocked_runtime_action: string
|
||||
operator_instruction: string
|
||||
required_before_write: string
|
||||
blocked_write_action: string
|
||||
}>
|
||||
approval_gates: Array<{
|
||||
gate_id: string
|
||||
@@ -1654,13 +1648,11 @@ export interface AiAgentRuntimeWriteGateReviewSnapshot {
|
||||
status: string
|
||||
required_evidence: string
|
||||
blocked_runtime_action: string
|
||||
operator_instruction: string
|
||||
}>
|
||||
post_write_verification: {
|
||||
verification_required: true
|
||||
rollback_required: true
|
||||
verification_steps: string[]
|
||||
failure_escalation: string
|
||||
}
|
||||
approval_boundaries: Record<string, false>
|
||||
display_redaction_contract: {
|
||||
|
||||
Reference in New Issue
Block a user