test(agent99): align Host112 recovery ledger

This commit is contained in:
Your Name
2026-07-19 12:54:53 +08:00
parent da59c89e1c
commit 978b711449
3 changed files with 13 additions and 6 deletions

View File

@@ -155,9 +155,9 @@ def test_loader_returns_fixed_architecture_provider_order_and_agent99_bridge() -
"active_or_completed_commitments": 68,
"by_status": {
"analysis_or_governance_complete": 6,
"source_implemented_runtime_pending": 25,
"source_implemented_runtime_pending": 26,
"in_progress": 32,
"not_started_or_no_current_evidence": 5,
"not_started_or_no_current_evidence": 4,
"superseded": 2,
},
"product_runtime_closed_commitments": 0,
@@ -168,6 +168,10 @@ def test_loader_returns_fixed_architecture_provider_order_and_agent99_bridge() -
assert commitments["AIA-CONV-012"]["title"].startswith("Claude API")
assert commitments["AIA-CONV-013"]["title"].startswith("Gemini API")
assert "Host112" in commitments["AIA-CONV-049"]["title"]
assert commitments["AIA-CONV-049"]["status"] == (
"source_implemented_runtime_pending"
)
assert "ru4vm4" not in commitments["AIA-CONV-049"]["title"]
assert commitments["AIA-CONV-036"]["status"] == (
"source_implemented_runtime_pending"
)