Expand description
Derive Toolpath documents from Codex 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 Codex-specific data
(cwd, git, file diffs from patch_apply_end, codex meta aggregates) is
captured during to_view; this module only sets the title and any
CLI overrides.
Structs§
- Derive
Config - Configuration for deriving a Toolpath Path from a Codex session.
Functions§
- derive_
path - Derive a
Pathfrom a CodexSession. - derive_
project - Derive a
Pathfrom multiple sessions. Used for bulk exports.