Record Stage 5 preflight evidence

This commit is contained in:
Svrnty
2026-05-31 23:55:11 -04:00
parent 3f8a2eeeab
commit 1fc678fd54
4 changed files with 47 additions and 0 deletions
+2
View File
@@ -336,6 +336,7 @@ REQUIRED_STAGE5_ISSUE_IDS = [
"CTO-WORK-038",
"CTO-WORK-039",
"CTO-WORK-040",
"CTO-WORK-041",
]
REQUIRED_STAGE5_TARGET_ADMISSION_TEMPLATE_PHRASES = [
@@ -1348,6 +1349,7 @@ def main() -> int:
"CTO-WORK-038": "blocked",
"CTO-WORK-039": "validated",
"CTO-WORK-040": "blocked",
"CTO-WORK-041": "validated",
}
for issue_id, expected in expected_statuses.items():
checked.append(f"workboard_status:{issue_id}:{expected}")