app-server-protocol: export flat v2 schema bundle (#13324)

## Summary
- add an `--experimental` flag to the export binary and thread the
option through TypeScript and JSON schema generation
- flatten the v2 schema bundle into a datamodel-code-generator-friendly
`codex_app_server_protocol.v2.schemas.json` export
- retarget shared helper refs to namespaced v2 definitions, add coverage
for the new export behavior, and vendor the generated schema fixtures

## Validation
- `cargo test -p codex-app-server-protocol` (71 unit tests and bin
targets passed locally; the final schema fixture integration target was
revalidated via fresh schema regeneration and a tree diff)
- `./target/debug/write_schema_fixtures --schema-root <tmpdir>`
- `diff -rq app-server-protocol/schema <tmpdir>`

## Tickets
- None
This commit is contained in:
Anton Panasenko
2026-03-03 10:25:51 -08:00
committed by GitHub
parent f6288248f4
commit 8da7e4bdae
4 changed files with 14607 additions and 18 deletions

File diff suppressed because it is too large Load Diff