docs: document uv prerequisite#4
Open
XinweiHe wants to merge 1 commit into
Open
Conversation
The hooks run via 'uv run --script' to fetch the tracing SDK on demand; the '|| python3' fallback runs without the deps and fails open, so a user without uv installs the plugin but captures nothing with no error. Add a Requirements section so that's not a silent footgun. 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.
Adds a Requirements section noting the plugin's hooks need
uv(they runuv run --scriptto fetch the tracing SDK). The|| python3fallback runs without deps and fails open, so withoutuvthe plugin installs but silently captures nothing — no traces, no error. This is the most likely first-run footgun; documenting it (plus a troubleshooting note) heads off "it doesn't work" reports.🤖 Generated with Claude Code