Mark CTO Stage 2 harness blocked on Case provider

This commit is contained in:
Svrnty 2026-05-31 19:21:27 -04:00
parent 30a027bae9
commit 6afe95f6b6
2 changed files with 2 additions and 2 deletions

View File

@ -57,6 +57,6 @@ items:
owner: jp owner: jp
- id: CTO-WORK-012 - id: CTO-WORK-012
title: Stage 2 Harness Artificial Fixture Route title: Stage 2 Harness Artificial Fixture Route
status: candidate status: blocked
source: sot/03-PROTOCOLS/CTO-CASE-STAGE2-ARTIFICIAL-FIXTURE-ISSUES.md source: sot/03-PROTOCOLS/CTO-CASE-STAGE2-ARTIFICIAL-FIXTURE-ISSUES.md
owner: jp owner: jp

View File

@ -425,7 +425,7 @@ def main() -> int:
"CTO-WORK-009": "validated", "CTO-WORK-009": "validated",
"CTO-WORK-010": "validated", "CTO-WORK-010": "validated",
"CTO-WORK-011": "validated", "CTO-WORK-011": "validated",
"CTO-WORK-012": "candidate", "CTO-WORK-012": "blocked",
} }
for issue_id, expected in expected_statuses.items(): for issue_id, expected in expected_statuses.items():
checked.append(f"workboard_status:{issue_id}:{expected}") checked.append(f"workboard_status:{issue_id}:{expected}")