systemprompt-sync 0.9.0

Cloud sync services for systemprompt.io AI governance infrastructure. File, database, and crate deployment across governance tenants in the MCP governance pipeline.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Disk ↔ database sync drivers per content kind.
//!
//! Each submodule owns one direction-agnostic orchestrator that reuses
//! the diff calculators from [`crate::diff`].

mod access_control_sync;
mod content_sync;

pub use access_control_sync::AccessControlLocalSync;
pub use content_sync::{ContentDiffEntry, ContentLocalSync};