-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
conversation.url and related.url are useful but can be ephemeral, access-controlled, and sensitive.
Problem
Without guidance, implementations may assume links are durable/public or store artifacts containing secrets.
Proposal
Add a non-normative guidance section:
- Treat links as potentially non-durable and authentication-dependent.
- Treat linked prompts/tool outputs as potentially sensitive.
- Recommend redaction and secret scanning before persistence/public sharing.
- Recommend durable artifact links when long-term auditability is required.
Why This Should Be Added
- Improves safety and operational realism.
- Helps consumers interpret missing/expired links correctly.
- Keeps schema unchanged while improving practical interoperability.
Compatibility
Documentation-only clarification; no schema break.
Scope
This is guidance for handling existing URL fields. It does not standardize authentication or access-control protocols.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels