pub fn derive_path(conversation: &Conversation, config: &DeriveConfig) -> PathExpand description
Derive a single Toolpath Path from a Claude conversation.
The conversation is modeled as an artifact at claude://<session-id>.
Each user or assistant turn produces a step whose change map contains
a conversation.append structural change on that artifact, plus any
file-level artifacts touched by tool use.