Keep InvoiceGuard manifest on hardened version

This commit is contained in:
2026-07-18 07:46:56 -03:00
parent 9bdbcf2421
commit e435a60db1
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
name: invoice-guard-studio-v1
version: 0.1.0
version: 0.1.3
entrypoint: agent:InvoiceGuardStudioV1
expose:
public: false

View File

@@ -29,6 +29,7 @@ def test_full_stack_product_contract():
bridge = (ROOT / "frontend" / "src" / "a2a.js").read_text(encoding="utf-8")
assert "frontend:" in manifest and "mount: /app" in manifest
assert f"version: {InvoiceGuardStudioV1.version}" in manifest
assert "public: false" in manifest
assert "resources:" in manifest and "databases:" in manifest
assert "migrations:" in manifest and "db/migrations" in manifest