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