Skip to main content

Module derive

Module derive 

Source
Expand description

Derive Toolpath documents from Gemini CLI conversation logs.

Thin wrapper around the shared toolpath_convo::derive_path. All Gemini-specific work (sub-agent linearization, file-diff synthesis, producer/base population) happens in crate::provider::to_view; nothing provider-specific lives in this module.

Structs§

DeriveConfig
Configuration for deriving Toolpath documents from Gemini conversations.

Functions§

derive_path
Derive a single Toolpath Path from a Gemini conversation.
derive_project
Derive Toolpath Paths from multiple conversations.