Re-exports§
pub use crate::sync::apply::SyncOptions;pub use crate::sync::mutation::ConfigMutation;pub use crate::sync::mutation::DependencyUpsertChange;pub use crate::sync::mutation::apply_config_mutation;
Modules§
- apply
- diff
- filter
- Intent-based filtering for discovered items.
- mutation
- Config mutation logic for the sync pipeline.
- plan
- provider
- Real source provider implementation for the resolver.
- rewrite
- Frontmatter skill reference rewriting after collision-driven renames.
- target
- types
- Shared types for the sync pipeline.
Structs§
- Sync
Report - Report from a completed sync operation.
- Sync
Request - What a CLI command requests from the sync pipeline.
Enums§
- Resolution
Mode - Resolution behavior for the resolver stage.
Functions§
- execute
- Execute the unified sync pipeline.