pub fn set_global_transcript_store(store: Arc<FileStore>)
Install the global transcript store. Called once from main.rs startup. Idempotent — a second call is ignored (the first store wins).
main.rs