fix(awooop): clarify apply candidate owner review state
All checks were successful
Code Review / ai-code-review (push) Successful in 13s
CD Pipeline / tests (push) Successful in 1m34s
CD Pipeline / build-and-deploy (push) Successful in 4m50s
CD Pipeline / post-deploy-checks (push) Successful in 1m33s

This commit is contained in:
Your Name
2026-06-26 00:19:48 +08:00
parent 3dd4373dac
commit 5ce6fc4924
9 changed files with 129 additions and 22 deletions

View File

@@ -4132,7 +4132,7 @@ def _status_chain_ansible_apply_gate_handoff(
"runtime_execution_authorized": False,
"writes_runtime_state": False,
"owner_review_gate": "required_before_apply",
"next_action": "owner_review_apply_gate_or_create_verifier_plan",
"next_action": "open_apply_gate_work_item_review_verifier_and_km",
"asset_ids": {
"dry_run": f"ansible-check-mode:{catalog_id}",
"apply_candidate": f"ansible-apply-candidate:{catalog_id}",
@@ -5018,7 +5018,7 @@ def _build_awooop_status_chain(
if ansible_dry_run_only:
verdict = "ansible_check_mode_only"
repair_state = "ansible_check_mode_only"
next_step = "owner_review_apply_gate_or_create_verifier_plan"
next_step = "open_apply_gate_work_item_review_verifier_and_km"
needs_human = True
source_section = _status_chain_source_section(truth_chain)
if source_correlation is not None: