Expand description
Derive Toolpath documents from Codex CLI sessions.
Each Turn in the assembled ConversationView becomes a Step.
Every step’s change map carries:
- One entry at
codex://<session-id>with aconversation.appendstructural op holding the turn’s text and tool-call summaries. - Sibling entries for each file touched by a
patch_apply_endwhosecall_idlanded in this turn. Codex’s structured patch output gives us the unified diff verbatim for updates, and the full file content for adds — both are surfaced asArtifactChange.rawso nothing is lost.
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.