Skip to main content

Module derive

Module derive 

Source
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§

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

Functions§

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