Skip to content

Commit 90dcbbb

Browse files
fix(ramen-ai-cmcp): record the verified agentrust-trace version
`tested_against.agentrust-trace` still read 0.3.0, which is the same staleness as the profile constant. Set to 0.5.1, the version the mapping tests and the level 0 conformance run were actually verified against here. `cmcp-runtime` is left at 0.3.0 deliberately: this change did not exercise it, and the field records what the integration was last tested against rather than what is current. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent ec06731 commit 90dcbbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/ramen-ai-cmcp/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ tier: community
1818
# the gradable record and verifies via agentrust_trace.verify_record.
1919
trace_conformance_level: 0
2020
tested_against:
21-
agentrust-trace: "0.3.0"
21+
agentrust-trace: "0.5.1"
2222
cmcp-runtime: "0.3.0"

0 commit comments

Comments
 (0)