docs: correct OTel cache and reasoning token comparison - #63
Merged
Merged
Conversation
Signed-off-by: Imran Siddique <imran.siddique@opaque.co>
Qiang-Xu
approved these changes
Sep 24, 2026
imran-siddique
added a commit
that referenced
this pull request
Sep 26, 2026
Bumps the contract to 0.1.0-alpha.5 (Python 0.1.0a5, npm 0.1.0-alpha.5) across the same 39 files as the alpha.4 cut plus `.clusterfuzzlite/_fuzz_seeds.py`, and regenerates the evidence-chain golden and `tool_transcript` hash the version moves. The changelog now covers #65 and #63, which had no entry. Locally: 128 Python tests pass (2 skipped, PyYAML absent), TypeScript 42 pass, `check_versions.py` and `check_release_tag.py v0.1.0-alpha.5` pass, wheel and sdist smoke pass. Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 5.5 <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.
Correct the compatibility prose and matrix note: the pinned OTel revision already defines cache-read, cache-creation and reasoning span usage attributes. Its token histogram has input/output as well-known types and permits custom values. AgentTrust's distinction is additive attribution scope and instrument semantics.
Fixes #62. Verified against the existing pin
a685613a207a580163353b8e48a7ad88967e7b42in the upstream model-span documentation and metrics documentation.Validation:
python tools/check_otel_compatibility.pypassed (16 attributes, 8 metrics, 6 event families), andgit diff --checkpassed. Documentation and matrix-note changes only; runtime behavior and the upstream pin are unchanged.