What's wrong with this entry?
Hook events now carry a prompt_id field: a UUID that correlates all events generated within a single user prompt turn. The same value appears as the prompt.id attribute on OpenTelemetry events, allowing hook output to be joined with OTel traces at prompt granularity.
- Absent until the first user input of the process lifetime.
- Consistent across tool calls, notifications, and other events triggered by the same prompt.
New hook field (search for "UUID correlating a user prompt with all subsequent events until the next prompt")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.