mirror of
https://github.com/openai/codex.git
synced 2026-09-11 20:36:49 +00:00
## What changed - Add a `schema_bundle` rule that generates stable and experimental app-server schema directories as declared Bazel actions. - Include the pinned `zstd` executable in the bundle so consumers can normalize generated JSON without a separate `bazel run` invocation. - Expose the app-server protocol test binary as the schema generator and add the manual `//bazel/schema:public-schema-bundle` target. GitOrigin-RevId: 0a7ce47258d297dbf20db78626f2843145ee1b49
7 lines
124 B
Python
7 lines
124 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
exports_files([
|
|
"e2e_benchmark.bzl",
|
|
"schema_bundle.bzl",
|
|
])
|