fix(deploy): use canonical audit state paths

This commit is contained in:
Codex
2026-08-22 22:37:37 +03:00
parent 7b0e6d0bdf
commit 853e423643
+2 -2
View File
@@ -17002,7 +17002,7 @@ def validate_device_plane_control_core_migration_replay_audit_evidence(
)
failure_evidence = validate_device_plane_control_core_double_failure_evidence()
recovery_artifact = (
INBOX_DIR
INBOX
/ DEVICE_PLANE_CONTROL_CORE_MIGRATION_REPLAY_RECOVERY_ARTIFACT
)
try:
@@ -17040,7 +17040,7 @@ def validate_device_plane_control_core_migration_replay_audit_evidence(
value.get("id")
== DEVICE_PLANE_CONTROL_CORE_MIGRATION_REPLAY_RECOVERY_PATCH_ID
for value in (
*load_state(APPLIED_STATE_FILE),
*load_state(STATE_FILE),
*load_state(FAILED_STATE_FILE),
)
):