feat(governance): expose credential escrow intake readiness

This commit is contained in:
Your Name
2026-06-29 13:47:57 +08:00
parent 9362588ced
commit cecfa54575
6 changed files with 425 additions and 0 deletions

View File

@@ -27,6 +27,13 @@ def test_product_manifest_changes_stay_on_controlled_runtime_profile() -> None:
assert "tests/test_product_awoooi_manifest_standard_api.py" in text
def test_credential_escrow_intake_stays_on_controlled_runtime_profile() -> None:
text = _workflow_text()
assert "apps/api/src/services/credential_escrow_evidence_intake_readiness.py)" in text
assert "src/services/credential_escrow_evidence_intake_readiness.py" in text
assert "tests/test_credential_escrow_evidence_intake_readiness_api.py" in text
def test_p0_onboarding_readiness_sources_stay_on_controlled_runtime_profile() -> None:
text = _workflow_text()
expected_sources = [