feat(delivery): expose p0 reboot drill readback
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 3m46s
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled

This commit is contained in:
Your Name
2026-06-30 09:25:58 +08:00
parent fbea3b4626
commit a7e6de46aa
8 changed files with 401 additions and 4 deletions

View File

@@ -2701,6 +2701,11 @@ export interface DeliveryClosureWorkbenchSnapshot {
current_p0_safe_next_step: string
current_p0_active_blockers: string[]
current_p0_readiness_percent: number
current_p0_drill_preflight_status: string
current_p0_drill_preflight_ready: boolean
current_p0_drill_preflight_safe_next_step: string
current_p0_drill_preflight_break_glass_required: boolean
current_p0_drill_preflight_execution_authorized_by_this_endpoint: boolean
closed_p0_workplan_ids: string[]
github_lane_status: string
secret_value_collection_allowed: boolean
@@ -2720,6 +2725,12 @@ export interface DeliveryClosureWorkbenchSnapshot {
current_p0_backup_core_green: boolean
current_p0_stockplatform_freshness_status: string
current_p0_stockplatform_ingestion_status: string
current_p0_drill_preflight_ready: boolean
current_p0_drill_preflight_ready_count: number
current_p0_drill_preflight_blocker_count: number
current_p0_drill_preflight_break_glass_required: boolean
current_p0_drill_preflight_execution_authorized_by_this_endpoint: boolean
current_p0_drill_preflight_runtime_write_allowed: boolean
gitea_private_inventory_blocker_count: number
credential_escrow_blocker_count: number
production_deploy_hard_blocker_count: number