diff --git a/agents/invoice-organizer/agent.json b/agents/invoice-organizer/agent.json index 816d9ab..c11c33e 100644 --- a/agents/invoice-organizer/agent.json +++ b/agents/invoice-organizer/agent.json @@ -140,5 +140,11 @@ ] } } - ] + ], + "contentSource": { + "kind": "git", + "repoUrl": "https://github.com/desirecore/market.git", + "path": "agents/invoice-organizer", + "ref": "42a29e99a06b0387250b31d4bbe1515c7406694f" + } } diff --git a/agents/invoice-organizer/catalog-metadata.v1.json b/agents/invoice-organizer/catalog-metadata.v1.json index db9306a..4f9c898 100644 --- a/agents/invoice-organizer/catalog-metadata.v1.json +++ b/agents/invoice-organizer/catalog-metadata.v1.json @@ -45,30 +45,40 @@ "precision": "day" }, "reviewedAt": { - "state": "unknown" + "state": "known", + "value": "2026-09-04", + "precision": "day" }, "upstreamObservedAt": { "state": "unknown" } }, - "provenance": {}, + "provenance": { + "content": { + "kind": "git", + "url": "https://github.com/desirecore/market.git", + "path": "agents/invoice-organizer", + "ref": "42a29e99a06b0387250b31d4bbe1515c7406694f" + } + }, "governance": { - "stewardship": "official", - "availability": "listing-only", + "availability": "installable", "license": { "state": "known", "value": "MIT", "evidencePath": "LICENSE" }, "redistribution": "allowed", - "branding": { - "relationship": "official", - "nameUsage": "owned", - "logoStatus": "not-used" - }, "listingMaintainer": { "name": "DesireCore Official", "verified": true + }, + "compliance": { + "licenseEvidencePath": "LICENSE", + "reviewedRef": "42a29e99a06b0387250b31d4bbe1515c7406694f", + "reviewedAt": "2026-09-04", + "reviewedBy": "yi-ge", + "upstreamEndorsed": true } }, "compatibility": { diff --git a/scripts/catalog/__pycache__/validate_catalog_metadata.cpython-314.pyc b/scripts/catalog/__pycache__/validate_catalog_metadata.cpython-314.pyc new file mode 100644 index 0000000..67df7f7 Binary files /dev/null and b/scripts/catalog/__pycache__/validate_catalog_metadata.cpython-314.pyc differ