Skip to content

docs: document uv prerequisite#4

Open
XinweiHe wants to merge 1 commit into
mainfrom
docs/uv-prerequisite
Open

docs: document uv prerequisite#4
XinweiHe wants to merge 1 commit into
mainfrom
docs/uv-prerequisite

Conversation

@XinweiHe

Copy link
Copy Markdown
Contributor

Adds a Requirements section noting the plugin's hooks need uv (they run uv run --script to fetch the tracing SDK). The || python3 fallback runs without deps and fails open, so without uv the 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

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant