pub(crate) const MASTER_BUNDLE_FILE: &str = "codex_app_server_protocol.schemas.json";Expand description
Filename of the master (non-v2) schema bundle emitted by
codex app-server generate-json-schema into its output directory.
Shared by regen and bisect, which both read the same dump directory -
must stay byte-identical between the two or one could silently start
reading a stale/mismatched file.