Merge remote-tracking branch 'gitea-ssh/main' into codex/p0-product-manifest-standard-20260629

This commit is contained in:
Your Name
2026-06-29 16:20:19 +08:00
2 changed files with 17 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_deploy_marker_k8s_files_stay_on_controlled_runtime_profile() -> None:
text = _workflow_text()
assert "build-and-deploy writes only these GitOps" in text
assert "k8s/awoooi-prod/06-deployment-api.yaml)" in text
assert "k8s/awoooi-prod/kustomization.yaml)" 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