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§
- Derive
Config - Configuration for deriving Toolpath documents from Gemini conversations.
Functions§
- derive_
path - Derive a single Toolpath
Pathfrom a Gemini conversation. - derive_
project - Derive Toolpath Paths from multiple conversations.