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
3 changes: 0 additions & 3 deletions claude-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion claude-code/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 2 additions & 5 deletions claude-code/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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