pub async fn ticket_sync( config_path: &Path, root: &Path, author: &str, ) -> Result<Vec<TicketSyncReport>>
Load the ticket config, build each connection’s source, and ingest its tickets into the fs store at root.
root