From 47ae314183d295c2ced00e60aef0f34c0bfd8292 Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Wed, 15 Jul 2026 15:19:51 -0700 Subject: [PATCH] docs(claude-code): correct agent-manifest version (0.2.0 is on PyPI) Removes an inaccurate claim that the plugin targets an unreleased agent-manifest 0.3.x. agent-manifest 0.2.0 is published on PyPI and the signing path was verified against it in a clean virtualenv. Fixes the requirements comment, the README "Known gaps" bullet, and tested_against. Co-Authored-By: Claude Opus 4.8 (1M context) --- claude-code/README.md | 3 --- claude-code/integration.yaml | 2 +- claude-code/requirements.txt | 7 ++----- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/claude-code/README.md b/claude-code/README.md index 869cabd..15053d8 100644 --- a/claude-code/README.md +++ b/claude-code/README.md @@ -72,9 +72,6 @@ It never reads `~/.claude/.credentials.json`, and records skill / tool / MCP SessionStart check compares skills, permissions, and the instruction layer. The full tool/MCP diff runs in `/manifest verify`, where the agent supplies the live roster. -- **agent-manifest version.** The manifest builder targets agent-manifest 0.3.x; - PyPI currently publishes 0.2.0. Install agent-manifest from source until 0.3.x - ships. ## Layout diff --git a/claude-code/integration.yaml b/claude-code/integration.yaml index 80f5ffa..6324812 100644 --- a/claude-code/integration.yaml +++ b/claude-code/integration.yaml @@ -11,5 +11,5 @@ license: Apache-2.0 tier: community trace_conformance_level: 0 tested_against: - agent-manifest: 0.3.0 + agent-manifest: 0.2.0 agentrust-trace: 0.3.0 diff --git a/claude-code/requirements.txt b/claude-code/requirements.txt index 1901217..b08b789 100644 --- a/claude-code/requirements.txt +++ b/claude-code/requirements.txt @@ -2,11 +2,8 @@ # the Python standard library -- nothing here is needed for them. # # These are required only to generate SIGNED records (/trace, /manifest approve -# --sign): the Agent Manifest and the TRACE Trust Record. -# -# NOTE: the manifest builder targets agent-manifest 0.3.x (repo). PyPI currently -# publishes 0.2.0; 0.3.x is not yet released there. Until it is, install from the -# agent-manifest repo. See README "Known gaps". +# --sign): the Agent Manifest and the TRACE Trust Record. Verified against the +# PyPI releases below in a clean virtualenv. agent-manifest>=0.2 agentrust-trace>=0.3 agentrust-trace-tests>=0.2