add workflow response download

This commit is contained in:
2026-07-19 13:48:54 -03:00
parent 2e7685aaa2
commit 986f95ff5f
2 changed files with 17 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ def test_full_stack_product_contract():
assert "AgentPlatformResources" in source and "AgentDatabase(" in source
assert "Skill runner" not in frontend, "replace the generic scaffold with the product workflow"
assert "DATABASE_URL" not in frontend
assert "Download workflow response (.json)" in frontend and "new Blob" in frontend
assert "execution_receipts" in migration
card = load_local_project(ROOT).agent_cls().card()