Add a cacheable Bazel app-server schema bundle - #42174
Merged
copyberry[bot] merged 1 commit intoSep 2, 2026
Merged
Conversation
## 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
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/0a7ce47258d297dbf20db78626f2843145ee1b49
branch
from
September 2, 2026 02:01
1cd9350 to
b21f2e3
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/0a7ce47258d297dbf20db78626f2843145ee1b49
branch
September 2, 2026 02:02
vjs7226-sketch
temporarily deployed
to
issue-triage
September 2, 2026 02:06 — with
GitHub Actions
Inactive
vjs7226-sketch
temporarily deployed
to
issue-triage
September 2, 2026 02:06 — with
GitHub Actions
Inactive
vjs7226-sketch
temporarily deployed
to
issue-triage
September 2, 2026 02:06 — with
GitHub Actions
Inactive
huanchen666-Stark
temporarily deployed
to
issue-triage
September 2, 2026 02:09 — with
GitHub Actions
Inactive
huanchen666-Stark
temporarily deployed
to
issue-triage
September 2, 2026 02:09 — with
GitHub Actions
Inactive
huanchen666-Stark
temporarily deployed
to
issue-triage
September 2, 2026 02:09 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a cacheable Bazel app-server schema bundle
What changed
schema_bundlerule that generates stable and experimental app-serverschema directories as declared Bazel actions.
zstdexecutable in the bundle so consumers can normalizegenerated JSON without a separate
bazel runinvocation.manual
//bazel/schema:public-schema-bundletarget.