Skip to main content

Module derive

Module derive 

Source
Expand description

Derive Toolpath documents from GitHub Copilot CLI sessions.

Thin wrapper around the shared toolpath_convo::derive_path: convert the session to a provider-agnostic toolpath_convo::ConversationView via crate::provider::to_view and hand off. All Copilot-specific data (cwd, file mutations, producer) is captured during to_view; this module only sets the title and any CLI overrides.

Structs§

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

Functions§

derive_path
Derive a Path from a Copilot Session.
derive_project
Derive a Path from multiple sessions. Used for bulk exports.