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§
- Derive
Config - 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.