feat(api): expose onboarding template copy receipt
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 21s
CD Pipeline / build-and-deploy (push) Successful in 8m58s
CD Pipeline / post-deploy-checks (push) Has been cancelled

This commit is contained in:
Your Name
2026-06-30 00:26:30 +08:00
parent ff44598b58
commit 6420f4b1eb
8 changed files with 459 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ def test_p0_onboarding_readiness_sources_stay_on_controlled_runtime_profile() ->
"awoooi_gitea_onboarding_warning_step_owner_response_preflight.py",
"awoooi_gitea_onboarding_warning_step_template_copy_apply_gate.py",
"awoooi_gitea_onboarding_warning_step_template_copy_execution_plan.py",
"awoooi_gitea_onboarding_warning_step_template_copy_receipt.py",
"awoooi_new_product_onboarding_page_model.py",
"awoooi_onboarding_reminder_contract.py",
"awoooi_onboarding_source_contracts.py",
@@ -72,6 +73,9 @@ def test_p0_onboarding_readiness_sources_stay_on_controlled_runtime_profile() ->
for source in expected_sources:
assert f"apps/api/src/services/{source})" in text
assert f"src/services/{source}" in text
assert ".gitea/workflows/awoooi-onboarding-warning-step.yaml)" in text
assert "docs/operations/templates/awoooi-gitea-onboarding-warning-step.workflow.yaml)" in text
assert "tests/test_p0_cicd_baseline_source_readiness_api.py" in text
def test_iwooos_security_operation_api_stays_on_controlled_runtime_profile() -> None: