Skip to main content

Module derive

Module derive 

Source
Expand description

Derive Toolpath documents from Claude conversation logs.

The conversation itself is treated as an artifact under change. Each turn appends to claude://<session-id> via a conversation.append structural operation. File mutations from tool use (Write, Edit) appear as sibling artifacts in the same step’s change map.

Structs§

DeriveConfig
Configuration for deriving Toolpath documents from Claude conversations.

Functions§

derive_path
Derive a single Toolpath Path from a Claude conversation.
derive_project
Derive Toolpath Paths from multiple conversations in a project.