registerPostingsFormat

fun registerPostingsFormat(name: String, factory: () -> PostingsFormat)

Registers a postings format factory by name. This is the KMP-safe alternative to SPI.

Only adds new names; existing registrations are left untouched.