Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions claude-code/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ tier: community
trace_conformance_level: 0
tested_against:
agent-manifest: 0.3.0
agentrust-trace: 0.3.0
agentrust-trace-tests: 0.2.0
agentrust-trace: 0.5.0
agentrust-trace-tests: 0.4.0
2 changes: 1 addition & 1 deletion integrations/comply54/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ license: Apache-2.0
tier: community
trace_conformance_level: 0
tested_against:
agentrust-trace: "0.1.0"
agentrust-trace: "0.5.0"
2 changes: 1 addition & 1 deletion integrations/sage-agenttrust/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ tier: community
trace_conformance_level: 0
tested_against:
cmcp-runtime: "0.2.1"
agentrust-trace: "0.2.0"
agentrust-trace: "0.5.0"
2 changes: 1 addition & 1 deletion integrations/sentinel/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
agentrust-trace-tests>=0.2.0
agentrust-trace-tests>=0.4,<0.5
jsonschema>=4.0.0
2 changes: 1 addition & 1 deletion integrations/spendguard/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ tier: community
# 0.1.0 does not grade signatures on plain trace records (see README).
trace_conformance_level: 0
tested_against:
agentrust-trace: "0.3.0"
agentrust-trace: "0.5.0"
2 changes: 1 addition & 1 deletion plugins/agentrust-codex/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ tier: community
trace_conformance_level: 0
tested_against:
agent-manifest: 0.3.0
agentrust-trace: 0.3.0
agentrust-trace: 0.5.0
4 changes: 2 additions & 2 deletions plugins/agentrust-codex/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snapshot, drift detection, and SessionStart use the Python standard library.
# Install these released packages only when generating signed records.
agent-manifest==0.3.0
agentrust-trace==0.3.0
agentrust-trace-tests==0.2.0
agentrust-trace>=0.5
agentrust-trace-tests>=0.4,<0.5
4 changes: 2 additions & 2 deletions scheduled-agents/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ license: Apache-2.0
tier: community
trace_conformance_level: 0
tested_against:
agentrust-trace: 0.3.0
agentrust-trace-tests: 0.2.0
agentrust-trace: 0.5.0
agentrust-trace-tests: 0.4.0
4 changes: 2 additions & 2 deletions scheduled-agents/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#
# Required only to sign a TRACE record (/schedule-trace, /schedule-manifest
# approve --sign). Verified against the PyPI releases below in a clean virtualenv.
agentrust-trace>=0.3
agentrust-trace-tests>=0.2
agentrust-trace>=0.5
agentrust-trace-tests>=0.4,<0.5