Expand description
Derive Toolpath documents from opencode sessions.
Thin wrapper around the shared toolpath_convo::derive_path. All
opencode-specific work (snapshot git2 tree↔tree diffs, tool-input
fallback for gitignored paths, producer/base population) happens in
crate::provider::to_view_with_resolver; nothing provider-specific
lives in this module.
Structs§
- Derive
Config - Configuration for deriving a Toolpath
Pathfrom an opencode session.
Functions§
- derive_
path - Derive a
Pathfrom an opencodeSession. - derive_
path_ with_ resolver - Like
derive_pathbut with a customPathResolver(useful for tests with a temp data directory). - derive_
project - Derive a
Pathfrom multiple sessions.