Skip to main content

derive_path

Function derive_path 

Source
pub fn derive_path(conversation: &Conversation, config: &DeriveConfig) -> Path
Expand 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.