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

@@ -768,10 +768,10 @@ def test_awooop_status_chain_lines_mark_ansible_check_mode_as_dry_run_only() ->
joined = "\n".join(lines)
assert "ansible_check_mode_only" in joined
assert "owner_review_apply_gate_or_create_verifier_plan" in joined
assert "dry_run_only_owner_review_required" in joined
assert "dry_run_completed_no_apply" in joined
assert "完成 Ansible check-mode 乾跑,尚未執行修復" in joined
assert "open_apply_gate_work_item_review_verifier_and_km" in joined
assert "apply_candidate_owner_review_ready" in joined
assert "dry_run_passed_apply_candidate_ready" in joined
assert "AI 已完成 Ansible check-mode 並產生 apply candidate" in joined
assert "executed_pending_verification" not in joined
assert "run_or_review_post_execution_verification" not in joined