Skip to main content

Module derive

Module derive 

Source
Expand description

Derive Toolpath documents from Cursor sessions.

Thin wrapper around the shared toolpath_convo::derive_path. All Cursor-specific work (content-blob lookup, tool classification, producer/base population) happens in crate::provider::session_to_view; nothing provider-specific lives in this module.

Structs§

DeriveConfig
Configuration for deriving a Toolpath Path from a Cursor session.

Functions§

derive_path
Derive a Path from a Cursor CursorSession.
derive_project
Derive a Path from each of several Cursor sessions.