From f94b2a5dc2276ce60d41e57aa474ff552b53358f Mon Sep 17 00:00:00 2001 From: Imran Siddique <45405841+imran-siddique@users.noreply.github.com> Date: Sat, 11 Jul 2026 14:32:07 -0700 Subject: [PATCH] Reference conformance workflow + Verified tier in template README --- integrations/_template/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/integrations/_template/README.md b/integrations/_template/README.md index 7ae9f9e..792899e 100644 --- a/integrations/_template/README.md +++ b/integrations/_template/README.md @@ -17,3 +17,12 @@ pip install cmcp-runtime State precisely what a reviewer can reproduce. If you want the Verified tier, these steps are what we run. + +## Conformance CI + +This template ships `.github/workflows/agentrust-conformance.yml`. Replace +`-` in it, keep only the packages your integration declares in +`integrates_with`, and point the conformance step at the level you claim in +`integration.yaml`. It installs the released agentrust-io packages and runs the +TRACE conformance suite across a Python matrix; a clean run is the basis for the +Verified tier and the index badge.