open Stream
Opens a fresh InputStream over the recipe's underlying bytes. Each call returns a new stream; the caller is responsible for closing it.
Returning a stream (rather than a parsed object or a String) keeps the bundle SPI independent of any specific config format and avoids slurping potentially large batch files into memory before they are needed.