Align README with MCP trace replay artifacts#149
Merged
ProfRandom92 merged 1 commit intoMay 20, 2026
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to incorporate the new mcp_trace_replay fixture family, bringing the total number of manifest-registered operational fixture families to four. The changes include updated project descriptions focusing on MCP-style operational traces, a new 'Operational commitments' section, and additions to the artifacts table and Mermaid flowchart. There were no review comments provided, so I have no feedback to offer.
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.
Motivation
mcp_trace_replayfixture family and related committed artifacts without changing any code or artifacts.Description
Deterministic replay-integrity validation for compressed MCP-style operational traces.CompText V7 validates whether compressed operational commitments survive deterministic replay reconstruction in MCP-style agent workflows.mcp_trace_replaydescription with registered contractstool_call_order_preserved,validation_before_unsafe_action,dependency_chain_preserved,recovery_path_available, andcapability_boundary_respected.mcp_trace_replayto the benchmark family list and diagram, and update the Proof artifacts table to includeartifacts/mcp_trace_replay_results.jsonandartifacts/replay_semantic_integrity_results.jsonwhile keeping conservative deterministic descriptions.README.mdonly.Testing
npm run check, which exercised layout, typecheck, validation, build, and the test suite; the command completed successfully.237 passedandnpm run checksucceeded.Codex Task