chore(claude-code): bump tested/required deps to 0.3.0 line#38
Merged
Conversation
PyPI now ships agent-manifest 0.3.0 and agentrust-trace 0.3.0. Ran the full signing path (capture.py report) in a clean venv on agent-manifest==0.3.0 / agentrust-trace==0.3.0 / agentrust-trace-tests==0.2.0: manifest validates and self-verifies, the TRACE record passes the suite at Level 0 (8/8), and the stdlib test suite is green. - integration.yaml tested_against: agent-manifest 0.2.0 -> 0.3.0; record the agentrust-trace-tests version explicitly. - requirements.txt: raise the agent-manifest floor 0.2 -> 0.3 to match the tested line. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #37. Aligns the claude-code integration with the current PyPI releases (
agent-manifest 0.3.0,agentrust-trace 0.3.0) and records exactly what was tested.integration.yamltested_against:agent-manifest0.2.0 -> 0.3.0; addagentrust-trace-tests: 0.2.0explicitly.requirements.txt: raiseagent-manifestfloor>=0.2->>=0.3to match the tested line (agentrust-trace>=0.3was already correct).Validation
Clean venv on
agent-manifest==0.3.0/agentrust-trace==0.3.0/agentrust-trace-tests==0.2.0:capture.py reportfull signing path runs; manifest self-verifies (Ed25519).Manifest.model_validate(manifest.json)passes under agent-manifest 0.3.0.trace-tests verify --record trace.json --level 0-> PASS (8/8).pytest tests/test_capture.py-> 7 passed.🤖 Generated with Claude Code